Class: Google::Cloud::Firestore::V1::GetDocumentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Firestore::V1::GetDocumentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/firestore/v1/firestore.rb
Overview
The request for Firestore.GetDocument.
Instance Attribute Summary collapse
-
#mask ⇒ ::Google::Cloud::Firestore::V1::DocumentMask
The fields to return.
-
#name ⇒ ::String
Required.
-
#read_time ⇒ ::Google::Protobuf::Timestamp
Reads the version of the document at the given time.
-
#transaction ⇒ ::String
Reads the document in a transaction.
Instance Attribute Details
#mask ⇒ ::Google::Cloud::Firestore::V1::DocumentMask
Returns The fields to return. If not set, returns all fields.
If the document has a field that is not present in this mask, that field will not be returned in the response.
42 43 44 45 |
# File 'proto_docs/google/firestore/v1/firestore.rb', line 42 class GetDocumentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The resource name of the Document to get. In the format:
projects/{project_id}/databases/{database_id}/documents/{document_path}
.
42 43 44 45 |
# File 'proto_docs/google/firestore/v1/firestore.rb', line 42 class GetDocumentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#read_time ⇒ ::Google::Protobuf::Timestamp
Returns Reads the version of the document at the given time. This may not be older than 270 seconds.
42 43 44 45 |
# File 'proto_docs/google/firestore/v1/firestore.rb', line 42 class GetDocumentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#transaction ⇒ ::String
Returns Reads the document in a transaction.
42 43 44 45 |
# File 'proto_docs/google/firestore/v1/firestore.rb', line 42 class GetDocumentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |