generated/google/apis/servicenetworking_v1/representations.rb in google-api-client-0.36.0 vs generated/google/apis/servicenetworking_v1/representations.rb in google-api-client-0.36.1
- old
+ new
@@ -134,10 +134,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class DisableVpcServiceControlsRequest
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class Documentation
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -501,10 +507,11 @@
class BackendRule
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :address, as: 'address'
property :deadline, as: 'deadline'
+ property :disable_auth, as: 'disableAuth'
property :jwt_audience, as: 'jwtAudience'
property :min_deadline, as: 'minDeadline'
property :operation_deadline, as: 'operationDeadline'
property :path_translation, as: 'pathTranslation'
property :selector, as: 'selector'
@@ -596,9 +603,16 @@
class CustomHttpPattern
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :kind, as: 'kind'
property :path, as: 'path'
+ end
+ end
+
+ class DisableVpcServiceControlsRequest
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :consumer_network, as: 'consumerNetwork'
end
end
class Documentation
# @private