Package galaxy_repository.v1
Interface GalaxyRepositoryOuterClass.BrowseChildrenRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GalaxyRepositoryOuterClass.BrowseChildrenRequest,GalaxyRepositoryOuterClass.BrowseChildrenRequest.Builder
- Enclosing class:
- GalaxyRepositoryOuterClass
public static interface GalaxyRepositoryOuterClass.BrowseChildrenRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool alarm_bearing_only = 10;intgetCategoryIds(int index) --- Filter parity with DiscoverHierarchy.int--- Filter parity with DiscoverHierarchy.--- Filter parity with DiscoverHierarchy.booleanbool historized_only = 11;booleanoptional bool include_attributes = 9;intMaximum number of direct children to return.Opaque token returned by a previous BrowseChildren response.com.google.protobuf.ByteStringOpaque token returned by a previous BrowseChildren response.string parent_contained_path = 3;com.google.protobuf.ByteStringstring parent_contained_path = 3;intint32 parent_gobject_id = 1;string parent_tag_name = 2;com.google.protobuf.ByteStringstring parent_tag_name = 2;string tag_name_glob = 8;com.google.protobuf.ByteStringstring tag_name_glob = 8;getTemplateChainContains(int index) repeated string template_chain_contains = 7;com.google.protobuf.ByteStringgetTemplateChainContainsBytes(int index) repeated string template_chain_contains = 7;intrepeated string template_chain_contains = 7;repeated string template_chain_contains = 7;booleanoptional bool include_attributes = 9;booleanstring parent_contained_path = 3;booleanint32 parent_gobject_id = 1;booleanstring parent_tag_name = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasParentGobjectId
boolean hasParentGobjectId()int32 parent_gobject_id = 1;- Returns:
- Whether the parentGobjectId field is set.
-
getParentGobjectId
int getParentGobjectId()int32 parent_gobject_id = 1;- Returns:
- The parentGobjectId.
-
hasParentTagName
boolean hasParentTagName()string parent_tag_name = 2;- Returns:
- Whether the parentTagName field is set.
-
getParentTagName
String getParentTagName()string parent_tag_name = 2;- Returns:
- The parentTagName.
-
getParentTagNameBytes
com.google.protobuf.ByteString getParentTagNameBytes()string parent_tag_name = 2;- Returns:
- The bytes for parentTagName.
-
hasParentContainedPath
boolean hasParentContainedPath()string parent_contained_path = 3;- Returns:
- Whether the parentContainedPath field is set.
-
getParentContainedPath
String getParentContainedPath()string parent_contained_path = 3;- Returns:
- The parentContainedPath.
-
getParentContainedPathBytes
com.google.protobuf.ByteString getParentContainedPathBytes()string parent_contained_path = 3;- Returns:
- The bytes for parentContainedPath.
-
getPageSize
int getPageSize()Maximum number of direct children to return. Server default 500; cap 5000.
int32 page_size = 4;- Returns:
- The pageSize.
-
getPageToken
String getPageToken()Opaque token returned by a previous BrowseChildren response. Bound to the cache sequence, parent selector, and the filter set; a mismatch returns InvalidArgument.
string page_token = 5;- Returns:
- The pageToken.
-
getPageTokenBytes
com.google.protobuf.ByteString getPageTokenBytes()Opaque token returned by a previous BrowseChildren response. Bound to the cache sequence, parent selector, and the filter set; a mismatch returns InvalidArgument.
string page_token = 5;- Returns:
- The bytes for pageToken.
-
getCategoryIdsList
--- Filter parity with DiscoverHierarchy. AND-combined. ---
repeated int32 category_ids = 6;- Returns:
- A list containing the categoryIds.
-
getCategoryIdsCount
int getCategoryIdsCount()--- Filter parity with DiscoverHierarchy. AND-combined. ---
repeated int32 category_ids = 6;- Returns:
- The count of categoryIds.
-
getCategoryIds
int getCategoryIds(int index) --- Filter parity with DiscoverHierarchy. AND-combined. ---
repeated int32 category_ids = 6;- Parameters:
index- The index of the element to return.- Returns:
- The categoryIds at the given index.
-
getTemplateChainContainsList
repeated string template_chain_contains = 7;- Returns:
- A list containing the templateChainContains.
-
getTemplateChainContainsCount
int getTemplateChainContainsCount()repeated string template_chain_contains = 7;- Returns:
- The count of templateChainContains.
-
getTemplateChainContains
repeated string template_chain_contains = 7;- Parameters:
index- The index of the element to return.- Returns:
- The templateChainContains at the given index.
-
getTemplateChainContainsBytes
com.google.protobuf.ByteString getTemplateChainContainsBytes(int index) repeated string template_chain_contains = 7;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the templateChainContains at the given index.
-
getTagNameGlob
String getTagNameGlob()string tag_name_glob = 8;- Returns:
- The tagNameGlob.
-
getTagNameGlobBytes
com.google.protobuf.ByteString getTagNameGlobBytes()string tag_name_glob = 8;- Returns:
- The bytes for tagNameGlob.
-
hasIncludeAttributes
boolean hasIncludeAttributes()optional bool include_attributes = 9;- Returns:
- Whether the includeAttributes field is set.
-
getIncludeAttributes
boolean getIncludeAttributes()optional bool include_attributes = 9;- Returns:
- The includeAttributes.
-
getAlarmBearingOnly
boolean getAlarmBearingOnly()bool alarm_bearing_only = 10;- Returns:
- The alarmBearingOnly.
-
getHistorizedOnly
boolean getHistorizedOnly()bool historized_only = 11;- Returns:
- The historizedOnly.
-
getParentCase
GalaxyRepositoryOuterClass.BrowseChildrenRequest.ParentCase getParentCase()
-