File tree Expand file tree Collapse file tree 8 files changed +60
-12
lines changed
clients/google-api-services-gkehub
com/google/api/services/gkehub/v1alpha/model
com/google/api/services/gkehub/v2beta/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-gkehub</artifactId >
25- <version >v1alpha-rev20250925 -2.0.0</version >
25+ <version >v1alpha-rev20251002 -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-gkehub:v1alpha-rev20250925 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-gkehub:v1alpha-rev20251002 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff line change @@ -58,6 +58,13 @@ public final class ConfigManagementMembershipState extends com.google.api.client
5858 @ com .google .api .client .util .Key
5959 private ConfigManagementHierarchyControllerState hierarchyControllerState ;
6060
61+ /**
62+ * Output only. The Kubernetes API server version of the cluster.
63+ * The value may be {@code null}.
64+ */
65+ @ com .google .api .client .util .Key
66+ private java .lang .String kubernetesApiServerVersion ;
67+
6168 /**
6269 * Output only. Membership configuration in the cluster. This represents the actual state in the
6370 * cluster, while the MembershipSpec in the FeatureSpec represents the intended state
@@ -150,6 +157,23 @@ public ConfigManagementMembershipState setHierarchyControllerState(ConfigManagem
150157 return this ;
151158 }
152159
160+ /**
161+ * Output only. The Kubernetes API server version of the cluster.
162+ * @return value or {@code null} for none
163+ */
164+ public java .lang .String getKubernetesApiServerVersion () {
165+ return kubernetesApiServerVersion ;
166+ }
167+
168+ /**
169+ * Output only. The Kubernetes API server version of the cluster.
170+ * @param kubernetesApiServerVersion kubernetesApiServerVersion or {@code null} for none
171+ */
172+ public ConfigManagementMembershipState setKubernetesApiServerVersion (java .lang .String kubernetesApiServerVersion ) {
173+ this .kubernetesApiServerVersion = kubernetesApiServerVersion ;
174+ return this ;
175+ }
176+
153177 /**
154178 * Output only. Membership configuration in the cluster. This represents the actual state in the
155179 * cluster, while the MembershipSpec in the FeatureSpec represents the intended state
Original file line number Diff line number Diff line change 88
99 <groupId >com.google.apis</groupId >
1010 <artifactId >google-api-services-gkehub</artifactId >
11- <version >v1alpha-rev20250925 -2.0.0</version >
12- <name >GKE Hub API v1alpha-rev20250925 -2.0.0</name >
11+ <version >v1alpha-rev20251002 -2.0.0</version >
12+ <name >GKE Hub API v1alpha-rev20251002 -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-gkehub</artifactId >
25- <version >v1alpha-rev20250925 -2.0.0</version >
25+ <version >v1alpha-rev20251002 -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-gkehub:v1alpha-rev20250925 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-gkehub:v1alpha-rev20251002 -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-gkehub</artifactId >
25- <version >v2beta-rev20250925 -2.0.0</version >
25+ <version >v2beta-rev20251002 -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-gkehub:v2beta-rev20250925 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-gkehub:v2beta-rev20251002 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff line change @@ -58,6 +58,13 @@ public final class ConfigManagementState extends com.google.api.client.json.Gene
5858 @ com .google .api .client .util .Key
5959 private ConfigManagementHierarchyControllerState hierarchyControllerState ;
6060
61+ /**
62+ * Output only. The Kubernetes API server version of the cluster.
63+ * The value may be {@code null}.
64+ */
65+ @ com .google .api .client .util .Key
66+ private java .lang .String kubernetesApiServerVersion ;
67+
6168 /**
6269 * Output only. Membership configuration in the cluster. This represents the actual state in the
6370 * cluster, while the MembershipSpec in the FeatureSpec represents the intended state.
@@ -150,6 +157,23 @@ public ConfigManagementState setHierarchyControllerState(ConfigManagementHierarc
150157 return this ;
151158 }
152159
160+ /**
161+ * Output only. The Kubernetes API server version of the cluster.
162+ * @return value or {@code null} for none
163+ */
164+ public java .lang .String getKubernetesApiServerVersion () {
165+ return kubernetesApiServerVersion ;
166+ }
167+
168+ /**
169+ * Output only. The Kubernetes API server version of the cluster.
170+ * @param kubernetesApiServerVersion kubernetesApiServerVersion or {@code null} for none
171+ */
172+ public ConfigManagementState setKubernetesApiServerVersion (java .lang .String kubernetesApiServerVersion ) {
173+ this .kubernetesApiServerVersion = kubernetesApiServerVersion ;
174+ return this ;
175+ }
176+
153177 /**
154178 * Output only. Membership configuration in the cluster. This represents the actual state in the
155179 * cluster, while the MembershipSpec in the FeatureSpec represents the intended state.
Original file line number Diff line number Diff line change 88
99 <groupId >com.google.apis</groupId >
1010 <artifactId >google-api-services-gkehub</artifactId >
11- <version >v2beta-rev20250925 -2.0.0</version >
12- <name >GKE Hub API v2beta-rev20250925 -2.0.0</name >
11+ <version >v2beta-rev20251002 -2.0.0</version >
12+ <name >GKE Hub API v2beta-rev20251002 -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-gkehub</artifactId >
25- <version >v2beta-rev20250925 -2.0.0</version >
25+ <version >v2beta-rev20251002 -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-gkehub:v2beta-rev20250925 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-gkehub:v2beta-rev20251002 -2.0.0'
3939}
4040```
4141
You can’t perform that action at this time.
0 commit comments