Skip to content

Commit 7b96d00

Browse files
1 parent a5d8ed5 commit 7b96d00

File tree

11 files changed

+54
-114
lines changed

11 files changed

+54
-114
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-rev20251107-2.0.0</version>
25+
<version>v1-rev20251110-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-rev20251107-2.0.0'
38+
implementation 'com.google.apis:google-api-services-compute:v1-rev20251110-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: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,8 @@ 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 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.
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.
153151
* The value may be {@code null}.
154152
*/
155153
@com.google.api.client.util.Key
@@ -492,10 +490,8 @@ public AttachedDiskInitializeParams setReplicaZones(java.util.List<java.lang.Str
492490

493491
/**
494492
* Resource manager tags to be bound to the disk. Tag keys and values have the same definition as
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.
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.
499495
* @return value or {@code null} for none
500496
*/
501497
public java.util.Map<String, java.lang.String> getResourceManagerTags() {
@@ -504,10 +500,8 @@ public java.util.Map<String, java.lang.String> getResourceManagerTags() {
504500

505501
/**
506502
* Resource manager tags to be bound to the disk. Tag keys and values have the same definition as
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.
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.
511505
* @param resourceManagerTags resourceManagerTags or {@code null} for none
512506
*/
513507
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: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -228,11 +228,10 @@ 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-
* 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.
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.
236235
* The value may be {@code null}.
237236
*/
238237
@com.google.api.client.util.Key
@@ -682,11 +681,10 @@ public Commitment setStatusMessage(java.lang.String statusMessage) {
682681
* COMPUTE_OPTIMIZED_C2D, COMPUTE_OPTIMIZED_C3, COMPUTE_OPTIMIZED_C3D,COMPUTE_OPTIMIZED_H3,
683682
* GENERAL_PURPOSE,GENERAL_PURPOSE_C4, GENERAL_PURPOSE_E2,GENERAL_PURPOSE_N2,
684683
* GENERAL_PURPOSE_N2D,GENERAL_PURPOSE_N4, GENERAL_PURPOSE_T2D,GRAPHICS_OPTIMIZED,
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.
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.
690688
* @return value or {@code null} for none
691689
*/
692690
public java.lang.String getType() {
@@ -703,11 +701,10 @@ public java.lang.String getType() {
703701
* COMPUTE_OPTIMIZED_C2D, COMPUTE_OPTIMIZED_C3, COMPUTE_OPTIMIZED_C3D,COMPUTE_OPTIMIZED_H3,
704702
* GENERAL_PURPOSE,GENERAL_PURPOSE_C4, GENERAL_PURPOSE_E2,GENERAL_PURPOSE_N2,
705703
* GENERAL_PURPOSE_N2D,GENERAL_PURPOSE_N4, GENERAL_PURPOSE_T2D,GRAPHICS_OPTIMIZED,
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.
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.
711708
* @param type type or {@code null} for none
712709
*/
713710
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: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,21 +31,17 @@ 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 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.
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.
3836
* The value may be {@code null}.
3937
*/
4038
@com.google.api.client.util.Key
4139
private java.util.Map<String, java.lang.String> resourceManagerTags;
4240

4341
/**
4442
* Resource manager tags to be bound to the disk. Tag keys and values have the same definition as
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.
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.
4945
* @return value or {@code null} for none
5046
*/
5147
public java.util.Map<String, java.lang.String> getResourceManagerTags() {
@@ -54,10 +50,8 @@ public java.util.Map<String, java.lang.String> getResourceManagerTags() {
5450

5551
/**
5652
* Resource manager tags to be bound to the disk. Tag keys and values have the same definition as
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.
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.
6155
* @param resourceManagerTags resourceManagerTags or {@code null} for none
6256
*/
6357
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: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,21 +31,17 @@ 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 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.
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.
3836
* The value may be {@code null}.
3937
*/
4038
@com.google.api.client.util.Key
4139
private java.util.Map<String, java.lang.String> resourceManagerTags;
4240

4341
/**
4442
* Resource manager tags to be bound to the image. Tag keys and values have the same definition as
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.
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.
4945
* @return value or {@code null} for none
5046
*/
5147
public java.util.Map<String, java.lang.String> getResourceManagerTags() {
@@ -54,10 +50,8 @@ public java.util.Map<String, java.lang.String> getResourceManagerTags() {
5450

5551
/**
5652
* Resource manager tags to be bound to the image. Tag keys and values have the same definition as
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.
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.
6155
* @param resourceManagerTags resourceManagerTags or {@code null} for none
6256
*/
6357
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: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,8 @@ 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 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.
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.
4543
* The value may be {@code null}.
4644
*/
4745
@com.google.api.client.util.Key
@@ -66,10 +64,8 @@ public InstanceParams setRequestValidForDuration(Duration requestValidForDuratio
6664

6765
/**
6866
* Resource manager tags to be bound to the instance. Tag keys and values have the same definition
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.
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.
7369
* @return value or {@code null} for none
7470
*/
7571
public java.util.Map<String, java.lang.String> getResourceManagerTags() {
@@ -78,10 +74,8 @@ public java.util.Map<String, java.lang.String> getResourceManagerTags() {
7874

7975
/**
8076
* Resource manager tags to be bound to the instance. Tag keys and values have the same definition
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.
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.
8579
* @param resourceManagerTags resourceManagerTags or {@code null} for none
8680
*/
8781
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 applies to dynamic routes learned by Cloud
218-
* Routers. It is also applicable to routes undergoing migration.
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.
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 applies to dynamic routes learned by Cloud
687-
* Routers. It is also applicable to routes undergoing migration.
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.
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 applies to dynamic routes learned by Cloud
696-
* Routers. It is also applicable to routes undergoing migration.
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.
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: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,6 @@ 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-
6052
/**
6153
* An optional list of case-insensitive request header names to use for resolving the callers
6254
* client IP address.
@@ -114,25 +106,6 @@ public SecurityPolicyAdvancedOptionsConfig setLogLevel(java.lang.String logLevel
114106
return this;
115107
}
116108

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-
136109
/**
137110
* An optional list of case-insensitive request header names to use for resolving the callers
138111
* client IP address.

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

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,21 +31,17 @@ 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 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.
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.
3836
* The value may be {@code null}.
3937
*/
4038
@com.google.api.client.util.Key
4139
private java.util.Map<String, java.lang.String> resourceManagerTags;
4240

4341
/**
4442
* Resource manager tags to be bound to the snapshot. Tag keys and values have the same definition
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.
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.
4945
* @return value or {@code null} for none
5046
*/
5147
public java.util.Map<String, java.lang.String> getResourceManagerTags() {
@@ -54,10 +50,8 @@ public java.util.Map<String, java.lang.String> getResourceManagerTags() {
5450

5551
/**
5652
* Resource manager tags to be bound to the snapshot. Tag keys and values have the same definition
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.
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.
6155
* @param resourceManagerTags resourceManagerTags or {@code null} for none
6256
*/
6357
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-rev20251107-2.0.0</version>
12-
<name>Compute Engine API v1-rev20251107-2.0.0</name>
11+
<version>v1-rev20251110-2.0.0</version>
12+
<name>Compute Engine API v1-rev20251110-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

0 commit comments

Comments
 (0)