@googleapis/servicenetworking 21.5.0 → 21.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # Changelog
2
2
 
3
+ ## [21.7.0](https://github.com/googleapis/google-api-nodejs-client/compare/servicenetworking-v21.6.0...servicenetworking-v21.7.0) (2025-04-18)
4
+
5
+
6
+ ### Features
7
+
8
+ * **servicenetworking:** update the API ([82325f1](https://github.com/googleapis/google-api-nodejs-client/commit/82325f1c3df88c75d384793b60fbc72039c452b0))
9
+ * **servicenetworking:** update the API ([177354b](https://github.com/googleapis/google-api-nodejs-client/commit/177354bf0e8e96addb07c84d619aa911e63443d9))
10
+ * **servicenetworking:** update the API ([524ddae](https://github.com/googleapis/google-api-nodejs-client/commit/524ddae5a824da5f5741c8fd9a3827c430a70d0b))
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * **servicenetworking:** update the API ([18a7f19](https://github.com/googleapis/google-api-nodejs-client/commit/18a7f19287184111ce1d5aea83ffc0666f1b2639))
16
+
17
+ ## [21.6.0](https://github.com/googleapis/google-api-nodejs-client/compare/servicenetworking-v21.5.0...servicenetworking-v21.6.0) (2025-03-19)
18
+
19
+
20
+ ### Features
21
+
22
+ * **servicenetworking:** update the API ([82325f1](https://github.com/googleapis/google-api-nodejs-client/commit/82325f1c3df88c75d384793b60fbc72039c452b0))
23
+ * **servicenetworking:** update the API ([177354b](https://github.com/googleapis/google-api-nodejs-client/commit/177354bf0e8e96addb07c84d619aa911e63443d9))
24
+ * **servicenetworking:** update the API ([524ddae](https://github.com/googleapis/google-api-nodejs-client/commit/524ddae5a824da5f5741c8fd9a3827c430a70d0b))
25
+
26
+
27
+ ### Bug Fixes
28
+
29
+ * **servicenetworking:** update the API ([18a7f19](https://github.com/googleapis/google-api-nodejs-client/commit/18a7f19287184111ce1d5aea83ffc0666f1b2639))
30
+
3
31
  ## [21.5.0](https://github.com/googleapis/google-api-nodejs-client/compare/servicenetworking-v21.4.0...servicenetworking-v21.5.0) (2025-03-18)
4
32
 
5
33
 
package/build/v1.d.ts CHANGED
@@ -169,7 +169,7 @@ export declare namespace servicenetworking_v1 {
169
169
  */
170
170
  checkServiceNetworkingUsePermission?: boolean | null;
171
171
  /**
172
- * 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
172
+ * 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).
173
173
  */
174
174
  computeIdempotencyWindow?: string | null;
175
175
  /**
@@ -237,7 +237,7 @@ export declare namespace servicenetworking_v1 {
237
237
  */
238
238
  subnetworkUsers?: string[] | null;
239
239
  /**
240
- * 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
240
+ * 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.
241
241
  */
242
242
  useCustomComputeIdempotencyWindow?: boolean | null;
243
243
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@googleapis/servicenetworking",
3
- "version": "21.5.0",
3
+ "version": "21.7.0",
4
4
  "description": "servicenetworking",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
package/v1.ts CHANGED
@@ -220,7 +220,7 @@ export namespace servicenetworking_v1 {
220
220
  */
221
221
  checkServiceNetworkingUsePermission?: boolean | null;
222
222
  /**
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).
224
224
  */
225
225
  computeIdempotencyWindow?: string | null;
226
226
  /**
@@ -288,7 +288,7 @@ export namespace servicenetworking_v1 {
288
288
  */
289
289
  subnetworkUsers?: string[] | null;
290
290
  /**
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.
292
292
  */
293
293
  useCustomComputeIdempotencyWindow?: boolean | null;
294
294
  }