Package galaxy_repository.v1
Interface GalaxyRepositoryOuterClass.DiscoverHierarchyReplyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GalaxyRepositoryOuterClass.DiscoverHierarchyReply,GalaxyRepositoryOuterClass.DiscoverHierarchyReply.Builder
- Enclosing class:
- GalaxyRepositoryOuterClass
public static interface GalaxyRepositoryOuterClass.DiscoverHierarchyReplyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionNon-empty when another page is available.com.google.protobuf.ByteStringNon-empty when another page is available.getObjects(int index) repeated .galaxy_repository.v1.GalaxyObject objects = 1;intrepeated .galaxy_repository.v1.GalaxyObject objects = 1;repeated .galaxy_repository.v1.GalaxyObject objects = 1;getObjectsOrBuilder(int index) repeated .galaxy_repository.v1.GalaxyObject objects = 1;repeated .galaxy_repository.v1.GalaxyObject objects = 1;intTotal number of objects in the cached hierarchy at the time of the call.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
-
getObjectsList
List<GalaxyRepositoryOuterClass.GalaxyObject> getObjectsList()repeated .galaxy_repository.v1.GalaxyObject objects = 1; -
getObjects
repeated .galaxy_repository.v1.GalaxyObject objects = 1; -
getObjectsCount
int getObjectsCount()repeated .galaxy_repository.v1.GalaxyObject objects = 1; -
getObjectsOrBuilderList
List<? extends GalaxyRepositoryOuterClass.GalaxyObjectOrBuilder> getObjectsOrBuilderList()repeated .galaxy_repository.v1.GalaxyObject objects = 1; -
getObjectsOrBuilder
repeated .galaxy_repository.v1.GalaxyObject objects = 1; -
getNextPageToken
String getNextPageToken()Non-empty when another page is available.
string next_page_token = 2;- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()Non-empty when another page is available.
string next_page_token = 2;- Returns:
- The bytes for nextPageToken.
-
getTotalObjectCount
int getTotalObjectCount()Total number of objects in the cached hierarchy at the time of the call.
int32 total_object_count = 3;- Returns:
- The totalObjectCount.
-