generated/google/apis/serviceusage_v1beta1/representations.rb in google-api-client-0.47.0 vs generated/google/apis/serviceusage_v1beta1/representations.rb in google-api-client-0.48.0
- old
+ new
@@ -278,10 +278,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class ImportAdminOverridesRequest
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class ImportAdminOverridesResponse
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -1025,9 +1031,18 @@
property :patch, as: 'patch'
property :post, as: 'post'
property :put, as: 'put'
property :response_body, as: 'responseBody'
property :selector, as: 'selector'
+ end
+ end
+
+ class ImportAdminOverridesRequest
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :force, as: 'force'
+ property :inline_source, as: 'inlineSource', class: Google::Apis::ServiceusageV1beta1::OverrideInlineSource, decorator: Google::Apis::ServiceusageV1beta1::OverrideInlineSource::Representation
+
end
end
class ImportAdminOverridesResponse
# @private