File tree Expand file tree Collapse file tree 5 files changed +17
-2
lines changed
generated/google-apis-servicenetworking_v1
lib/google/apis/servicenetworking_v1 Expand file tree Collapse file tree 5 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -233165,6 +233165,7 @@
233165233165"/servicenetworking:v1/AddRolesResponse/policyBinding": policy_binding
233166233166"/servicenetworking:v1/AddRolesResponse/policyBinding/policy_binding": policy_binding
233167233167"/servicenetworking:v1/AddSubnetworkRequest": add_subnetwork_request
233168+ "/servicenetworking:v1/AddSubnetworkRequest/allowSubnetCidrRoutesOverlap": allow_subnet_cidr_routes_overlap
233168233169"/servicenetworking:v1/AddSubnetworkRequest/checkServiceNetworkingUsePermission": check_service_networking_use_permission
233169233170"/servicenetworking:v1/AddSubnetworkRequest/computeIdempotencyWindow": compute_idempotency_window
233170233171"/servicenetworking:v1/AddSubnetworkRequest/consumer": consumer
Original file line number Diff line number Diff line change 11# Release history for google-apis-servicenetworking_v1
22
3+ ### v0.36.0 (2022-12-13)
4+
5+ * Regenerated from discovery document revision 20221207
6+
37### v0.35.0 (2022-11-17)
48
59* Regenerated from discovery document revision 20221115
Original file line number Diff line number Diff line change @@ -215,6 +215,14 @@ def update!(**args)
215215 class AddSubnetworkRequest
216216 include Google ::Apis ::Core ::Hashable
217217
218+ # Optional. Defines the allowSubnetCidrRoutesOverlap field of the subnet, e.g.
219+ # Available in alpha and beta according to [Compute API documentation](https://
220+ # cloud.google.com/compute/docs/reference/rest/beta/subnetworks/insert)
221+ # Corresponds to the JSON property `allowSubnetCidrRoutesOverlap`
222+ # @return [Boolean]
223+ attr_accessor :allow_subnet_cidr_routes_overlap
224+ alias_method :allow_subnet_cidr_routes_overlap? , :allow_subnet_cidr_routes_overlap
225+
218226 # Optional. The IAM permission check determines whether the consumer project has
219227 # 'servicenetworking.services.use' permission or not.
220228 # Corresponds to the JSON property `checkServiceNetworkingUsePermission`
@@ -348,6 +356,7 @@ def initialize(**args)
348356
349357 # Update properties of this object
350358 def update! ( **args )
359+ @allow_subnet_cidr_routes_overlap = args [ :allow_subnet_cidr_routes_overlap ] if args . key? ( :allow_subnet_cidr_routes_overlap )
351360 @check_service_networking_use_permission = args [ :check_service_networking_use_permission ] if args . key? ( :check_service_networking_use_permission )
352361 @compute_idempotency_window = args [ :compute_idempotency_window ] if args . key? ( :compute_idempotency_window )
353362 @consumer = args [ :consumer ] if args . key? ( :consumer )
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ module Google
1616 module Apis
1717 module ServicenetworkingV1
1818 # Version of the google-apis-servicenetworking_v1 gem
19- GEM_VERSION = "0.35 .0"
19+ GEM_VERSION = "0.36 .0"
2020
2121 # Version of the code generator used to generate this client
2222 GENERATOR_VERSION = "0.11.0"
2323
2424 # Revision of the discovery document this client was generated from
25- REVISION = "20221115 "
25+ REVISION = "20221207 "
2626 end
2727 end
2828end
Original file line number Diff line number Diff line change @@ -785,6 +785,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
785785 class AddSubnetworkRequest
786786 # @private
787787 class Representation < Google ::Apis ::Core ::JsonRepresentation
788+ property :allow_subnet_cidr_routes_overlap , as : 'allowSubnetCidrRoutesOverlap'
788789 property :check_service_networking_use_permission , as : 'checkServiceNetworkingUsePermission'
789790 property :compute_idempotency_window , as : 'computeIdempotencyWindow'
790791 property :consumer , as : 'consumer'
You can’t perform that action at this time.
0 commit comments