Reference documentation and code samples for the Cloud Firestore V1 API class Google::Cloud::Firestore::V1::ListDocumentsRequest.
The request for Firestore.ListDocuments.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#collection_id
def collection_id() -> ::String
-
(::String) — Optional. The collection ID, relative to
parent
, to list.For example:
chatrooms
ormessages
.This is optional, and when not provided, Firestore will list documents from all collections under the provided
parent
.
#collection_id=
def collection_id=(value) -> ::String
-
value (::String) — Optional. The collection ID, relative to
parent
, to list.For example:
chatrooms
ormessages
.This is optional, and when not provided, Firestore will list documents from all collections under the provided
parent
.
-
(::String) — Optional. The collection ID, relative to
parent
, to list.For example:
chatrooms
ormessages
.This is optional, and when not provided, Firestore will list documents from all collections under the provided
parent
.
#mask
def mask() -> ::Google::Cloud::Firestore::V1::DocumentMask
-
(::Google::Cloud::Firestore::V1::DocumentMask) — Optional. The fields to return. If not set, returns all fields.
If a document has a field that is not present in this mask, that field will not be returned in the response.
#mask=
def mask=(value) -> ::Google::Cloud::Firestore::V1::DocumentMask
-
value (::Google::Cloud::Firestore::V1::DocumentMask) — Optional. The fields to return. If not set, returns all fields.
If a document has a field that is not present in this mask, that field will not be returned in the response.
-
(::Google::Cloud::Firestore::V1::DocumentMask) — Optional. The fields to return. If not set, returns all fields.
If a document has a field that is not present in this mask, that field will not be returned in the response.
#order_by
def order_by() -> ::String
-
(::String) — Optional. The optional ordering of the documents to return.
For example:
priority desc, __name__ desc
.This mirrors the
ORDER BY
used in Firestore queries but in a string representation. When absent, documents are ordered based on__name__ ASC
.
#order_by=
def order_by=(value) -> ::String
-
value (::String) — Optional. The optional ordering of the documents to return.
For example:
priority desc, __name__ desc
.This mirrors the
ORDER BY
used in Firestore queries but in a string representation. When absent, documents are ordered based on__name__ ASC
.
-
(::String) — Optional. The optional ordering of the documents to return.
For example:
priority desc, __name__ desc
.This mirrors the
ORDER BY
used in Firestore queries but in a string representation. When absent, documents are ordered based on__name__ ASC
.
#page_size
def page_size() -> ::Integer
-
(::Integer) — Optional. The maximum number of documents to return in a single response.
Firestore may return fewer than this value.
#page_size=
def page_size=(value) -> ::Integer
-
value (::Integer) — Optional. The maximum number of documents to return in a single response.
Firestore may return fewer than this value.
-
(::Integer) — Optional. The maximum number of documents to return in a single response.
Firestore may return fewer than this value.
#page_token
def page_token() -> ::String
-
(::String) — Optional. A page token, received from a previous
ListDocuments
response.Provide this to retrieve the subsequent page. When paginating, all other parameters (with the exception of
page_size
) must match the values set in the request that generated the page token.
#page_token=
def page_token=(value) -> ::String
-
value (::String) — Optional. A page token, received from a previous
ListDocuments
response.Provide this to retrieve the subsequent page. When paginating, all other parameters (with the exception of
page_size
) must match the values set in the request that generated the page token.
-
(::String) — Optional. A page token, received from a previous
ListDocuments
response.Provide this to retrieve the subsequent page. When paginating, all other parameters (with the exception of
page_size
) must match the values set in the request that generated the page token.
#parent
def parent() -> ::String
-
(::String) — Required. The parent resource name. In the format:
projects/{project_id}/databases/{database_id}/documents
orprojects/{project_id}/databases/{database_id}/documents/{document_path}
.For example:
projects/my-project/databases/my-database/documents
orprojects/my-project/databases/my-database/documents/chatrooms/my-chatroom
#parent=
def parent=(value) -> ::String
-
value (::String) — Required. The parent resource name. In the format:
projects/{project_id}/databases/{database_id}/documents
orprojects/{project_id}/databases/{database_id}/documents/{document_path}
.For example:
projects/my-project/databases/my-database/documents
orprojects/my-project/databases/my-database/documents/chatrooms/my-chatroom
-
(::String) — Required. The parent resource name. In the format:
projects/{project_id}/databases/{database_id}/documents
orprojects/{project_id}/databases/{database_id}/documents/{document_path}
.For example:
projects/my-project/databases/my-database/documents
orprojects/my-project/databases/my-database/documents/chatrooms/my-chatroom
#read_time
def read_time() -> ::Google::Protobuf::Timestamp
-
(::Google::Protobuf::Timestamp) — Perform the read at the provided time.
This may not be older than 270 seconds.
#read_time=
def read_time=(value) -> ::Google::Protobuf::Timestamp
-
value (::Google::Protobuf::Timestamp) — Perform the read at the provided time.
This may not be older than 270 seconds.
-
(::Google::Protobuf::Timestamp) — Perform the read at the provided time.
This may not be older than 270 seconds.
#show_missing
def show_missing() -> ::Boolean
-
(::Boolean) — If the list should show missing documents.
A document is missing if it does not exist, but there are sub-documents nested underneath it. When true, such missing documents will be returned with a key but will not have fields,
create_time
, orupdate_time
set.Requests with
show_missing
may not specifywhere
ororder_by
.
#show_missing=
def show_missing=(value) -> ::Boolean
-
value (::Boolean) — If the list should show missing documents.
A document is missing if it does not exist, but there are sub-documents nested underneath it. When true, such missing documents will be returned with a key but will not have fields,
create_time
, orupdate_time
set.Requests with
show_missing
may not specifywhere
ororder_by
.
-
(::Boolean) — If the list should show missing documents.
A document is missing if it does not exist, but there are sub-documents nested underneath it. When true, such missing documents will be returned with a key but will not have fields,
create_time
, orupdate_time
set.Requests with
show_missing
may not specifywhere
ororder_by
.
#transaction
def transaction() -> ::String
- (::String) — Perform the read as part of an already active transaction.
#transaction=
def transaction=(value) -> ::String
- value (::String) — Perform the read as part of an already active transaction.
- (::String) — Perform the read as part of an already active transaction.