Package galaxy_repository.v1
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 Summary
Modifier and TypeMethodDescriptionlongCache sequence this reply was projected from.booleangetChildHasChildren(int index) Parallel array, indexed with `children`.intParallel array, indexed with `children`.Parallel array, indexed with `children`.getChildren(int index) Direct children matching the filter, sorted areas-first then by case-insensitive display name (same order as the dashboard tree).intDirect children matching the filter, sorted areas-first then by case-insensitive display name (same order as the dashboard tree).Direct children matching the filter, sorted areas-first then by case-insensitive display name (same order as the dashboard tree).getChildrenOrBuilder(int index) Direct children matching the filter, sorted areas-first then by case-insensitive display name (same order as the dashboard tree).Direct children matching the filter, sorted areas-first then by case-insensitive display name (same order as the dashboard tree).Non-empty when another page of siblings is available.com.google.protobuf.ByteStringNon-empty when another page of siblings is available.intTotal matching direct children of the parent (post-filter).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
-
getChildrenList
List<GalaxyRepositoryOuterClass.GalaxyObject> 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
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
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.
-