Skip to content

Commit 9d6e354

Browse files
1 parent cdc9ed8 commit 9d6e354

12 files changed

Lines changed: 42 additions & 42 deletions

File tree

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

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

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4565,15 +4565,15 @@ public Delete set(String parameterName, Object value) {
45654565
}
45664566
}
45674567
/**
4568-
* Fetch upgrade information of a specific nodepool.
4568+
* Fetch upgrade information of a specific node pool.
45694569
*
45704570
* Create a request for the method "nodePools.fetchNodePoolUpgradeInfo".
45714571
*
45724572
* This request holds the parameters needed by the container server. After setting any optional
45734573
* parameters, call the {@link FetchNodePoolUpgradeInfo#execute()} method to invoke the remote
45744574
* operation.
45754575
*
4576-
* @param name Required. The name (project, location, cluster, nodepool) of the nodepool to get. Specified in the
4576+
* @param name Required. The name (project, location, cluster, node pool) of the node pool to get. Specified in the
45774577
* format `projects/locations/clusters/nodePools` or `projects/zones/clusters/nodePools`.
45784578
* @return the request
45794579
*/
@@ -4591,7 +4591,7 @@ public class FetchNodePoolUpgradeInfo extends ContainerRequest<com.google.api.se
45914591
java.util.regex.Pattern.compile("^projects/[^/]+/locations/[^/]+/clusters/[^/]+/nodePools/[^/]+$");
45924592

45934593
/**
4594-
* Fetch upgrade information of a specific nodepool.
4594+
* Fetch upgrade information of a specific node pool.
45954595
*
45964596
* Create a request for the method "nodePools.fetchNodePoolUpgradeInfo".
45974597
*
@@ -4601,7 +4601,7 @@ public class FetchNodePoolUpgradeInfo extends ContainerRequest<com.google.api.se
46014601
* is.services.AbstractGoogleClientRequest)} must be called to initialize this instance
46024602
* immediately after invoking the constructor. </p>
46034603
*
4604-
* @param name Required. The name (project, location, cluster, nodepool) of the nodepool to get. Specified in the
4604+
* @param name Required. The name (project, location, cluster, node pool) of the node pool to get. Specified in the
46054605
* format `projects/locations/clusters/nodePools` or `projects/zones/clusters/nodePools`.
46064606
* @since 1.13
46074607
*/
@@ -4681,22 +4681,22 @@ public FetchNodePoolUpgradeInfo setUploadProtocol(java.lang.String uploadProtoco
46814681
}
46824682

46834683
/**
4684-
* Required. The name (project, location, cluster, nodepool) of the nodepool to get.
4684+
* Required. The name (project, location, cluster, node pool) of the node pool to get.
46854685
* Specified in the format `projects/locations/clusters/nodePools` or
46864686
* `projects/zones/clusters/nodePools`.
46874687
*/
46884688
@com.google.api.client.util.Key
46894689
private java.lang.String name;
46904690

4691-
/** Required. The name (project, location, cluster, nodepool) of the nodepool to get. Specified in the
4692-
format `projects/locations/clusters/nodePools` or `projects/zones/clusters/nodePools`.
4691+
/** Required. The name (project, location, cluster, node pool) of the node pool to get. Specified in
4692+
the format `projects/locations/clusters/nodePools` or `projects/zones/clusters/nodePools`.
46934693
*/
46944694
public java.lang.String getName() {
46954695
return name;
46964696
}
46974697

46984698
/**
4699-
* Required. The name (project, location, cluster, nodepool) of the nodepool to get.
4699+
* Required. The name (project, location, cluster, node pool) of the node pool to get.
47004700
* Specified in the format `projects/locations/clusters/nodePools` or
47014701
* `projects/zones/clusters/nodePools`.
47024702
*/
@@ -11190,15 +11190,15 @@ public Delete set(String parameterName, Object value) {
1119011190
}
1119111191
}
1119211192
/**
11193-
* Fetch upgrade information of a specific nodepool.
11193+
* Fetch upgrade information of a specific node pool.
1119411194
*
1119511195
* Create a request for the method "nodePools.fetchNodePoolUpgradeInfo".
1119611196
*
1119711197
* This request holds the parameters needed by the container server. After setting any optional
1119811198
* parameters, call the {@link FetchNodePoolUpgradeInfo#execute()} method to invoke the remote
1119911199
* operation.
1120011200
*
11201-
* @param name Required. The name (project, location, cluster, nodepool) of the nodepool to get. Specified in the
11201+
* @param name Required. The name (project, location, cluster, node pool) of the node pool to get. Specified in the
1120211202
* format `projects/locations/clusters/nodePools` or `projects/zones/clusters/nodePools`.
1120311203
* @return the request
1120411204
*/
@@ -11216,7 +11216,7 @@ public class FetchNodePoolUpgradeInfo extends ContainerRequest<com.google.api.se
1121611216
java.util.regex.Pattern.compile("^projects/[^/]+/zones/[^/]+/clusters/[^/]+/nodePools/[^/]+$");
1121711217

1121811218
/**
11219-
* Fetch upgrade information of a specific nodepool.
11219+
* Fetch upgrade information of a specific node pool.
1122011220
*
1122111221
* Create a request for the method "nodePools.fetchNodePoolUpgradeInfo".
1122211222
*
@@ -11226,7 +11226,7 @@ public class FetchNodePoolUpgradeInfo extends ContainerRequest<com.google.api.se
1122611226
* is.services.AbstractGoogleClientRequest)} must be called to initialize this instance
1122711227
* immediately after invoking the constructor. </p>
1122811228
*
11229-
* @param name Required. The name (project, location, cluster, nodepool) of the nodepool to get. Specified in the
11229+
* @param name Required. The name (project, location, cluster, node pool) of the node pool to get. Specified in the
1123011230
* format `projects/locations/clusters/nodePools` or `projects/zones/clusters/nodePools`.
1123111231
* @since 1.13
1123211232
*/
@@ -11306,22 +11306,22 @@ public FetchNodePoolUpgradeInfo setUploadProtocol(java.lang.String uploadProtoco
1130611306
}
1130711307

1130811308
/**
11309-
* Required. The name (project, location, cluster, nodepool) of the nodepool to get.
11309+
* Required. The name (project, location, cluster, node pool) of the node pool to get.
1131011310
* Specified in the format `projects/locations/clusters/nodePools` or
1131111311
* `projects/zones/clusters/nodePools`.
1131211312
*/
1131311313
@com.google.api.client.util.Key
1131411314
private java.lang.String name;
1131511315

11316-
/** Required. The name (project, location, cluster, nodepool) of the nodepool to get. Specified in the
11317-
format `projects/locations/clusters/nodePools` or `projects/zones/clusters/nodePools`.
11316+
/** Required. The name (project, location, cluster, node pool) of the node pool to get. Specified in
11317+
the format `projects/locations/clusters/nodePools` or `projects/zones/clusters/nodePools`.
1131811318
*/
1131911319
public java.lang.String getName() {
1132011320
return name;
1132111321
}
1132211322

1132311323
/**
11324-
* Required. The name (project, location, cluster, nodepool) of the nodepool to get.
11324+
* Required. The name (project, location, cluster, node pool) of the node pool to get.
1132511325
* Specified in the format `projects/locations/clusters/nodePools` or
1132611326
* `projects/zones/clusters/nodePools`.
1132711327
*/

clients/google-api-services-container/v1beta1/2.0.0/com/google/api/services/container/v1beta1/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.v1beta1.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/v1beta1/2.0.0/com/google/api/services/container/v1beta1/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.v1beta1.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/v1beta1/2.0.0/com/google/api/services/container/v1beta1/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.v1beta1.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/v1beta1/2.0.0/com/google/api/services/container/v1beta1/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/v1beta1/2.0.0/com/google/api/services/container/v1beta1/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/v1beta1/2.0.0/com/google/api/services/container/v1beta1/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.v1beta1.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/v1beta1/2.0.0/com/google/api/services/container/v1beta1/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.v1beta1.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) {

clients/google-api-services-container/v1beta1/2.0.0/com/google/api/services/container/v1beta1/model/QueuedProvisioning.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@
3131
public final class QueuedProvisioning extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Denotes that this nodepool is QRM specific, meaning nodes can be only obtained through queuing
34+
* Denotes that this node pool is QRM specific, meaning nodes can be only obtained through queuing
3535
* via the Cluster Autoscaler ProvisioningRequest API.
3636
* The value may be {@code null}.
3737
*/
3838
@com.google.api.client.util.Key
3939
private java.lang.Boolean enabled;
4040

4141
/**
42-
* Denotes that this nodepool is QRM specific, meaning nodes can be only obtained through queuing
42+
* Denotes that this node pool is QRM specific, meaning nodes can be only obtained through queuing
4343
* via the Cluster Autoscaler ProvisioningRequest API.
4444
* @return value or {@code null} for none
4545
*/
@@ -48,7 +48,7 @@ public java.lang.Boolean getEnabled() {
4848
}
4949

5050
/**
51-
* Denotes that this nodepool is QRM specific, meaning nodes can be only obtained through queuing
51+
* Denotes that this node pool is QRM specific, meaning nodes can be only obtained through queuing
5252
* via the Cluster Autoscaler ProvisioningRequest API.
5353
* @param enabled enabled or {@code null} for none
5454
*/

0 commit comments

Comments
 (0)