Package com.google.firestore.v1
Interface ListCollectionIdsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListCollectionIdsResponse,ListCollectionIdsResponse.Builder
public interface ListCollectionIdsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCollectionIds(int index) The collection ids.com.google.protobuf.ByteStringgetCollectionIdsBytes(int index) The collection ids.intThe collection ids.The collection ids.A page token that may be used to continue the list.com.google.protobuf.ByteStringA page token that may be used to continue the list.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
-
getCollectionIdsList
The collection ids.
repeated string collection_ids = 1;- Returns:
- A list containing the collectionIds.
-
getCollectionIdsCount
int getCollectionIdsCount()The collection ids.
repeated string collection_ids = 1;- Returns:
- The count of collectionIds.
-
getCollectionIds
The collection ids.
repeated string collection_ids = 1;- Parameters:
index- The index of the element to return.- Returns:
- The collectionIds at the given index.
-
getCollectionIdsBytes
com.google.protobuf.ByteString getCollectionIdsBytes(int index) The collection ids.
repeated string collection_ids = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the collectionIds at the given index.
-
getNextPageToken
String getNextPageToken()A page token that may be used to continue the list.
string next_page_token = 2;- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()A page token that may be used to continue the list.
string next_page_token = 2;- Returns:
- The bytes for nextPageToken.
-