Skip to content

Commit 8bf2191

Browse files
1 parent d94c0d9 commit 8bf2191

File tree

6 files changed

+77
-6
lines changed

6 files changed

+77
-6
lines changed

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

clients/google-api-services-gkeonprem/v1/2.0.0/com/google/api/services/gkeonprem/v1/GKEOnPrem.java

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,29 @@ public List setName(java.lang.String name) {
444444
return this;
445445
}
446446

447+
/**
448+
* Optional. A list of extra location types that should be used as conditions for
449+
* controlling the visibility of the locations.
450+
*/
451+
@com.google.api.client.util.Key
452+
private java.util.List<java.lang.String> extraLocationTypes;
453+
454+
/** Optional. A list of extra location types that should be used as conditions for controlling the
455+
visibility of the locations.
456+
*/
457+
public java.util.List<java.lang.String> getExtraLocationTypes() {
458+
return extraLocationTypes;
459+
}
460+
461+
/**
462+
* Optional. A list of extra location types that should be used as conditions for
463+
* controlling the visibility of the locations.
464+
*/
465+
public List setExtraLocationTypes(java.util.List<java.lang.String> extraLocationTypes) {
466+
this.extraLocationTypes = extraLocationTypes;
467+
return this;
468+
}
469+
447470
/**
448471
* A filter to narrow down results to a preferred subset. The filtering language accepts
449472
* strings like `"displayName=tokyo"`, and is documented in more detail in

clients/google-api-services-gkeonprem/v1/2.0.0/com/google/api/services/gkeonprem/v1/model/VmwareAdminCluster.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,13 @@ public final class VmwareAdminCluster extends com.google.api.client.json.Generic
9696
@com.google.api.client.util.Key
9797
private java.lang.String description;
9898

99+
/**
100+
* Enable advanced cluster.
101+
* The value may be {@code null}.
102+
*/
103+
@com.google.api.client.util.Key
104+
private java.lang.Boolean enableAdvancedCluster;
105+
99106
/**
100107
* Output only. The DNS name of VMware admin cluster's API server.
101108
* The value may be {@code null}.
@@ -392,6 +399,23 @@ public VmwareAdminCluster setDescription(java.lang.String description) {
392399
return this;
393400
}
394401

402+
/**
403+
* Enable advanced cluster.
404+
* @return value or {@code null} for none
405+
*/
406+
public java.lang.Boolean getEnableAdvancedCluster() {
407+
return enableAdvancedCluster;
408+
}
409+
410+
/**
411+
* Enable advanced cluster.
412+
* @param enableAdvancedCluster enableAdvancedCluster or {@code null} for none
413+
*/
414+
public VmwareAdminCluster setEnableAdvancedCluster(java.lang.Boolean enableAdvancedCluster) {
415+
this.enableAdvancedCluster = enableAdvancedCluster;
416+
return this;
417+
}
418+
395419
/**
396420
* Output only. The DNS name of VMware admin cluster's API server.
397421
* @return value or {@code null} for none

clients/google-api-services-gkeonprem/v1/2.0.0/com/google/api/services/gkeonprem/v1/model/VmwareCluster.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,13 @@ public final class VmwareCluster extends com.google.api.client.json.GenericJson
127127
@com.google.api.client.util.Key
128128
private java.lang.Boolean disableBundledIngress;
129129

130+
/**
131+
* Enable advanced cluster.
132+
* The value may be {@code null}.
133+
*/
134+
@com.google.api.client.util.Key
135+
private java.lang.Boolean enableAdvancedCluster;
136+
130137
/**
131138
* Enable control plane V2. Default to false.
132139
* The value may be {@code null}.
@@ -504,6 +511,23 @@ public VmwareCluster setDisableBundledIngress(java.lang.Boolean disableBundledIn
504511
return this;
505512
}
506513

514+
/**
515+
* Enable advanced cluster.
516+
* @return value or {@code null} for none
517+
*/
518+
public java.lang.Boolean getEnableAdvancedCluster() {
519+
return enableAdvancedCluster;
520+
}
521+
522+
/**
523+
* Enable advanced cluster.
524+
* @param enableAdvancedCluster enableAdvancedCluster or {@code null} for none
525+
*/
526+
public VmwareCluster setEnableAdvancedCluster(java.lang.Boolean enableAdvancedCluster) {
527+
this.enableAdvancedCluster = enableAdvancedCluster;
528+
return this;
529+
}
530+
507531
/**
508532
* Enable control plane V2. Default to false.
509533
* @return value or {@code null} for none

clients/google-api-services-gkeonprem/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-gkeonprem</artifactId>
11-
<version>v1-rev20250224-2.0.0</version>
12-
<name>GKE On-Prem API v1-rev20250224-2.0.0</name>
11+
<version>v1-rev20250326-2.0.0</version>
12+
<name>GKE On-Prem API v1-rev20250326-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)