generated/google/apis/logging_v2/representations.rb in google-api-client-0.30.10 vs generated/google/apis/logging_v2/representations.rb in google-api-client-0.31.0

- old
+ new

@@ -20,10 +20,16 @@ module Google module Apis module LoggingV2 + class BigQueryOptions + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class BucketOptions class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -206,10 +212,17 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class BigQueryOptions + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :use_partitioned_tables, as: 'usePartitionedTables' + end + end + class BucketOptions # @private class Representation < Google::Apis::Core::JsonRepresentation property :explicit_buckets, as: 'explicitBuckets', class: Google::Apis::LoggingV2::Explicit, decorator: Google::Apis::LoggingV2::Explicit::Representation @@ -435,9 +448,11 @@ end class LogSink # @private class Representation < Google::Apis::Core::JsonRepresentation + property :bigquery_options, as: 'bigqueryOptions', class: Google::Apis::LoggingV2::BigQueryOptions, decorator: Google::Apis::LoggingV2::BigQueryOptions::Representation + property :create_time, as: 'createTime' property :destination, as: 'destination' property :filter, as: 'filter' property :include_children, as: 'includeChildren' property :name, as: 'name'