generated/google/apis/spanner_v1/representations.rb in google-api-client-0.24.2 vs generated/google/apis/spanner_v1/representations.rb in google-api-client-0.24.3
- old
+ new
@@ -230,10 +230,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class PartitionedDml
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class PlanNode
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -506,10 +512,11 @@
hash :params, as: 'params'
property :partition_token, :base64 => true, as: 'partitionToken'
property :query_mode, as: 'queryMode'
property :resume_token, :base64 => true, as: 'resumeToken'
+ property :seqno, :numeric_string => true, as: 'seqno'
property :sql, as: 'sql'
property :transaction, as: 'transaction', class: Google::Apis::SpannerV1::TransactionSelector, decorator: Google::Apis::SpannerV1::TransactionSelector::Representation
end
end
@@ -728,10 +735,16 @@
property :transaction, as: 'transaction', class: Google::Apis::SpannerV1::Transaction, decorator: Google::Apis::SpannerV1::Transaction::Representation
end
end
+ class PartitionedDml
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ end
+ end
+
class PlanNode
# @private
class Representation < Google::Apis::Core::JsonRepresentation
collection :child_links, as: 'childLinks', class: Google::Apis::SpannerV1::ChildLink, decorator: Google::Apis::SpannerV1::ChildLink::Representation
@@ -826,10 +839,12 @@
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :query_plan, as: 'queryPlan', class: Google::Apis::SpannerV1::QueryPlan, decorator: Google::Apis::SpannerV1::QueryPlan::Representation
hash :query_stats, as: 'queryStats'
+ property :row_count_exact, :numeric_string => true, as: 'rowCountExact'
+ property :row_count_lower_bound, :numeric_string => true, as: 'rowCountLowerBound'
end
end
class RollbackRequest
# @private
@@ -904,9 +919,11 @@
end
class TransactionOptions
# @private
class Representation < Google::Apis::Core::JsonRepresentation
+ property :partitioned_dml, as: 'partitionedDml', class: Google::Apis::SpannerV1::PartitionedDml, decorator: Google::Apis::SpannerV1::PartitionedDml::Representation
+
property :read_only, as: 'readOnly', class: Google::Apis::SpannerV1::ReadOnly, decorator: Google::Apis::SpannerV1::ReadOnly::Representation
property :read_write, as: 'readWrite', class: Google::Apis::SpannerV1::ReadWrite, decorator: Google::Apis::SpannerV1::ReadWrite::Representation
end