Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 310a96f

Browse files
committedDec 13, 2022
feat(servicenetworking): update the api
#### servicenetworking:v1 The following keys were added: - schemas.AddSubnetworkRequest.properties.allowSubnetCidrRoutesOverlap.type (Total Keys: 1)
1 parent 85bf911 commit 310a96f

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed
 

‎docs/dyn/servicenetworking_v1.services.html

+1
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ <h3>Method Details</h3>
128128
The object takes the form of:
129129

130130
{ # Request to create a subnetwork in a previously peered service network.
131+
&quot;allowSubnetCidrRoutesOverlap&quot;: True or False, # Optional. Defines the allowSubnetCidrRoutesOverlap field of the subnet, e.g. Available in alpha and beta according to [Compute API documentation](https://cloud.google.com/compute/docs/reference/rest/beta/subnetworks/insert)
131132
&quot;checkServiceNetworkingUsePermission&quot;: True or False, # Optional. The IAM permission check determines whether the consumer project has &#x27;servicenetworking.services.use&#x27; permission or not.
132133
&quot;computeIdempotencyWindow&quot;: &quot;A String&quot;, # Optional. Specifies a custom time bucket for Arcus subnetwork request idempotency. If two equivalent concurrent requests are made, Arcus will know to ignore the request if it has already been completed or is in progress. Only requests with matching compute_idempotency_window have guaranteed idempotency. Changing this time window between requests results in undefined behavior. Zero (or empty) value with custom_compute_idempotency_window=true specifies no idempotency (i.e. no request ID is provided to Arcus). Maximum value of 14 days (enforced by Arcus limit). For more information on how to use, see: go/revisit-sn-idempotency-window
133134
&quot;consumer&quot;: &quot;A String&quot;, # Required. A resource that represents the service consumer, such as `projects/123456`. The project number can be different from the value in the consumer network parameter. For example, the network might be part of a Shared VPC network. In those cases, Service Networking validates that this resource belongs to that Shared VPC.

‎googleapiclient/discovery_cache/documents/servicenetworking.v1.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -865,7 +865,7 @@
865865
}
866866
}
867867
},
868-
"revision": "20221115",
868+
"revision": "20221210",
869869
"rootUrl": "https://servicenetworking.googleapis.com/",
870870
"schemas": {
871871
"AddDnsRecordSetMetadata": {
@@ -975,6 +975,10 @@
975975
"description": "Request to create a subnetwork in a previously peered service network.",
976976
"id": "AddSubnetworkRequest",
977977
"properties": {
978+
"allowSubnetCidrRoutesOverlap": {
979+
"description": "Optional. Defines the allowSubnetCidrRoutesOverlap field of the subnet, e.g. Available in alpha and beta according to [Compute API documentation](https://cloud.google.com/compute/docs/reference/rest/beta/subnetworks/insert)",
980+
"type": "boolean"
981+
},
978982
"checkServiceNetworkingUsePermission": {
979983
"description": "Optional. The IAM permission check determines whether the consumer project has 'servicenetworking.services.use' permission or not.",
980984
"type": "boolean"

‎googleapiclient/discovery_cache/documents/servicenetworking.v1beta.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@
307307
}
308308
}
309309
},
310-
"revision": "20221115",
310+
"revision": "20221210",
311311
"rootUrl": "https://servicenetworking.googleapis.com/",
312312
"schemas": {
313313
"AddDnsRecordSetMetadata": {

0 commit comments

Comments
 (0)
Please sign in to comment.