Skip to content

Commit a814cc1

Browse files
1 parent dc81498 commit a814cc1

File tree

15 files changed

+255
-33
lines changed

15 files changed

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

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

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1539,8 +1539,7 @@ public Get set(String parameterName, Object value) {
15391539
}
15401540
}
15411541
/**
1542-
* Gets the public component of the cluster signing keys in JSON Web Key format. This API is not yet
1543-
* intended for general use, and is not available for all clusters.
1542+
* Gets the public component of the cluster signing keys in JSON Web Key format.
15441543
*
15451544
* Create a request for the method "clusters.getJwks".
15461545
*
@@ -1565,8 +1564,7 @@ public class GetJwks extends ContainerRequest<com.google.api.services.container.
15651564
java.util.regex.Pattern.compile("^projects/[^/]+/locations/[^/]+/clusters/[^/]+$");
15661565

15671566
/**
1568-
* Gets the public component of the cluster signing keys in JSON Web Key format. This API is not
1569-
* yet intended for general use, and is not available for all clusters.
1567+
* Gets the public component of the cluster signing keys in JSON Web Key format.
15701568
*
15711569
* Create a request for the method "clusters.getJwks".
15721570
*
@@ -5308,8 +5306,7 @@ public class WellKnown {
53085306

53095307
/**
53105308
* Gets the OIDC discovery document for the cluster. See the [OpenID Connect Discovery 1.0
5311-
* specification](https://openid.net/specs/openid-connect-discovery-1_0.html) for details. This API
5312-
* is not yet intended for general use, and is not available for all clusters.
5309+
* specification](https://openid.net/specs/openid-connect-discovery-1_0.html) for details.
53135310
*
53145311
* Create a request for the method "well-known.getOpenid-configuration".
53155312
*
@@ -5336,8 +5333,7 @@ public class GetOpenidConfiguration extends ContainerRequest<com.google.api.serv
53365333

53375334
/**
53385335
* Gets the OIDC discovery document for the cluster. See the [OpenID Connect Discovery 1.0
5339-
* specification](https://openid.net/specs/openid-connect-discovery-1_0.html) for details. This
5340-
* API is not yet intended for general use, and is not available for all clusters.
5336+
* specification](https://openid.net/specs/openid-connect-discovery-1_0.html) for details.
53415337
*
53425338
* Create a request for the method "well-known.getOpenid-configuration".
53435339
*

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
@@ -116,6 +116,13 @@ public final class AddonsConfig extends com.google.api.client.json.GenericJson {
116116
@com.google.api.client.util.Key
117117
private NetworkPolicyConfig networkPolicyConfig;
118118

119+
/**
120+
* Optional. Configuration for the StatefulHA add-on.
121+
* The value may be {@code null}.
122+
*/
123+
@com.google.api.client.util.Key
124+
private StatefulHAConfig statefulHaConfig;
125+
119126
/**
120127
* Configuration for the Cloud Run addon, which allows the user to use a managed Knative service.
121128
* @return value or {@code null} for none
@@ -319,6 +326,23 @@ public AddonsConfig setNetworkPolicyConfig(NetworkPolicyConfig networkPolicyConf
319326
return this;
320327
}
321328

329+
/**
330+
* Optional. Configuration for the StatefulHA add-on.
331+
* @return value or {@code null} for none
332+
*/
333+
public StatefulHAConfig getStatefulHaConfig() {
334+
return statefulHaConfig;
335+
}
336+
337+
/**
338+
* Optional. Configuration for the StatefulHA add-on.
339+
* @param statefulHaConfig statefulHaConfig or {@code null} for none
340+
*/
341+
public AddonsConfig setStatefulHaConfig(StatefulHAConfig statefulHaConfig) {
342+
this.statefulHaConfig = statefulHaConfig;
343+
return this;
344+
}
345+
322346
@Override
323347
public AddonsConfig set(String fieldName, Object value) {
324348
return (AddonsConfig) super.set(fieldName, value);

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,13 @@ public final class ClusterUpdate extends com.google.api.client.json.GenericJson
158158
@com.google.api.client.util.Key
159159
private java.lang.String desiredImageType;
160160

161+
/**
162+
* Specify the details of in-transit encryption.
163+
* The value may be {@code null}.
164+
*/
165+
@com.google.api.client.util.Key
166+
private java.lang.String desiredInTransitEncryptionConfig;
167+
161168
/**
162169
* The desired config of Intra-node visibility.
163170
* The value may be {@code null}.
@@ -730,6 +737,23 @@ public ClusterUpdate setDesiredImageType(java.lang.String desiredImageType) {
730737
return this;
731738
}
732739

740+
/**
741+
* Specify the details of in-transit encryption.
742+
* @return value or {@code null} for none
743+
*/
744+
public java.lang.String getDesiredInTransitEncryptionConfig() {
745+
return desiredInTransitEncryptionConfig;
746+
}
747+
748+
/**
749+
* Specify the details of in-transit encryption.
750+
* @param desiredInTransitEncryptionConfig desiredInTransitEncryptionConfig or {@code null} for none
751+
*/
752+
public ClusterUpdate setDesiredInTransitEncryptionConfig(java.lang.String desiredInTransitEncryptionConfig) {
753+
this.desiredInTransitEncryptionConfig = desiredInTransitEncryptionConfig;
754+
return this;
755+
}
756+
733757
/**
734758
* The desired config of Intra-node visibility.
735759
* @return value or {@code null} for none

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,13 @@ public final class NetworkConfig extends com.google.api.client.json.GenericJson
9090
@com.google.api.client.util.Key
9191
private GatewayAPIConfig gatewayApiConfig;
9292

93+
/**
94+
* Specify the details of in-transit encryption.
95+
* The value may be {@code null}.
96+
*/
97+
@com.google.api.client.util.Key
98+
private java.lang.String inTransitEncryptionConfig;
99+
93100
/**
94101
* Output only. The relative name of the Google Compute Engine
95102
* network(https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the
@@ -274,6 +281,23 @@ public NetworkConfig setGatewayApiConfig(GatewayAPIConfig gatewayApiConfig) {
274281
return this;
275282
}
276283

284+
/**
285+
* Specify the details of in-transit encryption.
286+
* @return value or {@code null} for none
287+
*/
288+
public java.lang.String getInTransitEncryptionConfig() {
289+
return inTransitEncryptionConfig;
290+
}
291+
292+
/**
293+
* Specify the details of in-transit encryption.
294+
* @param inTransitEncryptionConfig inTransitEncryptionConfig or {@code null} for none
295+
*/
296+
public NetworkConfig setInTransitEncryptionConfig(java.lang.String inTransitEncryptionConfig) {
297+
this.inTransitEncryptionConfig = inTransitEncryptionConfig;
298+
return this;
299+
}
300+
277301
/**
278302
* Output only. The relative name of the Google Compute Engine
279303
* network(https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.container.model;
18+
19+
/**
20+
* Configuration for the Stateful HA add-on.
21+
*
22+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23+
* transmitted over HTTP when working with the Kubernetes Engine API. For a detailed explanation
24+
* see:
25+
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
26+
* </p>
27+
*
28+
* @author Google, Inc.
29+
*/
30+
@SuppressWarnings("javadoc")
31+
public final class StatefulHAConfig extends com.google.api.client.json.GenericJson {
32+
33+
/**
34+
* Whether the Stateful HA add-on is enabled for this cluster.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.lang.Boolean enabled;
39+
40+
/**
41+
* Whether the Stateful HA add-on is enabled for this cluster.
42+
* @return value or {@code null} for none
43+
*/
44+
public java.lang.Boolean getEnabled() {
45+
return enabled;
46+
}
47+
48+
/**
49+
* Whether the Stateful HA add-on is enabled for this cluster.
50+
* @param enabled enabled or {@code null} for none
51+
*/
52+
public StatefulHAConfig setEnabled(java.lang.Boolean enabled) {
53+
this.enabled = enabled;
54+
return this;
55+
}
56+
57+
@Override
58+
public StatefulHAConfig set(String fieldName, Object value) {
59+
return (StatefulHAConfig) super.set(fieldName, value);
60+
}
61+
62+
@Override
63+
public StatefulHAConfig clone() {
64+
return (StatefulHAConfig) super.clone();
65+
}
66+
67+
}

clients/google-api-services-container/v1/2.0.0/pom.xml

Lines changed: 3 additions & 3 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-container</artifactId>
11-
<version>v1-rev20231122-2.0.0</version>
12-
<name>Kubernetes Engine API v1-rev20231122-2.0.0</name>
11+
<version>v1-rev20240116-2.0.0</version>
12+
<name>Kubernetes Engine API v1-rev20240116-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>
@@ -91,7 +91,7 @@
9191
<links>
9292
<link>http://docs.oracle.com/javase/7/docs/api</link>
9393
<link>https://googleapis.dev/java/google-http-client/1.43.3/</link>
94-
<link>https://googleapis.dev/java/google-oauth-client/1.34.1/</link>
94+
<link>https://googleapis.dev/java/google-oauth-client/1.35.0/</link>
9595
<link>https://googleapis.dev/java/google-api-client/2.2.0/</link>
9696
</links>
9797
</configuration>

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

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-rev20231201-2.0.0</version>
25+
<version>v1beta1-rev20240116-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-rev20231201-2.0.0'
38+
implementation 'com.google.apis:google-api-services-container:v1beta1-rev20240116-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: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1685,8 +1685,7 @@ public Get set(String parameterName, Object value) {
16851685
}
16861686
}
16871687
/**
1688-
* Gets the public component of the cluster signing keys in JSON Web Key format. This API is not yet
1689-
* intended for general use, and is not available for all clusters.
1688+
* Gets the public component of the cluster signing keys in JSON Web Key format.
16901689
*
16911690
* Create a request for the method "clusters.getJwks".
16921691
*
@@ -1711,8 +1710,7 @@ public class GetJwks extends ContainerRequest<com.google.api.services.container.
17111710
java.util.regex.Pattern.compile("^projects/[^/]+/locations/[^/]+/clusters/[^/]+$");
17121711

17131712
/**
1714-
* Gets the public component of the cluster signing keys in JSON Web Key format. This API is not
1715-
* yet intended for general use, and is not available for all clusters.
1713+
* Gets the public component of the cluster signing keys in JSON Web Key format.
17161714
*
17171715
* Create a request for the method "clusters.getJwks".
17181716
*
@@ -5456,8 +5454,7 @@ public class WellKnown {
54565454

54575455
/**
54585456
* Gets the OIDC discovery document for the cluster. See the [OpenID Connect Discovery 1.0
5459-
* specification](https://openid.net/specs/openid-connect-discovery-1_0.html) for details. This API
5460-
* is not yet intended for general use, and is not available for all clusters.
5457+
* specification](https://openid.net/specs/openid-connect-discovery-1_0.html) for details.
54615458
*
54625459
* Create a request for the method "well-known.getOpenid-configuration".
54635460
*
@@ -5484,8 +5481,7 @@ public class GetOpenidConfiguration extends ContainerRequest<com.google.api.serv
54845481

54855482
/**
54865483
* Gets the OIDC discovery document for the cluster. See the [OpenID Connect Discovery 1.0
5487-
* specification](https://openid.net/specs/openid-connect-discovery-1_0.html) for details. This
5488-
* API is not yet intended for general use, and is not available for all clusters.
5484+
* specification](https://openid.net/specs/openid-connect-discovery-1_0.html) for details.
54895485
*
54905486
* Create a request for the method "well-known.getOpenid-configuration".
54915487
*

0 commit comments

Comments
 (0)