Skip to content

Commit 75f2adc

Browse files
1 parent b2f609a commit 75f2adc

File tree

4 files changed

+39
-45
lines changed

4 files changed

+39
-45
lines changed

clients/google-api-services-servicenetworking/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-servicenetworking</artifactId>
25-
<version>v1-rev20250312-2.0.0</version>
25+
<version>v1-rev20250316-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-servicenetworking:v1-rev20250312-2.0.0'
38+
implementation 'com.google.apis:google-api-services-servicenetworking:v1-rev20250316-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-servicenetworking/v1/2.0.0/com/google/api/services/servicenetworking/v1/model/AddSubnetworkRequest.java

Lines changed: 33 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,13 @@ public final class AddSubnetworkRequest extends com.google.api.client.json.Gener
4848
private java.lang.Boolean checkServiceNetworkingUsePermission;
4949

5050
/**
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).
5958
* The value may be {@code null}.
6059
*/
6160
@com.google.api.client.util.Key
@@ -211,11 +210,10 @@ public final class AddSubnetworkRequest extends com.google.api.client.json.Gener
211210
private java.util.List<java.lang.String> subnetworkUsers;
212211

213212
/**
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.
219217
* The value may be {@code null}.
220218
*/
221219
@com.google.api.client.util.Key
@@ -262,29 +260,27 @@ public AddSubnetworkRequest setCheckServiceNetworkingUsePermission(java.lang.Boo
262260
}
263261

264262
/**
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).
273270
* @return value or {@code null} for none
274271
*/
275272
public String getComputeIdempotencyWindow() {
276273
return computeIdempotencyWindow;
277274
}
278275

279276
/**
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).
288284
* @param computeIdempotencyWindow computeIdempotencyWindow or {@code null} for none
289285
*/
290286
public AddSubnetworkRequest setComputeIdempotencyWindow(String computeIdempotencyWindow) {
@@ -639,23 +635,21 @@ public AddSubnetworkRequest setSubnetworkUsers(java.util.List<java.lang.String>
639635
}
640636

641637
/**
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.
647642
* @return value or {@code null} for none
648643
*/
649644
public java.lang.Boolean getUseCustomComputeIdempotencyWindow() {
650645
return useCustomComputeIdempotencyWindow;
651646
}
652647

653648
/**
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.
659653
* @param useCustomComputeIdempotencyWindow useCustomComputeIdempotencyWindow or {@code null} for none
660654
*/
661655
public AddSubnetworkRequest setUseCustomComputeIdempotencyWindow(java.lang.Boolean useCustomComputeIdempotencyWindow) {

clients/google-api-services-servicenetworking/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-servicenetworking</artifactId>
11-
<version>v1-rev20250312-2.0.0</version>
12-
<name>Service Networking API v1-rev20250312-2.0.0</name>
11+
<version>v1-rev20250316-2.0.0</version>
12+
<name>Service Networking API v1-rev20250316-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-servicenetworking/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-servicenetworking</artifactId>
25-
<version>v1-rev20250312-2.0.0</version>
25+
<version>v1-rev20250316-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-servicenetworking:v1-rev20250312-2.0.0'
38+
implementation 'com.google.apis:google-api-services-servicenetworking:v1-rev20250316-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)