Skip to content

Commit 77c83fd

Browse files
1 parent 39136a8 commit 77c83fd

File tree

11 files changed

+114
-54
lines changed

11 files changed

+114
-54
lines changed

clients/google-api-services-compute/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-compute</artifactId>
25-
<version>v1-rev20251031-2.0.0</version>
25+
<version>v1-rev20251107-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-compute:v1-rev20251031-2.0.0'
38+
implementation 'com.google.apis:google-api-services-compute:v1-rev20251107-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-compute/v1/2.0.0/com/google/api/services/compute/model/AttachedDiskInitializeParams.java

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,10 @@ public final class AttachedDiskInitializeParams extends com.google.api.client.js
146146

147147
/**
148148
* Resource manager tags to be bound to the disk. Tag keys and values have the same definition as
149-
* resource manager tags. Keys must be in the format `tagKeys/{tag_key_id}`, and values are in the
150-
* format `tagValues/456`. The field is ignored (both PUT & PATCH) when empty.
149+
* resource manager tags. Keys and values can be either in numeric format, such as
150+
* `tagKeys/{tag_key_id}` and `tagValues/456` or in namespaced format such as
151+
* `{org_id|project_id}/{tag_key_short_name}` and `{tag_value_short_name}`. The field is ignored
152+
* (both PUT & PATCH) when empty.
151153
* The value may be {@code null}.
152154
*/
153155
@com.google.api.client.util.Key
@@ -490,8 +492,10 @@ public AttachedDiskInitializeParams setReplicaZones(java.util.List<java.lang.Str
490492

491493
/**
492494
* Resource manager tags to be bound to the disk. Tag keys and values have the same definition as
493-
* resource manager tags. Keys must be in the format `tagKeys/{tag_key_id}`, and values are in the
494-
* format `tagValues/456`. The field is ignored (both PUT & PATCH) when empty.
495+
* resource manager tags. Keys and values can be either in numeric format, such as
496+
* `tagKeys/{tag_key_id}` and `tagValues/456` or in namespaced format such as
497+
* `{org_id|project_id}/{tag_key_short_name}` and `{tag_value_short_name}`. The field is ignored
498+
* (both PUT & PATCH) when empty.
495499
* @return value or {@code null} for none
496500
*/
497501
public java.util.Map<String, java.lang.String> getResourceManagerTags() {
@@ -500,8 +504,10 @@ public java.util.Map<String, java.lang.String> getResourceManagerTags() {
500504

501505
/**
502506
* Resource manager tags to be bound to the disk. Tag keys and values have the same definition as
503-
* resource manager tags. Keys must be in the format `tagKeys/{tag_key_id}`, and values are in the
504-
* format `tagValues/456`. The field is ignored (both PUT & PATCH) when empty.
507+
* resource manager tags. Keys and values can be either in numeric format, such as
508+
* `tagKeys/{tag_key_id}` and `tagValues/456` or in namespaced format such as
509+
* `{org_id|project_id}/{tag_key_short_name}` and `{tag_value_short_name}`. The field is ignored
510+
* (both PUT & PATCH) when empty.
505511
* @param resourceManagerTags resourceManagerTags or {@code null} for none
506512
*/
507513
public AttachedDiskInitializeParams setResourceManagerTags(java.util.Map<String, java.lang.String> resourceManagerTags) {

clients/google-api-services-compute/v1/2.0.0/com/google/api/services/compute/model/Commitment.java

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -228,10 +228,11 @@ public final class Commitment extends com.google.api.client.json.GenericJson {
228228
* COMPUTE_OPTIMIZED_C2D, COMPUTE_OPTIMIZED_C3, COMPUTE_OPTIMIZED_C3D,COMPUTE_OPTIMIZED_H3,
229229
* GENERAL_PURPOSE,GENERAL_PURPOSE_C4, GENERAL_PURPOSE_E2,GENERAL_PURPOSE_N2,
230230
* GENERAL_PURPOSE_N2D,GENERAL_PURPOSE_N4, GENERAL_PURPOSE_T2D,GRAPHICS_OPTIMIZED,
231-
* MEMORY_OPTIMIZED,MEMORY_OPTIMIZED_M3, MEMORY_OPTIMIZED_X4,STORAGE_OPTIMIZED_Z3. For example,
232-
* type MEMORY_OPTIMIZED specifies a commitment that applies only to eligible resources of memory
233-
* optimized M1 and M2 machine series. Type GENERAL_PURPOSE specifies a commitment that applies
234-
* only to eligible resources of general purpose N1 machine series.
231+
* GRAPHICS_OPTIMIZED_G4,MEMORY_OPTIMIZED, MEMORY_OPTIMIZED_M3,MEMORY_OPTIMIZED_X4,
232+
* STORAGE_OPTIMIZED_Z3. For example, type MEMORY_OPTIMIZED specifies a commitment that applies
233+
* only to eligible resources of memory optimized M1 and M2 machine series. Type GENERAL_PURPOSE
234+
* specifies a commitment that applies only to eligible resources of general purpose N1 machine
235+
* series.
235236
* The value may be {@code null}.
236237
*/
237238
@com.google.api.client.util.Key
@@ -681,10 +682,11 @@ public Commitment setStatusMessage(java.lang.String statusMessage) {
681682
* COMPUTE_OPTIMIZED_C2D, COMPUTE_OPTIMIZED_C3, COMPUTE_OPTIMIZED_C3D,COMPUTE_OPTIMIZED_H3,
682683
* GENERAL_PURPOSE,GENERAL_PURPOSE_C4, GENERAL_PURPOSE_E2,GENERAL_PURPOSE_N2,
683684
* GENERAL_PURPOSE_N2D,GENERAL_PURPOSE_N4, GENERAL_PURPOSE_T2D,GRAPHICS_OPTIMIZED,
684-
* MEMORY_OPTIMIZED,MEMORY_OPTIMIZED_M3, MEMORY_OPTIMIZED_X4,STORAGE_OPTIMIZED_Z3. For example,
685-
* type MEMORY_OPTIMIZED specifies a commitment that applies only to eligible resources of memory
686-
* optimized M1 and M2 machine series. Type GENERAL_PURPOSE specifies a commitment that applies
687-
* only to eligible resources of general purpose N1 machine series.
685+
* GRAPHICS_OPTIMIZED_G4,MEMORY_OPTIMIZED, MEMORY_OPTIMIZED_M3,MEMORY_OPTIMIZED_X4,
686+
* STORAGE_OPTIMIZED_Z3. For example, type MEMORY_OPTIMIZED specifies a commitment that applies
687+
* only to eligible resources of memory optimized M1 and M2 machine series. Type GENERAL_PURPOSE
688+
* specifies a commitment that applies only to eligible resources of general purpose N1 machine
689+
* series.
688690
* @return value or {@code null} for none
689691
*/
690692
public java.lang.String getType() {
@@ -701,10 +703,11 @@ public java.lang.String getType() {
701703
* COMPUTE_OPTIMIZED_C2D, COMPUTE_OPTIMIZED_C3, COMPUTE_OPTIMIZED_C3D,COMPUTE_OPTIMIZED_H3,
702704
* GENERAL_PURPOSE,GENERAL_PURPOSE_C4, GENERAL_PURPOSE_E2,GENERAL_PURPOSE_N2,
703705
* GENERAL_PURPOSE_N2D,GENERAL_PURPOSE_N4, GENERAL_PURPOSE_T2D,GRAPHICS_OPTIMIZED,
704-
* MEMORY_OPTIMIZED,MEMORY_OPTIMIZED_M3, MEMORY_OPTIMIZED_X4,STORAGE_OPTIMIZED_Z3. For example,
705-
* type MEMORY_OPTIMIZED specifies a commitment that applies only to eligible resources of memory
706-
* optimized M1 and M2 machine series. Type GENERAL_PURPOSE specifies a commitment that applies
707-
* only to eligible resources of general purpose N1 machine series.
706+
* GRAPHICS_OPTIMIZED_G4,MEMORY_OPTIMIZED, MEMORY_OPTIMIZED_M3,MEMORY_OPTIMIZED_X4,
707+
* STORAGE_OPTIMIZED_Z3. For example, type MEMORY_OPTIMIZED specifies a commitment that applies
708+
* only to eligible resources of memory optimized M1 and M2 machine series. Type GENERAL_PURPOSE
709+
* specifies a commitment that applies only to eligible resources of general purpose N1 machine
710+
* series.
708711
* @param type type or {@code null} for none
709712
*/
710713
public Commitment setType(java.lang.String type) {

clients/google-api-services-compute/v1/2.0.0/com/google/api/services/compute/model/DiskParams.java

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,21 @@ public final class DiskParams extends com.google.api.client.json.GenericJson {
3131

3232
/**
3333
* Resource manager tags to be bound to the disk. Tag keys and values have the same definition as
34-
* resource manager tags. Keys must be in the format `tagKeys/{tag_key_id}`, and values are in the
35-
* format `tagValues/456`. The field is ignored (both PUT & PATCH) when empty.
34+
* resource manager tags. Keys and values can be either in numeric format, such as
35+
* `tagKeys/{tag_key_id}` and `tagValues/456` or in namespaced format such as
36+
* `{org_id|project_id}/{tag_key_short_name}` and `{tag_value_short_name}`. The field is ignored
37+
* (both PUT & PATCH) when empty.
3638
* The value may be {@code null}.
3739
*/
3840
@com.google.api.client.util.Key
3941
private java.util.Map<String, java.lang.String> resourceManagerTags;
4042

4143
/**
4244
* Resource manager tags to be bound to the disk. Tag keys and values have the same definition as
43-
* resource manager tags. Keys must be in the format `tagKeys/{tag_key_id}`, and values are in the
44-
* format `tagValues/456`. The field is ignored (both PUT & PATCH) when empty.
45+
* resource manager tags. Keys and values can be either in numeric format, such as
46+
* `tagKeys/{tag_key_id}` and `tagValues/456` or in namespaced format such as
47+
* `{org_id|project_id}/{tag_key_short_name}` and `{tag_value_short_name}`. The field is ignored
48+
* (both PUT & PATCH) when empty.
4549
* @return value or {@code null} for none
4650
*/
4751
public java.util.Map<String, java.lang.String> getResourceManagerTags() {
@@ -50,8 +54,10 @@ public java.util.Map<String, java.lang.String> getResourceManagerTags() {
5054

5155
/**
5256
* Resource manager tags to be bound to the disk. Tag keys and values have the same definition as
53-
* resource manager tags. Keys must be in the format `tagKeys/{tag_key_id}`, and values are in the
54-
* format `tagValues/456`. The field is ignored (both PUT & PATCH) when empty.
57+
* resource manager tags. Keys and values can be either in numeric format, such as
58+
* `tagKeys/{tag_key_id}` and `tagValues/456` or in namespaced format such as
59+
* `{org_id|project_id}/{tag_key_short_name}` and `{tag_value_short_name}`. The field is ignored
60+
* (both PUT & PATCH) when empty.
5561
* @param resourceManagerTags resourceManagerTags or {@code null} for none
5662
*/
5763
public DiskParams setResourceManagerTags(java.util.Map<String, java.lang.String> resourceManagerTags) {

clients/google-api-services-compute/v1/2.0.0/com/google/api/services/compute/model/ImageParams.java

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,21 @@ public final class ImageParams extends com.google.api.client.json.GenericJson {
3131

3232
/**
3333
* Resource manager tags to be bound to the image. Tag keys and values have the same definition as
34-
* resource manager tags. Keys must be in the format `tagKeys/{tag_key_id}`, and values are in the
35-
* format `tagValues/456`. The field is ignored (both PUT & PATCH) when empty.
34+
* resource manager tags. Keys and values can be either in numeric format, such as
35+
* `tagKeys/{tag_key_id}` and `tagValues/456` or in namespaced format such as
36+
* `{org_id|project_id}/{tag_key_short_name}` and `{tag_value_short_name}`. The field is ignored
37+
* (both PUT & PATCH) when empty.
3638
* The value may be {@code null}.
3739
*/
3840
@com.google.api.client.util.Key
3941
private java.util.Map<String, java.lang.String> resourceManagerTags;
4042

4143
/**
4244
* Resource manager tags to be bound to the image. Tag keys and values have the same definition as
43-
* resource manager tags. Keys must be in the format `tagKeys/{tag_key_id}`, and values are in the
44-
* format `tagValues/456`. The field is ignored (both PUT & PATCH) when empty.
45+
* resource manager tags. Keys and values can be either in numeric format, such as
46+
* `tagKeys/{tag_key_id}` and `tagValues/456` or in namespaced format such as
47+
* `{org_id|project_id}/{tag_key_short_name}` and `{tag_value_short_name}`. The field is ignored
48+
* (both PUT & PATCH) when empty.
4549
* @return value or {@code null} for none
4650
*/
4751
public java.util.Map<String, java.lang.String> getResourceManagerTags() {
@@ -50,8 +54,10 @@ public java.util.Map<String, java.lang.String> getResourceManagerTags() {
5054

5155
/**
5256
* Resource manager tags to be bound to the image. Tag keys and values have the same definition as
53-
* resource manager tags. Keys must be in the format `tagKeys/{tag_key_id}`, and values are in the
54-
* format `tagValues/456`. The field is ignored (both PUT & PATCH) when empty.
57+
* resource manager tags. Keys and values can be either in numeric format, such as
58+
* `tagKeys/{tag_key_id}` and `tagValues/456` or in namespaced format such as
59+
* `{org_id|project_id}/{tag_key_short_name}` and `{tag_value_short_name}`. The field is ignored
60+
* (both PUT & PATCH) when empty.
5561
* @param resourceManagerTags resourceManagerTags or {@code null} for none
5662
*/
5763
public ImageParams setResourceManagerTags(java.util.Map<String, java.lang.String> resourceManagerTags) {

clients/google-api-services-compute/v1/2.0.0/com/google/api/services/compute/model/InstanceParams.java

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,10 @@ public final class InstanceParams extends com.google.api.client.json.GenericJson
3838

3939
/**
4040
* Resource manager tags to be bound to the instance. Tag keys and values have the same definition
41-
* as resource manager tags. Keys must be in the format `tagKeys/{tag_key_id}`, and values are in
42-
* the format `tagValues/456`. The field is ignored (both PUT & PATCH) when empty.
41+
* as resource manager tags. Keys and values can be either in numeric format, such as
42+
* `tagKeys/{tag_key_id}` and `tagValues/456` or in namespaced format such as
43+
* `{org_id|project_id}/{tag_key_short_name}` and `{tag_value_short_name}`. The field is ignored
44+
* (both PUT & PATCH) when empty.
4345
* The value may be {@code null}.
4446
*/
4547
@com.google.api.client.util.Key
@@ -64,8 +66,10 @@ public InstanceParams setRequestValidForDuration(Duration requestValidForDuratio
6466

6567
/**
6668
* Resource manager tags to be bound to the instance. Tag keys and values have the same definition
67-
* as resource manager tags. Keys must be in the format `tagKeys/{tag_key_id}`, and values are in
68-
* the format `tagValues/456`. The field is ignored (both PUT & PATCH) when empty.
69+
* as resource manager tags. Keys and values can be either in numeric format, such as
70+
* `tagKeys/{tag_key_id}` and `tagValues/456` or in namespaced format such as
71+
* `{org_id|project_id}/{tag_key_short_name}` and `{tag_value_short_name}`. The field is ignored
72+
* (both PUT & PATCH) when empty.
6973
* @return value or {@code null} for none
7074
*/
7175
public java.util.Map<String, java.lang.String> getResourceManagerTags() {
@@ -74,8 +78,10 @@ public java.util.Map<String, java.lang.String> getResourceManagerTags() {
7478

7579
/**
7680
* Resource manager tags to be bound to the instance. Tag keys and values have the same definition
77-
* as resource manager tags. Keys must be in the format `tagKeys/{tag_key_id}`, and values are in
78-
* the format `tagValues/456`. The field is ignored (both PUT & PATCH) when empty.
81+
* as resource manager tags. Keys and values can be either in numeric format, such as
82+
* `tagKeys/{tag_key_id}` and `tagValues/456` or in namespaced format such as
83+
* `{org_id|project_id}/{tag_key_short_name}` and `{tag_value_short_name}`. The field is ignored
84+
* (both PUT & PATCH) when empty.
7985
* @param resourceManagerTags resourceManagerTags or {@code null} for none
8086
*/
8187
public InstanceParams setResourceManagerTags(java.util.Map<String, java.lang.String> resourceManagerTags) {

clients/google-api-services-compute/v1/2.0.0/com/google/api/services/compute/model/Route.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,8 @@ public final class Route extends com.google.api.client.json.GenericJson {
214214
private java.lang.Long priority;
215215

216216
/**
217-
* [Output only] The status of the route. This status only applies to dynamic routes learned by
218-
* Cloud Routers. This status is not applicable to static routes.
217+
* [Output only] The status of the route. This status applies to dynamic routes learned by Cloud
218+
* Routers. It is also applicable to routes undergoing migration.
219219
* The value may be {@code null}.
220220
*/
221221
@com.google.api.client.util.Key
@@ -683,17 +683,17 @@ public Route setPriority(java.lang.Long priority) {
683683
}
684684

685685
/**
686-
* [Output only] The status of the route. This status only applies to dynamic routes learned by
687-
* Cloud Routers. This status is not applicable to static routes.
686+
* [Output only] The status of the route. This status applies to dynamic routes learned by Cloud
687+
* Routers. It is also applicable to routes undergoing migration.
688688
* @return value or {@code null} for none
689689
*/
690690
public java.lang.String getRouteStatus() {
691691
return routeStatus;
692692
}
693693

694694
/**
695-
* [Output only] The status of the route. This status only applies to dynamic routes learned by
696-
* Cloud Routers. This status is not applicable to static routes.
695+
* [Output only] The status of the route. This status applies to dynamic routes learned by Cloud
696+
* Routers. It is also applicable to routes undergoing migration.
697697
* @param routeStatus routeStatus or {@code null} for none
698698
*/
699699
public Route setRouteStatus(java.lang.String routeStatus) {

clients/google-api-services-compute/v1/2.0.0/com/google/api/services/compute/model/SecurityPolicyAdvancedOptionsConfig.java

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,14 @@ public final class SecurityPolicyAdvancedOptionsConfig extends com.google.api.cl
4949
@com.google.api.client.util.Key
5050
private java.lang.String logLevel;
5151

52+
/**
53+
* The maximum request size chosen by the customer with Waf enabled. Values supported are "8KB",
54+
* "16KB, "32KB", "48KB" and "64KB". Values are case insensitive.
55+
* The value may be {@code null}.
56+
*/
57+
@com.google.api.client.util.Key
58+
private java.lang.String requestBodyInspectionSize;
59+
5260
/**
5361
* An optional list of case-insensitive request header names to use for resolving the callers
5462
* client IP address.
@@ -106,6 +114,25 @@ public SecurityPolicyAdvancedOptionsConfig setLogLevel(java.lang.String logLevel
106114
return this;
107115
}
108116

117+
/**
118+
* The maximum request size chosen by the customer with Waf enabled. Values supported are "8KB",
119+
* "16KB, "32KB", "48KB" and "64KB". Values are case insensitive.
120+
* @return value or {@code null} for none
121+
*/
122+
public java.lang.String getRequestBodyInspectionSize() {
123+
return requestBodyInspectionSize;
124+
}
125+
126+
/**
127+
* The maximum request size chosen by the customer with Waf enabled. Values supported are "8KB",
128+
* "16KB, "32KB", "48KB" and "64KB". Values are case insensitive.
129+
* @param requestBodyInspectionSize requestBodyInspectionSize or {@code null} for none
130+
*/
131+
public SecurityPolicyAdvancedOptionsConfig setRequestBodyInspectionSize(java.lang.String requestBodyInspectionSize) {
132+
this.requestBodyInspectionSize = requestBodyInspectionSize;
133+
return this;
134+
}
135+
109136
/**
110137
* An optional list of case-insensitive request header names to use for resolving the callers
111138
* client IP address.

clients/google-api-services-compute/v1/2.0.0/com/google/api/services/compute/model/SnapshotParams.java

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,21 @@ public final class SnapshotParams extends com.google.api.client.json.GenericJson
3131

3232
/**
3333
* Resource manager tags to be bound to the snapshot. Tag keys and values have the same definition
34-
* as resource manager tags. Keys must be in the format `tagKeys/{tag_key_id}`, and values are in
35-
* the format `tagValues/456`. The field is ignored (both PUT & PATCH) when empty.
34+
* as resource manager tags. Keys and values can be either in numeric format, such as
35+
* `tagKeys/{tag_key_id}` and `tagValues/456` or in namespaced format such as
36+
* `{org_id|project_id}/{tag_key_short_name}` and `{tag_value_short_name}`. The field is ignored
37+
* (both PUT & PATCH) when empty.
3638
* The value may be {@code null}.
3739
*/
3840
@com.google.api.client.util.Key
3941
private java.util.Map<String, java.lang.String> resourceManagerTags;
4042

4143
/**
4244
* Resource manager tags to be bound to the snapshot. Tag keys and values have the same definition
43-
* as resource manager tags. Keys must be in the format `tagKeys/{tag_key_id}`, and values are in
44-
* the format `tagValues/456`. The field is ignored (both PUT & PATCH) when empty.
45+
* as resource manager tags. Keys and values can be either in numeric format, such as
46+
* `tagKeys/{tag_key_id}` and `tagValues/456` or in namespaced format such as
47+
* `{org_id|project_id}/{tag_key_short_name}` and `{tag_value_short_name}`. The field is ignored
48+
* (both PUT & PATCH) when empty.
4549
* @return value or {@code null} for none
4650
*/
4751
public java.util.Map<String, java.lang.String> getResourceManagerTags() {
@@ -50,8 +54,10 @@ public java.util.Map<String, java.lang.String> getResourceManagerTags() {
5054

5155
/**
5256
* Resource manager tags to be bound to the snapshot. Tag keys and values have the same definition
53-
* as resource manager tags. Keys must be in the format `tagKeys/{tag_key_id}`, and values are in
54-
* the format `tagValues/456`. The field is ignored (both PUT & PATCH) when empty.
57+
* as resource manager tags. Keys and values can be either in numeric format, such as
58+
* `tagKeys/{tag_key_id}` and `tagValues/456` or in namespaced format such as
59+
* `{org_id|project_id}/{tag_key_short_name}` and `{tag_value_short_name}`. The field is ignored
60+
* (both PUT & PATCH) when empty.
5561
* @param resourceManagerTags resourceManagerTags or {@code null} for none
5662
*/
5763
public SnapshotParams setResourceManagerTags(java.util.Map<String, java.lang.String> resourceManagerTags) {

clients/google-api-services-compute/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-compute</artifactId>
11-
<version>v1-rev20251031-2.0.0</version>
12-
<name>Compute Engine API v1-rev20251031-2.0.0</name>
11+
<version>v1-rev20251107-2.0.0</version>
12+
<name>Compute Engine API v1-rev20251107-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

0 commit comments

Comments
 (0)