Reference documentation and code samples for the Cloud Firestore V1 API class Google::Cloud::Firestore::V1::ListCollectionIdsRequest.
The request for Firestore.ListCollectionIds.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#page_size
def page_size() -> ::Integer
- (::Integer) — The maximum number of results to return.
#page_size=
def page_size=(value) -> ::Integer
- value (::Integer) — The maximum number of results to return.
- (::Integer) — The maximum number of results to return.
#page_token
def page_token() -> ::String
- (::String) — A page token. Must be a value from ListCollectionIdsResponse.
#page_token=
def page_token=(value) -> ::String
- value (::String) — A page token. Must be a value from ListCollectionIdsResponse.
- (::String) — A page token. Must be a value from ListCollectionIdsResponse.
#parent
def parent() -> ::String
-
(::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
#parent=
def parent=(value) -> ::String
-
value (::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
-
(::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
#read_time
def read_time() -> ::Google::Protobuf::Timestamp
-
(::Google::Protobuf::Timestamp) — Reads documents as they were at the given time.
This must be a microsecond precision timestamp within the past one hour, or if Point-in-Time Recovery is enabled, can additionally be a whole minute timestamp within the past 7 days.
#read_time=
def read_time=(value) -> ::Google::Protobuf::Timestamp
-
value (::Google::Protobuf::Timestamp) — Reads documents as they were at the given time.
This must be a microsecond precision timestamp within the past one hour, or if Point-in-Time Recovery is enabled, can additionally be a whole minute timestamp within the past 7 days.
-
(::Google::Protobuf::Timestamp) — Reads documents as they were at the given time.
This must be a microsecond precision timestamp within the past one hour, or if Point-in-Time Recovery is enabled, can additionally be a whole minute timestamp within the past 7 days.