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
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
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
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
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 |