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

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

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

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