public interface ListCollectionIdsRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getPageSize()
The maximum number of results to return.
|
java.lang.String |
getPageToken()
A page token.
|
ByteString |
getPageTokenBytes()
A page token.
|
java.lang.String |
getParent()
The parent document.
|
ByteString |
getParentBytes()
The parent document.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getParent()
The parent document. In the format: `projects/{project_id}/databases/{database_id}/documents/{document_path}`. For example: `projects/my-project/databases/my-database/documents/chatrooms/my-chatroom`
string parent = 1;
ByteString getParentBytes()
The parent document. In the format: `projects/{project_id}/databases/{database_id}/documents/{document_path}`. For example: `projects/my-project/databases/my-database/documents/chatrooms/my-chatroom`
string parent = 1;
int getPageSize()
The maximum number of results to return.
int32 page_size = 2;
java.lang.String getPageToken()
A page token. Must be a value from [ListCollectionIdsResponse][google.firestore.v1beta1.ListCollectionIdsResponse].
string page_token = 3;
ByteString getPageTokenBytes()
A page token. Must be a value from [ListCollectionIdsResponse][google.firestore.v1beta1.ListCollectionIdsResponse].
string page_token = 3;