generated/google/apis/servicenetworking_v1/representations.rb in google-api-client-0.37.3 vs generated/google/apis/servicenetworking_v1/representations.rb in google-api-client-0.38.0
- old
+ new
@@ -20,10 +20,28 @@
module Google
module Apis
module ServicenetworkingV1
+ class AddRolesMetadata
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
+ class AddRolesRequest
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
+ class AddRolesResponse
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class AddSubnetworkRequest
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -320,10 +338,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class PolicyBinding
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class Quota
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -344,10 +368,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class Route
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class SearchRangeRequest
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -434,10 +464,33 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class AddRolesMetadata
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ end
+ end
+
+ class AddRolesRequest
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :consumer_network, as: 'consumerNetwork'
+ collection :policy_binding, as: 'policyBinding', class: Google::Apis::ServicenetworkingV1::PolicyBinding, decorator: Google::Apis::ServicenetworkingV1::PolicyBinding::Representation
+
+ end
+ end
+
+ class AddRolesResponse
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ collection :policy_binding, as: 'policyBinding', class: Google::Apis::ServicenetworkingV1::PolicyBinding, decorator: Google::Apis::ServicenetworkingV1::PolicyBinding::Representation
+
+ end
+ end
+
class AddSubnetworkRequest
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :consumer, as: 'consumer'
property :consumer_network, as: 'consumerNetwork'
@@ -528,10 +581,11 @@
property :jwt_audience, as: 'jwtAudience'
property :min_deadline, as: 'minDeadline'
property :operation_deadline, as: 'operationDeadline'
property :path_translation, as: 'pathTranslation'
property :protocol, as: 'protocol'
+ property :rename_to, as: 'renameTo'
property :selector, as: 'selector'
end
end
class Billing
@@ -945,10 +999,18 @@
collection :subpages, as: 'subpages', class: Google::Apis::ServicenetworkingV1::Page, decorator: Google::Apis::ServicenetworkingV1::Page::Representation
end
end
+ class PolicyBinding
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :member, as: 'member'
+ property :role, as: 'role'
+ end
+ end
+
class Quota
# @private
class Representation < Google::Apis::Core::JsonRepresentation
collection :limits, as: 'limits', class: Google::Apis::ServicenetworkingV1::QuotaLimit, decorator: Google::Apis::ServicenetworkingV1::QuotaLimit::Representation
@@ -984,9 +1046,19 @@
class RangeReservation
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :ip_prefix_length, as: 'ipPrefixLength'
collection :secondary_range_ip_prefix_lengths, as: 'secondaryRangeIpPrefixLengths'
+ end
+ end
+
+ class Route
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :dest_range, as: 'destRange'
+ property :name, as: 'name'
+ property :network, as: 'network'
+ property :next_hop_gateway, as: 'nextHopGateway'
end
end
class SearchRangeRequest
# @private