@@ -48,14 +48,13 @@ public final class AddSubnetworkRequest extends com.google.api.client.json.Gener
48
48
private java .lang .Boolean checkServiceNetworkingUsePermission ;
49
49
50
50
/**
51
- * Optional. Specifies a custom time bucket for Arcus subnetwork request idempotency. If two
52
- * equivalent concurrent requests are made, Arcus will know to ignore the request if it has
53
- * already been completed or is in progress. Only requests with matching
54
- * compute_idempotency_window have guaranteed idempotency. Changing this time window between
55
- * requests results in undefined behavior. Zero (or empty) value with
56
- * custom_compute_idempotency_window=true specifies no idempotency (i.e. no request ID is provided
57
- * to Arcus). Maximum value of 14 days (enforced by Arcus limit). For more information on how to
58
- * use, see: go/revisit-sn-idempotency-window
51
+ * Optional. Specifies a custom time bucket for GCE subnetwork request idempotency. If two
52
+ * equivalent concurrent requests are made, GCE will know to ignore the request if it has already
53
+ * been completed or is in progress. Only requests with matching compute_idempotency_window have
54
+ * guaranteed idempotency. Changing this time window between requests results in undefined
55
+ * behavior. Zero (or empty) value with custom_compute_idempotency_window=true specifies no
56
+ * idempotency (i.e. no request ID is provided to GCE). Maximum value of 14 days (enforced by GCE
57
+ * limit).
59
58
* The value may be {@code null}.
60
59
*/
61
60
@ com .google .api .client .util .Key
@@ -211,11 +210,10 @@ public final class AddSubnetworkRequest extends com.google.api.client.json.Gener
211
210
private java .util .List <java .lang .String > subnetworkUsers ;
212
211
213
212
/**
214
- * Optional. Specifies if Service Networking should use a custom time bucket for Arcus
215
- * idempotency. If false, Service Networking uses a 300 second (5 minute) Arcus idempotency
216
- * window. If true, Service Networking uses a custom idempotency window provided by the user in
217
- * field compute_idempotency_window. For more information on how to use, see: go/revisit-sn-
218
- * idempotency-window
213
+ * Optional. Specifies if Service Networking should use a custom time bucket for GCE idempotency.
214
+ * If false, Service Networking uses a 300 second (5 minute) GCE idempotency window. If true,
215
+ * Service Networking uses a custom idempotency window provided by the user in field
216
+ * compute_idempotency_window.
219
217
* The value may be {@code null}.
220
218
*/
221
219
@ com .google .api .client .util .Key
@@ -262,29 +260,27 @@ public AddSubnetworkRequest setCheckServiceNetworkingUsePermission(java.lang.Boo
262
260
}
263
261
264
262
/**
265
- * Optional. Specifies a custom time bucket for Arcus subnetwork request idempotency. If two
266
- * equivalent concurrent requests are made, Arcus will know to ignore the request if it has
267
- * already been completed or is in progress. Only requests with matching
268
- * compute_idempotency_window have guaranteed idempotency. Changing this time window between
269
- * requests results in undefined behavior. Zero (or empty) value with
270
- * custom_compute_idempotency_window=true specifies no idempotency (i.e. no request ID is provided
271
- * to Arcus). Maximum value of 14 days (enforced by Arcus limit). For more information on how to
272
- * use, see: go/revisit-sn-idempotency-window
263
+ * Optional. Specifies a custom time bucket for GCE subnetwork request idempotency. If two
264
+ * equivalent concurrent requests are made, GCE will know to ignore the request if it has already
265
+ * been completed or is in progress. Only requests with matching compute_idempotency_window have
266
+ * guaranteed idempotency. Changing this time window between requests results in undefined
267
+ * behavior. Zero (or empty) value with custom_compute_idempotency_window=true specifies no
268
+ * idempotency (i.e. no request ID is provided to GCE). Maximum value of 14 days (enforced by GCE
269
+ * limit).
273
270
* @return value or {@code null} for none
274
271
*/
275
272
public String getComputeIdempotencyWindow () {
276
273
return computeIdempotencyWindow ;
277
274
}
278
275
279
276
/**
280
- * Optional. Specifies a custom time bucket for Arcus subnetwork request idempotency. If two
281
- * equivalent concurrent requests are made, Arcus will know to ignore the request if it has
282
- * already been completed or is in progress. Only requests with matching
283
- * compute_idempotency_window have guaranteed idempotency. Changing this time window between
284
- * requests results in undefined behavior. Zero (or empty) value with
285
- * custom_compute_idempotency_window=true specifies no idempotency (i.e. no request ID is provided
286
- * to Arcus). Maximum value of 14 days (enforced by Arcus limit). For more information on how to
287
- * use, see: go/revisit-sn-idempotency-window
277
+ * Optional. Specifies a custom time bucket for GCE subnetwork request idempotency. If two
278
+ * equivalent concurrent requests are made, GCE will know to ignore the request if it has already
279
+ * been completed or is in progress. Only requests with matching compute_idempotency_window have
280
+ * guaranteed idempotency. Changing this time window between requests results in undefined
281
+ * behavior. Zero (or empty) value with custom_compute_idempotency_window=true specifies no
282
+ * idempotency (i.e. no request ID is provided to GCE). Maximum value of 14 days (enforced by GCE
283
+ * limit).
288
284
* @param computeIdempotencyWindow computeIdempotencyWindow or {@code null} for none
289
285
*/
290
286
public AddSubnetworkRequest setComputeIdempotencyWindow (String computeIdempotencyWindow ) {
@@ -639,23 +635,21 @@ public AddSubnetworkRequest setSubnetworkUsers(java.util.List<java.lang.String>
639
635
}
640
636
641
637
/**
642
- * Optional. Specifies if Service Networking should use a custom time bucket for Arcus
643
- * idempotency. If false, Service Networking uses a 300 second (5 minute) Arcus idempotency
644
- * window. If true, Service Networking uses a custom idempotency window provided by the user in
645
- * field compute_idempotency_window. For more information on how to use, see: go/revisit-sn-
646
- * idempotency-window
638
+ * Optional. Specifies if Service Networking should use a custom time bucket for GCE idempotency.
639
+ * If false, Service Networking uses a 300 second (5 minute) GCE idempotency window. If true,
640
+ * Service Networking uses a custom idempotency window provided by the user in field
641
+ * compute_idempotency_window.
647
642
* @return value or {@code null} for none
648
643
*/
649
644
public java .lang .Boolean getUseCustomComputeIdempotencyWindow () {
650
645
return useCustomComputeIdempotencyWindow ;
651
646
}
652
647
653
648
/**
654
- * Optional. Specifies if Service Networking should use a custom time bucket for Arcus
655
- * idempotency. If false, Service Networking uses a 300 second (5 minute) Arcus idempotency
656
- * window. If true, Service Networking uses a custom idempotency window provided by the user in
657
- * field compute_idempotency_window. For more information on how to use, see: go/revisit-sn-
658
- * idempotency-window
649
+ * Optional. Specifies if Service Networking should use a custom time bucket for GCE idempotency.
650
+ * If false, Service Networking uses a 300 second (5 minute) GCE idempotency window. If true,
651
+ * Service Networking uses a custom idempotency window provided by the user in field
652
+ * compute_idempotency_window.
659
653
* @param useCustomComputeIdempotencyWindow useCustomComputeIdempotencyWindow or {@code null} for none
660
654
*/
661
655
public AddSubnetworkRequest setUseCustomComputeIdempotencyWindow (java .lang .Boolean useCustomComputeIdempotencyWindow ) {
0 commit comments