public interface ListCollectionIdsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getPageSize()
The maximum number of results to return.
|
String |
getPageToken()
A page token.
|
com.google.protobuf.ByteString |
getPageTokenBytes()
A page token.
|
String |
getParent()
The parent document.
|
com.google.protobuf.ByteString |
getParentBytes()
The parent document.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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;com.google.protobuf.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;String getPageToken()
A page token. Must be a value from [ListCollectionIdsResponse][google.firestore.v1.ListCollectionIdsResponse].
string page_token = 3;com.google.protobuf.ByteString getPageTokenBytes()
A page token. Must be a value from [ListCollectionIdsResponse][google.firestore.v1.ListCollectionIdsResponse].
string page_token = 3;Copyright © 2019 Google LLC. All rights reserved.