Class: Google::Apis::SpannerV1::ReadWrite
- Inherits:
-
Object
- Object
- Google::Apis::SpannerV1::ReadWrite
- 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
-
#initialize(**args) ⇒ ReadWrite
constructor
A new instance of ReadWrite.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ReadWrite
Returns a new instance of ReadWrite.
2536 2537 2538 |
# File 'generated/google/apis/spanner_v1/classes.rb', line 2536 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2541 2542 |
# File 'generated/google/apis/spanner_v1/classes.rb', line 2541 def update!(**args) end |