Skip to content

Commit 18a7f19

Browse files
yoshi-automationsofisl
authored andcommitted
fix(servicenetworking): update the API
#### servicenetworking:v1 The following keys were changed: - schemas.AddSubnetworkRequest.properties.computeIdempotencyWindow.description - schemas.AddSubnetworkRequest.properties.useCustomComputeIdempotencyWindow.description
1 parent 15963c8 commit 18a7f19

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

‎discovery/servicenetworking-v1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1029,7 +1029,7 @@
10291029
}
10301030
}
10311031
},
1032-
"revision": "20250312",
1032+
"revision": "20250316",
10331033
"rootUrl": "https://servicenetworking.googleapis.com/",
10341034
"schemas": {
10351035
"AddDnsRecordSetMetadata": {
@@ -1148,7 +1148,7 @@
11481148
"type": "boolean"
11491149
},
11501150
"computeIdempotencyWindow": {
1151-
"description": "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",
1151+
"description": "Optional. Specifies a custom time bucket for GCE subnetwork request idempotency. If two equivalent concurrent requests are made, GCE 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 GCE). Maximum value of 14 days (enforced by GCE limit).",
11521152
"format": "google-duration",
11531153
"type": "string"
11541154
},
@@ -1227,7 +1227,7 @@
12271227
"type": "array"
12281228
},
12291229
"useCustomComputeIdempotencyWindow": {
1230-
"description": "Optional. Specifies if Service Networking should use a custom time bucket for Arcus idempotency. If false, Service Networking uses a 300 second (5 minute) Arcus idempotency window. If true, Service Networking uses a custom idempotency window provided by the user in field compute_idempotency_window. For more information on how to use, see: go/revisit-sn-idempotency-window",
1230+
"description": "Optional. Specifies if Service Networking should use a custom time bucket for GCE idempotency. If false, Service Networking uses a 300 second (5 minute) GCE idempotency window. If true, Service Networking uses a custom idempotency window provided by the user in field compute_idempotency_window.",
12311231
"type": "boolean"
12321232
}
12331233
},

‎src/apis/servicenetworking/v1.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ export namespace servicenetworking_v1 {
220220
*/
221221
checkServiceNetworkingUsePermission?: boolean | null;
222222
/**
223-
* 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
223+
* Optional. Specifies a custom time bucket for GCE subnetwork request idempotency. If two equivalent concurrent requests are made, GCE 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 GCE). Maximum value of 14 days (enforced by GCE limit).
224224
*/
225225
computeIdempotencyWindow?: string | null;
226226
/**
@@ -288,7 +288,7 @@ export namespace servicenetworking_v1 {
288288
*/
289289
subnetworkUsers?: string[] | null;
290290
/**
291-
* Optional. Specifies if Service Networking should use a custom time bucket for Arcus idempotency. If false, Service Networking uses a 300 second (5 minute) Arcus idempotency window. If true, Service Networking uses a custom idempotency window provided by the user in field compute_idempotency_window. For more information on how to use, see: go/revisit-sn-idempotency-window
291+
* Optional. Specifies if Service Networking should use a custom time bucket for GCE idempotency. If false, Service Networking uses a 300 second (5 minute) GCE idempotency window. If true, Service Networking uses a custom idempotency window provided by the user in field compute_idempotency_window.
292292
*/
293293
useCustomComputeIdempotencyWindow?: boolean | null;
294294
}

0 commit comments

Comments
 (0)