generated/google/apis/spanner_v1/representations.rb in google-api-client-0.37.1 vs generated/google/apis/spanner_v1/representations.rb in google-api-client-0.37.2

- old
+ new

@@ -278,10 +278,16 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class QueryOptions + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class QueryPlan class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -591,10 +597,12 @@ hash :param_types, as: 'paramTypes', class: Google::Apis::SpannerV1::Type, decorator: Google::Apis::SpannerV1::Type::Representation hash :params, as: 'params' property :partition_token, :base64 => true, as: 'partitionToken' property :query_mode, as: 'queryMode' + property :query_options, as: 'queryOptions', class: Google::Apis::SpannerV1::QueryOptions, decorator: Google::Apis::SpannerV1::QueryOptions::Representation + 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 @@ -855,9 +863,16 @@ class Representation < Google::Apis::Core::JsonRepresentation collection :bindings, as: 'bindings', class: Google::Apis::SpannerV1::Binding, decorator: Google::Apis::SpannerV1::Binding::Representation property :etag, :base64 => true, as: 'etag' property :version, as: 'version' + end + end + + class QueryOptions + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :optimizer_version, as: 'optimizerVersion' end end class QueryPlan # @private