Class: Google::Cloud::Datastore::V1::TransactionOptions::ReadOnly

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#read_time::Google::Protobuf::Timestamp

Returns Reads entities at the given time. This may not be older than 60 seconds.

Returns:



448
449
450
451
# File 'proto_docs/google/datastore/v1/datastore.rb', line 448

class ReadOnly
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end