Skip to content

Commit

Permalink
feat(servicenetworking): update the api
Browse files Browse the repository at this point in the history
#### servicenetworking:v1

The following keys were added:
- schemas.AddSubnetworkRequest.properties.allowSubnetCidrRoutesOverlap.type (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Dec 13, 2022
1 parent 85bf911 commit 310a96f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/dyn/servicenetworking_v1.services.html
Expand Up @@ -128,6 +128,7 @@ <h3>Method Details</h3>
The object takes the form of:

{ # Request to create a subnetwork in a previously peered service network.
&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)
&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.
&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
&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.
Expand Down
Expand Up @@ -865,7 +865,7 @@
}
}
},
"revision": "20221115",
"revision": "20221210",
"rootUrl": "https://servicenetworking.googleapis.com/",
"schemas": {
"AddDnsRecordSetMetadata": {
Expand Down Expand Up @@ -975,6 +975,10 @@
"description": "Request to create a subnetwork in a previously peered service network.",
"id": "AddSubnetworkRequest",
"properties": {
"allowSubnetCidrRoutesOverlap": {
"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)",
"type": "boolean"
},
"checkServiceNetworkingUsePermission": {
"description": "Optional. The IAM permission check determines whether the consumer project has 'servicenetworking.services.use' permission or not.",
"type": "boolean"
Expand Down
Expand Up @@ -307,7 +307,7 @@
}
}
},
"revision": "20221115",
"revision": "20221210",
"rootUrl": "https://servicenetworking.googleapis.com/",
"schemas": {
"AddDnsRecordSetMetadata": {
Expand Down

0 comments on commit 310a96f

Please sign in to comment.