File tree Expand file tree Collapse file tree 8 files changed +60
-12
lines changed
clients/google-api-services-container
com/google/api/services/container/v1beta1/model
com/google/api/services/container/model Expand file tree Collapse file tree 8 files changed +60
-12
lines changed Original file line number Diff line number Diff 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-rev20250318 -2.0.0</version >
25+ <version >v1-rev20250408 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-container:v1-rev20250318 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-container:v1-rev20250408 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff line change 3131@ SuppressWarnings ("javadoc" )
3232public final class ConfidentialNodes extends com .google .api .client .json .GenericJson {
3333
34+ /**
35+ * Defines the type of technology used by the confidential node.
36+ * The value may be {@code null}.
37+ */
38+ @ com .google .api .client .util .Key
39+ private java .lang .String confidentialInstanceType ;
40+
3441 /**
3542 * Whether Confidential Nodes feature is enabled.
3643 * The value may be {@code null}.
3744 */
3845 @ com .google .api .client .util .Key
3946 private java .lang .Boolean enabled ;
4047
48+ /**
49+ * Defines the type of technology used by the confidential node.
50+ * @return value or {@code null} for none
51+ */
52+ public java .lang .String getConfidentialInstanceType () {
53+ return confidentialInstanceType ;
54+ }
55+
56+ /**
57+ * Defines the type of technology used by the confidential node.
58+ * @param confidentialInstanceType confidentialInstanceType or {@code null} for none
59+ */
60+ public ConfidentialNodes setConfidentialInstanceType (java .lang .String confidentialInstanceType ) {
61+ this .confidentialInstanceType = confidentialInstanceType ;
62+ return this ;
63+ }
64+
4165 /**
4266 * Whether Confidential Nodes feature is enabled.
4367 * @return value or {@code null} for none
Original file line number Diff line number Diff line change 88
99 <groupId >com.google.apis</groupId >
1010 <artifactId >google-api-services-container</artifactId >
11- <version >v1-rev20250318 -2.0.0</version >
12- <name >Kubernetes Engine API v1-rev20250318 -2.0.0</name >
11+ <version >v1-rev20250408 -2.0.0</version >
12+ <name >Kubernetes Engine API v1-rev20250408 -2.0.0</name >
1313 <packaging >jar</packaging >
1414
1515 <inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff 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-rev20250318 -2.0.0</version >
25+ <version >v1-rev20250408 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-container:v1-rev20250318 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-container:v1-rev20250408 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff 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-rev20250318 -2.0.0</version >
25+ <version >v1beta1-rev20250408 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-container:v1beta1-rev20250318 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-container:v1beta1-rev20250408 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff line change 3131@ SuppressWarnings ("javadoc" )
3232public final class ConfidentialNodes extends com .google .api .client .json .GenericJson {
3333
34+ /**
35+ * Defines the type of technology used by the confidential node.
36+ * The value may be {@code null}.
37+ */
38+ @ com .google .api .client .util .Key
39+ private java .lang .String confidentialInstanceType ;
40+
3441 /**
3542 * Whether Confidential Nodes feature is enabled.
3643 * The value may be {@code null}.
3744 */
3845 @ com .google .api .client .util .Key
3946 private java .lang .Boolean enabled ;
4047
48+ /**
49+ * Defines the type of technology used by the confidential node.
50+ * @return value or {@code null} for none
51+ */
52+ public java .lang .String getConfidentialInstanceType () {
53+ return confidentialInstanceType ;
54+ }
55+
56+ /**
57+ * Defines the type of technology used by the confidential node.
58+ * @param confidentialInstanceType confidentialInstanceType or {@code null} for none
59+ */
60+ public ConfidentialNodes setConfidentialInstanceType (java .lang .String confidentialInstanceType ) {
61+ this .confidentialInstanceType = confidentialInstanceType ;
62+ return this ;
63+ }
64+
4165 /**
4266 * Whether Confidential Nodes feature is enabled.
4367 * @return value or {@code null} for none
Original file line number Diff line number Diff line change 88
99 <groupId >com.google.apis</groupId >
1010 <artifactId >google-api-services-container</artifactId >
11- <version >v1beta1-rev20250318 -2.0.0</version >
12- <name >Kubernetes Engine API v1beta1-rev20250318 -2.0.0</name >
11+ <version >v1beta1-rev20250408 -2.0.0</version >
12+ <name >Kubernetes Engine API v1beta1-rev20250408 -2.0.0</name >
1313 <packaging >jar</packaging >
1414
1515 <inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff 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-rev20250318 -2.0.0</version >
25+ <version >v1beta1-rev20250408 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-container:v1beta1-rev20250318 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-container:v1beta1-rev20250408 -2.0.0'
3939}
4040```
4141
You can’t perform that action at this time.
0 commit comments