Class Google::Cloud::Datastore::V1::ReadOptions (v0.3.5)

The options shared by read requests.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#read_consistency

def read_consistency() -> ::Google::Cloud::Datastore::V1::ReadOptions::ReadConsistency
Returns

#read_consistency=

def read_consistency=(value) -> ::Google::Cloud::Datastore::V1::ReadOptions::ReadConsistency
Parameter
Returns

#transaction

def transaction() -> ::String
Returns
  • (::String) — The identifier of the transaction in which to read. A transaction identifier is returned by a call to Datastore.BeginTransaction.

#transaction=

def transaction=(value) -> ::String
Parameter
  • value (::String) — The identifier of the transaction in which to read. A transaction identifier is returned by a call to Datastore.BeginTransaction.
Returns
  • (::String) — The identifier of the transaction in which to read. A transaction identifier is returned by a call to Datastore.BeginTransaction.