lib/google/apis/logging_v2/representations.rb in google-apis-logging_v2-0.6.0 vs lib/google/apis/logging_v2/representations.rb in google-apis-logging_v2-0.7.0
- old
+ new
@@ -479,10 +479,11 @@
property :create_time, as: 'createTime'
property :description, as: 'description'
property :lifecycle_state, as: 'lifecycleState'
property :locked, as: 'locked'
property :name, as: 'name'
+ collection :restricted_fields, as: 'restrictedFields'
property :retention_days, as: 'retentionDays'
property :update_time, as: 'updateTime'
end
end
@@ -561,9 +562,10 @@
class Representation < Google::Apis::Core::JsonRepresentation
property :bucket_options, as: 'bucketOptions', class: Google::Apis::LoggingV2::BucketOptions, decorator: Google::Apis::LoggingV2::BucketOptions::Representation
property :create_time, as: 'createTime'
property :description, as: 'description'
+ property :disabled, as: 'disabled'
property :filter, as: 'filter'
hash :label_extractors, as: 'labelExtractors'
property :metric_descriptor, as: 'metricDescriptor', class: Google::Apis::LoggingV2::MetricDescriptor, decorator: Google::Apis::LoggingV2::MetricDescriptor::Representation
property :name, as: 'name'