generated/google/apis/spanner_v1/representations.rb in google-api-client-0.28.4 vs generated/google/apis/spanner_v1/representations.rb in google-api-client-0.28.5

- old
+ new

@@ -98,10 +98,22 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class ExecuteBatchDmlRequest + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + + class ExecuteBatchDmlResponse + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class ExecuteSqlRequest class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -314,10 +326,16 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class Statement + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class Status class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -503,10 +521,31 @@ # @private class Representation < Google::Apis::Core::JsonRepresentation end end + class ExecuteBatchDmlRequest + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :seqno, :numeric_string => true, as: 'seqno' + collection :statements, as: 'statements', class: Google::Apis::SpannerV1::Statement, decorator: Google::Apis::SpannerV1::Statement::Representation + + property :transaction, as: 'transaction', class: Google::Apis::SpannerV1::TransactionSelector, decorator: Google::Apis::SpannerV1::TransactionSelector::Representation + + end + end + + class ExecuteBatchDmlResponse + # @private + class Representation < Google::Apis::Core::JsonRepresentation + collection :result_sets, as: 'resultSets', class: Google::Apis::SpannerV1::ResultSet, decorator: Google::Apis::SpannerV1::ResultSet::Representation + + property :status, as: 'status', class: Google::Apis::SpannerV1::Status, decorator: Google::Apis::SpannerV1::Status::Representation + + end + end + class ExecuteSqlRequest # @private class Representation < Google::Apis::Core::JsonRepresentation hash :param_types, as: 'paramTypes', class: Google::Apis::SpannerV1::Type, decorator: Google::Apis::SpannerV1::Type::Representation @@ -874,9 +913,19 @@ class ShortRepresentation # @private class Representation < Google::Apis::Core::JsonRepresentation property :description, as: 'description' hash :subqueries, as: 'subqueries' + end + end + + class Statement + # @private + class Representation < Google::Apis::Core::JsonRepresentation + hash :param_types, as: 'paramTypes', class: Google::Apis::SpannerV1::Type, decorator: Google::Apis::SpannerV1::Type::Representation + + hash :params, as: 'params' + property :sql, as: 'sql' end end class Status # @private