Interface GalaxyRepositoryOuterClass.BrowseChildrenReplyOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GalaxyRepositoryOuterClass.BrowseChildrenReply, GalaxyRepositoryOuterClass.BrowseChildrenReply.Builder
Enclosing class:
GalaxyRepositoryOuterClass

public static interface GalaxyRepositoryOuterClass.BrowseChildrenReplyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getChildrenList

       Direct children matching the filter, sorted areas-first then by
       case-insensitive display name (same order as the dashboard tree).
       
      repeated .galaxy_repository.v1.GalaxyObject children = 1;
    • getChildren

       Direct children matching the filter, sorted areas-first then by
       case-insensitive display name (same order as the dashboard tree).
       
      repeated .galaxy_repository.v1.GalaxyObject children = 1;
    • getChildrenCount

      int getChildrenCount()
       Direct children matching the filter, sorted areas-first then by
       case-insensitive display name (same order as the dashboard tree).
       
      repeated .galaxy_repository.v1.GalaxyObject children = 1;
    • getChildrenOrBuilderList

      List<? extends GalaxyRepositoryOuterClass.GalaxyObjectOrBuilder> getChildrenOrBuilderList()
       Direct children matching the filter, sorted areas-first then by
       case-insensitive display name (same order as the dashboard tree).
       
      repeated .galaxy_repository.v1.GalaxyObject children = 1;
    • getChildrenOrBuilder

      GalaxyRepositoryOuterClass.GalaxyObjectOrBuilder getChildrenOrBuilder(int index)
       Direct children matching the filter, sorted areas-first then by
       case-insensitive display name (same order as the dashboard tree).
       
      repeated .galaxy_repository.v1.GalaxyObject children = 1;
    • getNextPageToken

      String getNextPageToken()
       Non-empty when another page of siblings is available.
       
      string next_page_token = 2;
      Returns:
      The nextPageToken.
    • getNextPageTokenBytes

      com.google.protobuf.ByteString getNextPageTokenBytes()
       Non-empty when another page of siblings is available.
       
      string next_page_token = 2;
      Returns:
      The bytes for nextPageToken.
    • getTotalChildCount

      int getTotalChildCount()
       Total matching direct children of the parent (post-filter).
       
      int32 total_child_count = 3;
      Returns:
      The totalChildCount.
    • getChildHasChildrenList

      List<Boolean> getChildHasChildrenList()
       Parallel array, indexed with `children`. True when the child has at least
       one matching descendant under the same filter set. Lets a UI choose
       whether to draw an expand triangle without an extra round trip.
       
      repeated bool child_has_children = 4;
      Returns:
      A list containing the childHasChildren.
    • getChildHasChildrenCount

      int getChildHasChildrenCount()
       Parallel array, indexed with `children`. True when the child has at least
       one matching descendant under the same filter set. Lets a UI choose
       whether to draw an expand triangle without an extra round trip.
       
      repeated bool child_has_children = 4;
      Returns:
      The count of childHasChildren.
    • getChildHasChildren

      boolean getChildHasChildren(int index)
       Parallel array, indexed with `children`. True when the child has at least
       one matching descendant under the same filter set. Lets a UI choose
       whether to draw an expand triangle without an extra round trip.
       
      repeated bool child_has_children = 4;
      Parameters:
      index - The index of the element to return.
      Returns:
      The childHasChildren at the given index.
    • getCacheSequence

      long getCacheSequence()
       Cache sequence this reply was projected from. Clients may pass it back as
       part of the page_token contract. Mismatch on the next page -> InvalidArgument.
       
      uint64 cache_sequence = 5;
      Returns:
      The cacheSequence.