Reference documentation and code samples for the Cloud Firestore V1 Client class ListCollectionIdsRequest.
The request for Firestore.ListCollectionIds .
Generated from protobuf message google.firestore.v1.ListCollectionIdsRequest
Namespace
Google \ Cloud \ Firestore \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
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
↳ page_size
int
The maximum number of results to return.
↳ page_token
↳ read_time
Google\Protobuf\Timestamp
Reads documents as they were at the given time. This may not be older than 270 seconds.
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
setParent
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
var
string
$this
getPageSize
The maximum number of results to return.
int
setPageSize
The maximum number of results to return.
var
int
$this
getPageToken
A page token. Must be a value from ListCollectionIdsResponse .
string
setPageToken
A page token. Must be a value from ListCollectionIdsResponse .
var
string
$this
getReadTime
Reads documents as they were at the given time.
This may not be older than 270 seconds.
hasReadTime
setReadTime
Reads documents as they were at the given time.
This may not be older than 270 seconds.
$this
getConsistencySelector
string
static::build
parent
string
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