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 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

      List<Integer> 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

      List<String> 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

      String getTemplateChainContains(int index)
       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