Class: Google::Cloud::Datastore::V1::TransactionOptions::ReadOnly
- Inherits:
-
Object
- Object
- Google::Cloud::Datastore::V1::TransactionOptions::ReadOnly
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/datastore/v1/datastore.rb
Overview
Options specific to read-only transactions.
Instance Attribute Summary collapse
-
#read_time ⇒ ::Google::Protobuf::Timestamp
Reads entities at the given time.
Instance Attribute Details
#read_time ⇒ ::Google::Protobuf::Timestamp
Returns Reads entities 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.
511 512 513 514 |
# File 'proto_docs/google/datastore/v1/datastore.rb', line 511 class ReadOnly include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |