Class: Google::Apis::SpannerV1::PartitionedDml

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 Partitioned DML transaction.

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ PartitionedDml

Returns a new instance of PartitionedDml



1907
1908
1909
# File 'generated/google/apis/spanner_v1/classes.rb', line 1907

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

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1912
1913
# File 'generated/google/apis/spanner_v1/classes.rb', line 1912

def update!(**args)
end