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()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. 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 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getParentBytes()
Required. 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 [(.google.api.field_behavior) = REQUIRED];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.v1beta1.ListCollectionIdsResponse].
string page_token = 3;com.google.protobuf.ByteString getPageTokenBytes()
A page token. Must be a value from [ListCollectionIdsResponse][google.firestore.v1beta1.ListCollectionIdsResponse].
string page_token = 3;Copyright © 2020 Google LLC. All rights reserved.