Package galaxy_repository.v1
Interface GalaxyRepositoryOuterClass.DiscoverHierarchyRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GalaxyRepositoryOuterClass.DiscoverHierarchyRequest,GalaxyRepositoryOuterClass.DiscoverHierarchyRequest.Builder
- Enclosing class:
GalaxyRepositoryOuterClass
public static interface GalaxyRepositoryOuterClass.DiscoverHierarchyRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanOptional.intgetCategoryIds(int index) Optional object category id filters.intOptional object category id filters.Optional object category id filters.booleanOptional.booleanOptional.com.google.protobuf.Int32ValueOptional.com.google.protobuf.Int32ValueOrBuilderOptional.intMaximum number of objects to return.Opaque token returned by a previous DiscoverHierarchy response.com.google.protobuf.ByteStringOpaque token returned by a previous DiscoverHierarchy response.string root_contained_path = 5;com.google.protobuf.ByteStringstring root_contained_path = 5;intint32 root_gobject_id = 3;string root_tag_name = 4;com.google.protobuf.ByteStringstring root_tag_name = 4;Optional anchored, case-insensitive glob over object tag_name.com.google.protobuf.ByteStringOptional anchored, case-insensitive glob over object tag_name.getTemplateChainContains(int index) Optional case-insensitive substring filters against template names.com.google.protobuf.ByteStringgetTemplateChainContainsBytes(int index) Optional case-insensitive substring filters against template names.intOptional case-insensitive substring filters against template names.Optional case-insensitive substring filters against template names.booleanOptional.booleanOptional.booleanstring root_contained_path = 5;booleanint32 root_gobject_id = 3;booleanstring root_tag_name = 4;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
-
getPageSize
int getPageSize()Maximum number of objects to return. The server applies its default when unset and rejects non-positive values.
int32 page_size = 1;- Returns:
- The pageSize.
-
getPageToken
String getPageToken()Opaque token returned by a previous DiscoverHierarchy response.
string page_token = 2;- Returns:
- The pageToken.
-
getPageTokenBytes
com.google.protobuf.ByteString getPageTokenBytes()Opaque token returned by a previous DiscoverHierarchy response.
string page_token = 2;- Returns:
- The bytes for pageToken.
-
hasRootGobjectId
boolean hasRootGobjectId()int32 root_gobject_id = 3;- Returns:
- Whether the rootGobjectId field is set.
-
getRootGobjectId
int getRootGobjectId()int32 root_gobject_id = 3;- Returns:
- The rootGobjectId.
-
hasRootTagName
boolean hasRootTagName()string root_tag_name = 4;- Returns:
- Whether the rootTagName field is set.
-
getRootTagName
String getRootTagName()string root_tag_name = 4;- Returns:
- The rootTagName.
-
getRootTagNameBytes
com.google.protobuf.ByteString getRootTagNameBytes()string root_tag_name = 4;- Returns:
- The bytes for rootTagName.
-
hasRootContainedPath
boolean hasRootContainedPath()string root_contained_path = 5;- Returns:
- Whether the rootContainedPath field is set.
-
getRootContainedPath
String getRootContainedPath()string root_contained_path = 5;- Returns:
- The rootContainedPath.
-
getRootContainedPathBytes
com.google.protobuf.ByteString getRootContainedPathBytes()string root_contained_path = 5;- Returns:
- The bytes for rootContainedPath.
-
hasMaxDepth
boolean hasMaxDepth()Optional. Cap on descendant depth from root. Zero returns only the root. Unset means unlimited depth.
.google.protobuf.Int32Value max_depth = 6;- Returns:
- Whether the maxDepth field is set.
-
getMaxDepth
com.google.protobuf.Int32Value getMaxDepth()Optional. Cap on descendant depth from root. Zero returns only the root. Unset means unlimited depth.
.google.protobuf.Int32Value max_depth = 6;- Returns:
- The maxDepth.
-
getMaxDepthOrBuilder
com.google.protobuf.Int32ValueOrBuilder getMaxDepthOrBuilder()Optional. Cap on descendant depth from root. Zero returns only the root. Unset means unlimited depth.
.google.protobuf.Int32Value max_depth = 6; -
getCategoryIdsList
Optional object category id filters.
repeated int32 category_ids = 7;- Returns:
- A list containing the categoryIds.
-
getCategoryIdsCount
int getCategoryIdsCount()Optional object category id filters.
repeated int32 category_ids = 7;- Returns:
- The count of categoryIds.
-
getCategoryIds
int getCategoryIds(int index) Optional object category id filters.
repeated int32 category_ids = 7;- Parameters:
index- The index of the element to return.- Returns:
- The categoryIds at the given index.
-
getTemplateChainContainsList
Optional case-insensitive substring filters against template names.
repeated string template_chain_contains = 8;- Returns:
- A list containing the templateChainContains.
-
getTemplateChainContainsCount
int getTemplateChainContainsCount()Optional case-insensitive substring filters against template names.
repeated string template_chain_contains = 8;- Returns:
- The count of templateChainContains.
-
getTemplateChainContains
Optional case-insensitive substring filters against template names.
repeated string template_chain_contains = 8;- Parameters:
index- The index of the element to return.- Returns:
- The templateChainContains at the given index.
-
getTemplateChainContainsBytes
com.google.protobuf.ByteString getTemplateChainContainsBytes(int index) Optional case-insensitive substring filters against template names.
repeated string template_chain_contains = 8;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the templateChainContains at the given index.
-
getTagNameGlob
String getTagNameGlob()Optional anchored, case-insensitive glob over object tag_name.
string tag_name_glob = 9;- Returns:
- The tagNameGlob.
-
getTagNameGlobBytes
com.google.protobuf.ByteString getTagNameGlobBytes()Optional anchored, case-insensitive glob over object tag_name.
string tag_name_glob = 9;- Returns:
- The bytes for tagNameGlob.
-
hasIncludeAttributes
boolean hasIncludeAttributes()Optional. Unset or true includes attributes. False returns object skeletons.
optional bool include_attributes = 10;- Returns:
- Whether the includeAttributes field is set.
-
getIncludeAttributes
boolean getIncludeAttributes()Optional. Unset or true includes attributes. False returns object skeletons.
optional bool include_attributes = 10;- Returns:
- The includeAttributes.
-
getAlarmBearingOnly
boolean getAlarmBearingOnly()Optional. Return only objects with at least one alarm-bearing attribute.
bool alarm_bearing_only = 11;- Returns:
- The alarmBearingOnly.
-
getHistorizedOnly
boolean getHistorizedOnly()Optional. Return only objects with at least one historized attribute.
bool historized_only = 12;- Returns:
- The historizedOnly.
-
getRootCase
-