generated/google/apis/logging_v2/representations.rb in google-api-client-0.36.4 vs generated/google/apis/logging_v2/representations.rb in google-api-client-0.37.0

- old
+ new

@@ -32,10 +32,16 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class CmekSettings + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class Empty class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -216,10 +222,11 @@ class BigQueryOptions # @private class Representation < Google::Apis::Core::JsonRepresentation property :use_partitioned_tables, as: 'usePartitionedTables' + property :uses_timestamp_column_partitioning, as: 'usesTimestampColumnPartitioning' end end class BucketOptions # @private @@ -228,9 +235,18 @@ property :exponential_buckets, as: 'exponentialBuckets', class: Google::Apis::LoggingV2::Exponential, decorator: Google::Apis::LoggingV2::Exponential::Representation property :linear_buckets, as: 'linearBuckets', class: Google::Apis::LoggingV2::Linear, decorator: Google::Apis::LoggingV2::Linear::Representation + end + end + + class CmekSettings + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :kms_key_name, as: 'kmsKeyName' + property :name, as: 'name' + property :service_account_id, as: 'serviceAccountId' end end class Empty # @private