Skip to content

Commit 60409d7

Browse files
1 parent 0f26e41 commit 60409d7

14 files changed

Lines changed: 133 additions & 42 deletions

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

clients/google-api-services-container/v1/2.0.0/com/google/api/services/container/Container.java

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4276,15 +4276,15 @@ public Delete set(String parameterName, Object value) {
42764276
}
42774277
}
42784278
/**
4279-
* Fetch upgrade information of a specific nodepool.
4279+
* Fetch upgrade information of a specific node pool.
42804280
*
42814281
* Create a request for the method "nodePools.fetchNodePoolUpgradeInfo".
42824282
*
42834283
* This request holds the parameters needed by the container server. After setting any optional
42844284
* parameters, call the {@link FetchNodePoolUpgradeInfo#execute()} method to invoke the remote
42854285
* operation.
42864286
*
4287-
* @param name Required. The name (project, location, cluster, nodepool) of the nodepool to get. Specified in the
4287+
* @param name Required. The name (project, location, cluster, node pool) of the node pool to get. Specified in the
42884288
* format `projects/locations/clusters/nodePools` or `projects/zones/clusters/nodePools`.
42894289
* @return the request
42904290
*/
@@ -4302,7 +4302,7 @@ public class FetchNodePoolUpgradeInfo extends ContainerRequest<com.google.api.se
43024302
java.util.regex.Pattern.compile("^projects/[^/]+/locations/[^/]+/clusters/[^/]+/nodePools/[^/]+$");
43034303

43044304
/**
4305-
* Fetch upgrade information of a specific nodepool.
4305+
* Fetch upgrade information of a specific node pool.
43064306
*
43074307
* Create a request for the method "nodePools.fetchNodePoolUpgradeInfo".
43084308
*
@@ -4312,7 +4312,7 @@ public class FetchNodePoolUpgradeInfo extends ContainerRequest<com.google.api.se
43124312
* is.services.AbstractGoogleClientRequest)} must be called to initialize this instance
43134313
* immediately after invoking the constructor. </p>
43144314
*
4315-
* @param name Required. The name (project, location, cluster, nodepool) of the nodepool to get. Specified in the
4315+
* @param name Required. The name (project, location, cluster, node pool) of the node pool to get. Specified in the
43164316
* format `projects/locations/clusters/nodePools` or `projects/zones/clusters/nodePools`.
43174317
* @since 1.13
43184318
*/
@@ -4392,22 +4392,22 @@ public FetchNodePoolUpgradeInfo setUploadProtocol(java.lang.String uploadProtoco
43924392
}
43934393

43944394
/**
4395-
* Required. The name (project, location, cluster, nodepool) of the nodepool to get.
4395+
* Required. The name (project, location, cluster, node pool) of the node pool to get.
43964396
* Specified in the format `projects/locations/clusters/nodePools` or
43974397
* `projects/zones/clusters/nodePools`.
43984398
*/
43994399
@com.google.api.client.util.Key
44004400
private java.lang.String name;
44014401

4402-
/** Required. The name (project, location, cluster, nodepool) of the nodepool to get. Specified in the
4403-
format `projects/locations/clusters/nodePools` or `projects/zones/clusters/nodePools`.
4402+
/** Required. The name (project, location, cluster, node pool) of the node pool to get. Specified in
4403+
the format `projects/locations/clusters/nodePools` or `projects/zones/clusters/nodePools`.
44044404
*/
44054405
public java.lang.String getName() {
44064406
return name;
44074407
}
44084408

44094409
/**
4410-
* Required. The name (project, location, cluster, nodepool) of the nodepool to get.
4410+
* Required. The name (project, location, cluster, node pool) of the node pool to get.
44114411
* Specified in the format `projects/locations/clusters/nodePools` or
44124412
* `projects/zones/clusters/nodePools`.
44134413
*/
@@ -10758,15 +10758,15 @@ public Delete set(String parameterName, Object value) {
1075810758
}
1075910759
}
1076010760
/**
10761-
* Fetch upgrade information of a specific nodepool.
10761+
* Fetch upgrade information of a specific node pool.
1076210762
*
1076310763
* Create a request for the method "nodePools.fetchNodePoolUpgradeInfo".
1076410764
*
1076510765
* This request holds the parameters needed by the container server. After setting any optional
1076610766
* parameters, call the {@link FetchNodePoolUpgradeInfo#execute()} method to invoke the remote
1076710767
* operation.
1076810768
*
10769-
* @param name Required. The name (project, location, cluster, nodepool) of the nodepool to get. Specified in the
10769+
* @param name Required. The name (project, location, cluster, node pool) of the node pool to get. Specified in the
1077010770
* format `projects/locations/clusters/nodePools` or `projects/zones/clusters/nodePools`.
1077110771
* @return the request
1077210772
*/
@@ -10784,7 +10784,7 @@ public class FetchNodePoolUpgradeInfo extends ContainerRequest<com.google.api.se
1078410784
java.util.regex.Pattern.compile("^projects/[^/]+/zones/[^/]+/clusters/[^/]+/nodePools/[^/]+$");
1078510785

1078610786
/**
10787-
* Fetch upgrade information of a specific nodepool.
10787+
* Fetch upgrade information of a specific node pool.
1078810788
*
1078910789
* Create a request for the method "nodePools.fetchNodePoolUpgradeInfo".
1079010790
*
@@ -10794,7 +10794,7 @@ public class FetchNodePoolUpgradeInfo extends ContainerRequest<com.google.api.se
1079410794
* is.services.AbstractGoogleClientRequest)} must be called to initialize this instance
1079510795
* immediately after invoking the constructor. </p>
1079610796
*
10797-
* @param name Required. The name (project, location, cluster, nodepool) of the nodepool to get. Specified in the
10797+
* @param name Required. The name (project, location, cluster, node pool) of the node pool to get. Specified in the
1079810798
* format `projects/locations/clusters/nodePools` or `projects/zones/clusters/nodePools`.
1079910799
* @since 1.13
1080010800
*/
@@ -10874,22 +10874,22 @@ public FetchNodePoolUpgradeInfo setUploadProtocol(java.lang.String uploadProtoco
1087410874
}
1087510875

1087610876
/**
10877-
* Required. The name (project, location, cluster, nodepool) of the nodepool to get.
10877+
* Required. The name (project, location, cluster, node pool) of the node pool to get.
1087810878
* Specified in the format `projects/locations/clusters/nodePools` or
1087910879
* `projects/zones/clusters/nodePools`.
1088010880
*/
1088110881
@com.google.api.client.util.Key
1088210882
private java.lang.String name;
1088310883

10884-
/** Required. The name (project, location, cluster, nodepool) of the nodepool to get. Specified in the
10885-
format `projects/locations/clusters/nodePools` or `projects/zones/clusters/nodePools`.
10884+
/** Required. The name (project, location, cluster, node pool) of the node pool to get. Specified in
10885+
the format `projects/locations/clusters/nodePools` or `projects/zones/clusters/nodePools`.
1088610886
*/
1088710887
public java.lang.String getName() {
1088810888
return name;
1088910889
}
1089010890

1089110891
/**
10892-
* Required. The name (project, location, cluster, nodepool) of the nodepool to get.
10892+
* Required. The name (project, location, cluster, node pool) of the node pool to get.
1089310893
* Specified in the format `projects/locations/clusters/nodePools` or
1089410894
* `projects/zones/clusters/nodePools`.
1089510895
*/

clients/google-api-services-container/v1/2.0.0/com/google/api/services/container/model/AddonsConfig.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,13 @@ public final class AddonsConfig extends com.google.api.client.json.GenericJson {
137137
@com.google.api.client.util.Key
138138
private ParallelstoreCsiDriverConfig parallelstoreCsiDriverConfig;
139139

140+
/**
141+
* Optional. Configuration for the Pod Snapshot feature.
142+
* The value may be {@code null}.
143+
*/
144+
@com.google.api.client.util.Key
145+
private PodSnapshotConfig podSnapshotConfig;
146+
140147
/**
141148
* Optional. Configuration for Ray Operator addon.
142149
* The value may be {@code null}.
@@ -412,6 +419,23 @@ public AddonsConfig setParallelstoreCsiDriverConfig(ParallelstoreCsiDriverConfig
412419
return this;
413420
}
414421

422+
/**
423+
* Optional. Configuration for the Pod Snapshot feature.
424+
* @return value or {@code null} for none
425+
*/
426+
public PodSnapshotConfig getPodSnapshotConfig() {
427+
return podSnapshotConfig;
428+
}
429+
430+
/**
431+
* Optional. Configuration for the Pod Snapshot feature.
432+
* @param podSnapshotConfig podSnapshotConfig or {@code null} for none
433+
*/
434+
public AddonsConfig setPodSnapshotConfig(PodSnapshotConfig podSnapshotConfig) {
435+
this.podSnapshotConfig = podSnapshotConfig;
436+
return this;
437+
}
438+
415439
/**
416440
* Optional. Configuration for Ray Operator addon.
417441
* @return value or {@code null} for none

clients/google-api-services-container/v1/2.0.0/com/google/api/services/container/model/AutopilotConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.container.model;
1818

1919
/**
20-
* AutopilotConfig contains configuration of autopilot feature for this nodepool.
20+
* AutopilotConfig contains configuration of autopilot feature for this node pool.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Kubernetes Engine API. For a detailed explanation

clients/google-api-services-container/v1/2.0.0/com/google/api/services/container/model/BootDisk.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.container.model;
1818

1919
/**
20-
* BootDisk specifies the boot disk configuration for nodepools.
20+
* BootDisk specifies the boot disk configuration for node pools.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Kubernetes Engine API. For a detailed explanation

clients/google-api-services-container/v1/2.0.0/com/google/api/services/container/model/NodeDrainConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.container.model;
1818

1919
/**
20-
* NodeDrainConfig contains the node drain related configurations for this nodepool.
20+
* NodeDrainConfig contains the node drain related configurations for this node pool.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Kubernetes Engine API. For a detailed explanation

clients/google-api-services-container/v1/2.0.0/com/google/api/services/container/model/NodeNetworkConfig.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public final class NodeNetworkConfig extends com.google.api.client.json.GenericJ
104104
private NetworkTierConfig networkTierConfig;
105105

106106
/**
107-
* [PRIVATE FIELD] Pod CIDR size overprovisioning config for the nodepool. Pod CIDR size per node
107+
* [PRIVATE FIELD] Pod CIDR size overprovisioning config for the node pool. Pod CIDR size per node
108108
* depends on max_pods_per_node. By default, the value of max_pods_per_node is rounded off to next
109109
* power of 2 and we then double that to get the size of pod CIDR block per node. Example:
110110
* max_pods_per_node of 30 would result in 64 IPs (/26). This config can disable the doubling of
@@ -304,7 +304,7 @@ public NodeNetworkConfig setNetworkTierConfig(NetworkTierConfig networkTierConfi
304304
}
305305

306306
/**
307-
* [PRIVATE FIELD] Pod CIDR size overprovisioning config for the nodepool. Pod CIDR size per node
307+
* [PRIVATE FIELD] Pod CIDR size overprovisioning config for the node pool. Pod CIDR size per node
308308
* depends on max_pods_per_node. By default, the value of max_pods_per_node is rounded off to next
309309
* power of 2 and we then double that to get the size of pod CIDR block per node. Example:
310310
* max_pods_per_node of 30 would result in 64 IPs (/26). This config can disable the doubling of
@@ -317,7 +317,7 @@ public PodCIDROverprovisionConfig getPodCidrOverprovisionConfig() {
317317
}
318318

319319
/**
320-
* [PRIVATE FIELD] Pod CIDR size overprovisioning config for the nodepool. Pod CIDR size per node
320+
* [PRIVATE FIELD] Pod CIDR size overprovisioning config for the node pool. Pod CIDR size per node
321321
* depends on max_pods_per_node. By default, the value of max_pods_per_node is rounded off to next
322322
* power of 2 and we then double that to get the size of pod CIDR block per node. Example:
323323
* max_pods_per_node of 30 would result in 64 IPs (/26). This config can disable the doubling of

clients/google-api-services-container/v1/2.0.0/com/google/api/services/container/model/NodePoolAutoscaling.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public final class NodePoolAutoscaling extends com.google.api.client.json.Generi
4646
private java.lang.Boolean enabled;
4747

4848
/**
49-
* Location policy used when scaling up a nodepool.
49+
* Location policy used when scaling up a node pool.
5050
* The value may be {@code null}.
5151
*/
5252
@com.google.api.client.util.Key
@@ -121,15 +121,15 @@ public NodePoolAutoscaling setEnabled(java.lang.Boolean enabled) {
121121
}
122122

123123
/**
124-
* Location policy used when scaling up a nodepool.
124+
* Location policy used when scaling up a node pool.
125125
* @return value or {@code null} for none
126126
*/
127127
public java.lang.String getLocationPolicy() {
128128
return locationPolicy;
129129
}
130130

131131
/**
132-
* Location policy used when scaling up a nodepool.
132+
* Location policy used when scaling up a node pool.
133133
* @param locationPolicy locationPolicy or {@code null} for none
134134
*/
135135
public NodePoolAutoscaling setLocationPolicy(java.lang.String locationPolicy) {

clients/google-api-services-container/v1/2.0.0/com/google/api/services/container/model/NodePoolLoggingConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.container.model;
1818

1919
/**
20-
* NodePoolLoggingConfig specifies logging configuration for nodepools.
20+
* NodePoolLoggingConfig specifies logging configuration for node pools.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Kubernetes Engine API. For a detailed explanation

clients/google-api-services-container/v1/2.0.0/com/google/api/services/container/model/NodePoolUpgradeInfo.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.container.model;
1818

1919
/**
20-
* NodePoolUpgradeInfo contains the upgrade information of a nodepool.
20+
* NodePoolUpgradeInfo contains the upgrade information of a node pool.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Kubernetes Engine API. For a detailed explanation
@@ -38,14 +38,14 @@ public final class NodePoolUpgradeInfo extends com.google.api.client.json.Generi
3838
private java.util.List<java.lang.String> autoUpgradeStatus;
3939

4040
/**
41-
* The nodepool's current minor version's end of extended support timestamp.
41+
* The node pool's current minor version's end of extended support timestamp.
4242
* The value may be {@code null}.
4343
*/
4444
@com.google.api.client.util.Key
4545
private java.lang.String endOfExtendedSupportTimestamp;
4646

4747
/**
48-
* The nodepool's current minor version's end of standard support timestamp.
48+
* The node pool's current minor version's end of standard support timestamp.
4949
* The value may be {@code null}.
5050
*/
5151
@com.google.api.client.util.Key
@@ -97,15 +97,15 @@ public NodePoolUpgradeInfo setAutoUpgradeStatus(java.util.List<java.lang.String>
9797
}
9898

9999
/**
100-
* The nodepool's current minor version's end of extended support timestamp.
100+
* The node pool's current minor version's end of extended support timestamp.
101101
* @return value or {@code null} for none
102102
*/
103103
public java.lang.String getEndOfExtendedSupportTimestamp() {
104104
return endOfExtendedSupportTimestamp;
105105
}
106106

107107
/**
108-
* The nodepool's current minor version's end of extended support timestamp.
108+
* The node pool's current minor version's end of extended support timestamp.
109109
* @param endOfExtendedSupportTimestamp endOfExtendedSupportTimestamp or {@code null} for none
110110
*/
111111
public NodePoolUpgradeInfo setEndOfExtendedSupportTimestamp(java.lang.String endOfExtendedSupportTimestamp) {
@@ -114,15 +114,15 @@ public NodePoolUpgradeInfo setEndOfExtendedSupportTimestamp(java.lang.String end
114114
}
115115

116116
/**
117-
* The nodepool's current minor version's end of standard support timestamp.
117+
* The node pool's current minor version's end of standard support timestamp.
118118
* @return value or {@code null} for none
119119
*/
120120
public java.lang.String getEndOfStandardSupportTimestamp() {
121121
return endOfStandardSupportTimestamp;
122122
}
123123

124124
/**
125-
* The nodepool's current minor version's end of standard support timestamp.
125+
* The node pool's current minor version's end of standard support timestamp.
126126
* @param endOfStandardSupportTimestamp endOfStandardSupportTimestamp or {@code null} for none
127127
*/
128128
public NodePoolUpgradeInfo setEndOfStandardSupportTimestamp(java.lang.String endOfStandardSupportTimestamp) {

0 commit comments

Comments
 (0)