generated/google/apis/serviceusage_v1beta1/representations.rb in google-api-client-0.28.7 vs generated/google/apis/serviceusage_v1beta1/representations.rb in google-api-client-0.29.0
- old
+ new
@@ -68,10 +68,22 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class BatchCreateAdminOverridesResponse
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
+ class BatchCreateConsumerOverridesResponse
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class BatchEnableServicesRequest
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -368,10 +380,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class QuotaOverride
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class Service
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -520,10 +538,26 @@
property :path_translation, as: 'pathTranslation'
property :selector, as: 'selector'
end
end
+ class BatchCreateAdminOverridesResponse
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ collection :overrides, as: 'overrides', class: Google::Apis::ServiceusageV1beta1::QuotaOverride, decorator: Google::Apis::ServiceusageV1beta1::QuotaOverride::Representation
+
+ end
+ end
+
+ class BatchCreateConsumerOverridesResponse
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ collection :overrides, as: 'overrides', class: Google::Apis::ServiceusageV1beta1::QuotaOverride, decorator: Google::Apis::ServiceusageV1beta1::QuotaOverride::Representation
+
+ end
+ end
+
class BatchEnableServicesRequest
# @private
class Representation < Google::Apis::Core::JsonRepresentation
collection :service_ids, as: 'serviceIds'
end
@@ -1059,9 +1093,18 @@
property :max_limit, :numeric_string => true, as: 'maxLimit'
property :metric, as: 'metric'
property :name, as: 'name'
property :unit, as: 'unit'
hash :values, as: 'values'
+ end
+ end
+
+ class QuotaOverride
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ hash :dimensions, as: 'dimensions'
+ property :name, as: 'name'
+ property :override_value, :numeric_string => true, as: 'overrideValue'
end
end
class Service
# @private