Skip to content

Commit 6cc164d

Browse files
1 parent e37111b commit 6cc164d

File tree

89 files changed

+2778
-3439
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+2778
-3439
lines changed

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

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

Lines changed: 786 additions & 982 deletions
Large diffs are not rendered by default.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public final class AcceleratorConfig extends com.google.api.client.json.GenericJ
3939

4040
/**
4141
* The accelerator type resource name. List of supported accelerators
42-
* [here](https://{$universe.dns_names.final_documentation_domain}/compute/docs/gpus)
42+
* [here](https://cloud.google.com/compute/docs/gpus)
4343
* The value may be {@code null}.
4444
*/
4545
@com.google.api.client.util.Key
@@ -86,7 +86,7 @@ public AcceleratorConfig setAcceleratorCount(java.lang.Long acceleratorCount) {
8686

8787
/**
8888
* The accelerator type resource name. List of supported accelerators
89-
* [here](https://{$universe.dns_names.final_documentation_domain}/compute/docs/gpus)
89+
* [here](https://cloud.google.com/compute/docs/gpus)
9090
* @return value or {@code null} for none
9191
*/
9292
public java.lang.String getAcceleratorType() {
@@ -95,7 +95,7 @@ public java.lang.String getAcceleratorType() {
9595

9696
/**
9797
* The accelerator type resource name. List of supported accelerators
98-
* [here](https://{$universe.dns_names.final_documentation_domain}/compute/docs/gpus)
98+
* [here](https://cloud.google.com/compute/docs/gpus)
9999
* @param acceleratorType acceleratorType or {@code null} for none
100100
*/
101101
public AcceleratorConfig setAcceleratorType(java.lang.String acceleratorType) {

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,7 @@ public final class AddonsConfig extends com.google.api.client.json.GenericJson {
109109
* Configuration for the Kubernetes Dashboard. This addon is deprecated, and will be disabled in
110110
* 1.15. It is recommended to use the Cloud Console to manage and monitor your Kubernetes
111111
* clusters, workloads and applications. For more information, see:
112-
* https://{$universe.dns_names.final_documentation_domain}/kubernetes-
113-
* engine/docs/concepts/dashboards
112+
* https://cloud.google.com/kubernetes-engine/docs/concepts/dashboards
114113
* The value may be {@code null}.
115114
*/
116115
@com.google.api.client.util.Key
@@ -334,8 +333,7 @@ public AddonsConfig setHttpLoadBalancing(HttpLoadBalancing httpLoadBalancing) {
334333
* Configuration for the Kubernetes Dashboard. This addon is deprecated, and will be disabled in
335334
* 1.15. It is recommended to use the Cloud Console to manage and monitor your Kubernetes
336335
* clusters, workloads and applications. For more information, see:
337-
* https://{$universe.dns_names.final_documentation_domain}/kubernetes-
338-
* engine/docs/concepts/dashboards
336+
* https://cloud.google.com/kubernetes-engine/docs/concepts/dashboards
339337
* @return value or {@code null} for none
340338
*/
341339
public KubernetesDashboard getKubernetesDashboard() {
@@ -346,8 +344,7 @@ public KubernetesDashboard getKubernetesDashboard() {
346344
* Configuration for the Kubernetes Dashboard. This addon is deprecated, and will be disabled in
347345
* 1.15. It is recommended to use the Cloud Console to manage and monitor your Kubernetes
348346
* clusters, workloads and applications. For more information, see:
349-
* https://{$universe.dns_names.final_documentation_domain}/kubernetes-
350-
* engine/docs/concepts/dashboards
347+
* https://cloud.google.com/kubernetes-engine/docs/concepts/dashboards
351348
* @param kubernetesDashboard kubernetesDashboard or {@code null} for none
352349
*/
353350
public AddonsConfig setKubernetesDashboard(KubernetesDashboard kubernetesDashboard) {

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

Lines changed: 24 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ public final class AutoprovisioningNodePoolDefaults extends com.google.api.clien
3535
* node pool. This should be of the form
3636
* projects/[KEY_PROJECT_ID]/locations/[LOCATION]/keyRings/[RING_NAME]/cryptoKeys/[KEY_NAME]. For
3737
* more information about protecting resources with Cloud KMS Keys please see:
38-
* https://{$universe.dns_names.final_documentation_domain}/compute/docs/disks/customer-managed-
39-
* encryption
38+
* https://cloud.google.com/compute/docs/disks/customer-managed-encryption
4039
* The value may be {@code null}.
4140
*/
4241
@com.google.api.client.util.Key
@@ -59,9 +58,8 @@ public final class AutoprovisioningNodePoolDefaults extends com.google.api.clien
5958
private java.lang.String diskType;
6059

6160
/**
62-
* The image type to use for NAP created node. Please see
63-
* https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/concepts/node-
64-
* images for available image types.
61+
* The image type to use for NAP created node. Please see https://cloud.google.com/kubernetes-
62+
* engine/docs/concepts/node-images for available image types.
6563
* The value may be {@code null}.
6664
*/
6765
@com.google.api.client.util.Key
@@ -85,10 +83,11 @@ public final class AutoprovisioningNodePoolDefaults extends com.google.api.clien
8583
* Deprecated. Minimum CPU platform to be used for NAP created node pools. The instance may be
8684
* scheduled on the specified or newer CPU platform. Applicable values are the friendly names of
8785
* CPU platforms, such as minCpuPlatform: Intel Haswell or minCpuPlatform: Intel Sandy Bridge. For
88-
* more information, read [how to specify min CPU platform](https://{$universe.dns_names.final_doc
89-
* umentation_domain}/compute/docs/instances/specify-min-cpu-platform). This field is deprecated,
90-
* min_cpu_platform should be specified using `cloud.google.com/requested-min-cpu-platform` label
91-
* selector on the pod. To unset the min cpu platform field pass "automatic" as field value.
86+
* more information, read [how to specify min CPU
87+
* platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform). This field
88+
* is deprecated, min_cpu_platform should be specified using `cloud.google.com/requested-min-cpu-
89+
* platform` label selector on the pod. To unset the min cpu platform field pass "automatic" as
90+
* field value.
9291
* The value may be {@code null}.
9392
*/
9493
@com.google.api.client.util.Key
@@ -127,8 +126,7 @@ public final class AutoprovisioningNodePoolDefaults extends com.google.api.clien
127126
* node pool. This should be of the form
128127
* projects/[KEY_PROJECT_ID]/locations/[LOCATION]/keyRings/[RING_NAME]/cryptoKeys/[KEY_NAME]. For
129128
* more information about protecting resources with Cloud KMS Keys please see:
130-
* https://{$universe.dns_names.final_documentation_domain}/compute/docs/disks/customer-managed-
131-
* encryption
129+
* https://cloud.google.com/compute/docs/disks/customer-managed-encryption
132130
* @return value or {@code null} for none
133131
*/
134132
public java.lang.String getBootDiskKmsKey() {
@@ -140,8 +138,7 @@ public java.lang.String getBootDiskKmsKey() {
140138
* node pool. This should be of the form
141139
* projects/[KEY_PROJECT_ID]/locations/[LOCATION]/keyRings/[RING_NAME]/cryptoKeys/[KEY_NAME]. For
142140
* more information about protecting resources with Cloud KMS Keys please see:
143-
* https://{$universe.dns_names.final_documentation_domain}/compute/docs/disks/customer-managed-
144-
* encryption
141+
* https://cloud.google.com/compute/docs/disks/customer-managed-encryption
145142
* @param bootDiskKmsKey bootDiskKmsKey or {@code null} for none
146143
*/
147144
public AutoprovisioningNodePoolDefaults setBootDiskKmsKey(java.lang.String bootDiskKmsKey) {
@@ -188,19 +185,17 @@ public AutoprovisioningNodePoolDefaults setDiskType(java.lang.String diskType) {
188185
}
189186

190187
/**
191-
* The image type to use for NAP created node. Please see
192-
* https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/concepts/node-
193-
* images for available image types.
188+
* The image type to use for NAP created node. Please see https://cloud.google.com/kubernetes-
189+
* engine/docs/concepts/node-images for available image types.
194190
* @return value or {@code null} for none
195191
*/
196192
public java.lang.String getImageType() {
197193
return imageType;
198194
}
199195

200196
/**
201-
* The image type to use for NAP created node. Please see
202-
* https://{$universe.dns_names.final_documentation_domain}/kubernetes-engine/docs/concepts/node-
203-
* images for available image types.
197+
* The image type to use for NAP created node. Please see https://cloud.google.com/kubernetes-
198+
* engine/docs/concepts/node-images for available image types.
204199
* @param imageType imageType or {@code null} for none
205200
*/
206201
public AutoprovisioningNodePoolDefaults setImageType(java.lang.String imageType) {
@@ -246,10 +241,11 @@ public AutoprovisioningNodePoolDefaults setManagement(NodeManagement management)
246241
* Deprecated. Minimum CPU platform to be used for NAP created node pools. The instance may be
247242
* scheduled on the specified or newer CPU platform. Applicable values are the friendly names of
248243
* CPU platforms, such as minCpuPlatform: Intel Haswell or minCpuPlatform: Intel Sandy Bridge. For
249-
* more information, read [how to specify min CPU platform](https://{$universe.dns_names.final_doc
250-
* umentation_domain}/compute/docs/instances/specify-min-cpu-platform). This field is deprecated,
251-
* min_cpu_platform should be specified using `cloud.google.com/requested-min-cpu-platform` label
252-
* selector on the pod. To unset the min cpu platform field pass "automatic" as field value.
244+
* more information, read [how to specify min CPU
245+
* platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform). This field
246+
* is deprecated, min_cpu_platform should be specified using `cloud.google.com/requested-min-cpu-
247+
* platform` label selector on the pod. To unset the min cpu platform field pass "automatic" as
248+
* field value.
253249
* @return value or {@code null} for none
254250
*/
255251
public java.lang.String getMinCpuPlatform() {
@@ -260,10 +256,11 @@ public java.lang.String getMinCpuPlatform() {
260256
* Deprecated. Minimum CPU platform to be used for NAP created node pools. The instance may be
261257
* scheduled on the specified or newer CPU platform. Applicable values are the friendly names of
262258
* CPU platforms, such as minCpuPlatform: Intel Haswell or minCpuPlatform: Intel Sandy Bridge. For
263-
* more information, read [how to specify min CPU platform](https://{$universe.dns_names.final_doc
264-
* umentation_domain}/compute/docs/instances/specify-min-cpu-platform). This field is deprecated,
265-
* min_cpu_platform should be specified using `cloud.google.com/requested-min-cpu-platform` label
266-
* selector on the pod. To unset the min cpu platform field pass "automatic" as field value.
259+
* more information, read [how to specify min CPU
260+
* platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform). This field
261+
* is deprecated, min_cpu_platform should be specified using `cloud.google.com/requested-min-cpu-
262+
* platform` label selector on the pod. To unset the min cpu platform field pass "automatic" as
263+
* field value.
267264
* @param minCpuPlatform minCpuPlatform or {@code null} for none
268265
*/
269266
public AutoprovisioningNodePoolDefaults setMinCpuPlatform(java.lang.String minCpuPlatform) {

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

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,17 @@ public final class CancelOperationRequest extends com.google.api.client.json.Gen
4848

4949
/**
5050
* Deprecated. The Google Developers Console [project ID or project
51-
* number](https://{$universe.dns_names.final_documentation_domain}/resource-
52-
* manager/docs/creating-managing-projects). This field has been deprecated and replaced by the
53-
* name field.
51+
* number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field
52+
* has been deprecated and replaced by the name field.
5453
* The value may be {@code null}.
5554
*/
5655
@com.google.api.client.util.Key
5756
private java.lang.String projectId;
5857

5958
/**
6059
* Deprecated. The name of the Google Compute Engine
61-
* [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available)
62-
* in which the operation resides. This field has been deprecated and replaced by the name field.
60+
* [zone](https://cloud.google.com/compute/docs/zones#available) in which the operation resides.
61+
* This field has been deprecated and replaced by the name field.
6362
* The value may be {@code null}.
6463
*/
6564
@com.google.api.client.util.Key
@@ -105,9 +104,8 @@ public CancelOperationRequest setOperationId(java.lang.String operationId) {
105104

106105
/**
107106
* Deprecated. The Google Developers Console [project ID or project
108-
* number](https://{$universe.dns_names.final_documentation_domain}/resource-
109-
* manager/docs/creating-managing-projects). This field has been deprecated and replaced by the
110-
* name field.
107+
* number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field
108+
* has been deprecated and replaced by the name field.
111109
* @return value or {@code null} for none
112110
*/
113111
public java.lang.String getProjectId() {
@@ -116,9 +114,8 @@ public java.lang.String getProjectId() {
116114

117115
/**
118116
* Deprecated. The Google Developers Console [project ID or project
119-
* number](https://{$universe.dns_names.final_documentation_domain}/resource-
120-
* manager/docs/creating-managing-projects). This field has been deprecated and replaced by the
121-
* name field.
117+
* number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field
118+
* has been deprecated and replaced by the name field.
122119
* @param projectId projectId or {@code null} for none
123120
*/
124121
public CancelOperationRequest setProjectId(java.lang.String projectId) {
@@ -128,8 +125,8 @@ public CancelOperationRequest setProjectId(java.lang.String projectId) {
128125

129126
/**
130127
* Deprecated. The name of the Google Compute Engine
131-
* [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available)
132-
* in which the operation resides. This field has been deprecated and replaced by the name field.
128+
* [zone](https://cloud.google.com/compute/docs/zones#available) in which the operation resides.
129+
* This field has been deprecated and replaced by the name field.
133130
* @return value or {@code null} for none
134131
*/
135132
public java.lang.String getZone() {
@@ -138,8 +135,8 @@ public java.lang.String getZone() {
138135

139136
/**
140137
* Deprecated. The name of the Google Compute Engine
141-
* [zone](https://{$universe.dns_names.final_documentation_domain}/compute/docs/zones#available)
142-
* in which the operation resides. This field has been deprecated and replaced by the name field.
138+
* [zone](https://cloud.google.com/compute/docs/zones#available) in which the operation resides.
139+
* This field has been deprecated and replaced by the name field.
143140
* @param zone zone or {@code null} for none
144141
*/
145142
public CancelOperationRequest setZone(java.lang.String zone) {

0 commit comments

Comments
 (0)