Class: Google::Cloud::Firestore::V1::TransactionOptions::ReadOnly
- Inherits:
-
Object
- Object
- Google::Cloud::Firestore::V1::TransactionOptions::ReadOnly
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/firestore/v1/common.rb
Overview
Options for a transaction that can only be used to read documents.
Instance Attribute Summary collapse
-
#read_time ⇒ ::Google::Protobuf::Timestamp
Reads documents at the given time.
Instance Attribute Details
#read_time ⇒ ::Google::Protobuf::Timestamp
Returns Reads documents 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.
85 86 87 88 |
# File 'proto_docs/google/firestore/v1/common.rb', line 85 class ReadOnly include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |