Reference documentation and code samples for the Firestore in Datastore mode V1 API class Google::Cloud::Datastore::V1::TransactionOptions::ReadOnly.
Options specific to read-only transactions.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#read_time
def read_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Reads entities at the given time. This may not be older than 60 seconds.
#read_time=
def read_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Reads entities at the given time. This may not be older than 60 seconds.
Returns
- (::Google::Protobuf::Timestamp) — Reads entities at the given time. This may not be older than 60 seconds.