Skip to content

Commit bf68d09

Browse files
1 parent c0e65c9 commit bf68d09

File tree

8 files changed

+60
-12
lines changed

8 files changed

+60
-12
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-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
}
3737
dependencies {
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

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,37 @@
3131
@SuppressWarnings("javadoc")
3232
public 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

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

Lines changed: 2 additions & 2 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-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>

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-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
}
3737
dependencies {
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

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-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
}
3737
dependencies {
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

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,37 @@
3131
@SuppressWarnings("javadoc")
3232
public 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

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

Lines changed: 2 additions & 2 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>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>

clients/google-api-services-container/v1beta1/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-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
}
3737
dependencies {
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

0 commit comments

Comments
 (0)