Class: Google::Apis::SpannerV1::ReadWrite

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/spanner_v1/classes.rb,
generated/google/apis/spanner_v1/representations.rb,
generated/google/apis/spanner_v1/representations.rb

Overview

Message type to initiate a read-write transaction. Currently this transaction type has no options.

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ReadWrite

Returns a new instance of ReadWrite.



2510
2511
2512
# File 'generated/google/apis/spanner_v1/classes.rb', line 2510

def initialize(**args)
   update!(**args)
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2515
2516
# File 'generated/google/apis/spanner_v1/classes.rb', line 2515

def update!(**args)
end