File tree Expand file tree Collapse file tree 12 files changed +90
-18
lines changed
clients/google-api-services-gkehub
com/google/api/services/gkehub/v1beta/model
com/google/api/services/gkehub/v1/model
com/google/api/services/gkehub/v2/model Expand file tree Collapse file tree 12 files changed +90
-18
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 >v1-rev20250925 -2.0.0</version >
25+ <version >v1-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:v1-rev20250925 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-gkehub:v1-rev20251002 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff line change @@ -51,6 +51,13 @@ public final class ConfigManagementMembershipState extends com.google.api.client
5151 @ com .google .api .client .util .Key
5252 private ConfigManagementHierarchyControllerState hierarchyControllerState ;
5353
54+ /**
55+ * Output only. The Kubernetes API server version of the cluster.
56+ * The value may be {@code null}.
57+ */
58+ @ com .google .api .client .util .Key
59+ private java .lang .String kubernetesApiServerVersion ;
60+
5461 /**
5562 * Output only. Membership configuration in the cluster. This represents the actual state in the
5663 * cluster, while the MembershipSpec in the FeatureSpec represents the intended state
@@ -126,6 +133,23 @@ public ConfigManagementMembershipState setHierarchyControllerState(ConfigManagem
126133 return this ;
127134 }
128135
136+ /**
137+ * Output only. The Kubernetes API server version of the cluster.
138+ * @return value or {@code null} for none
139+ */
140+ public java .lang .String getKubernetesApiServerVersion () {
141+ return kubernetesApiServerVersion ;
142+ }
143+
144+ /**
145+ * Output only. The Kubernetes API server version of the cluster.
146+ * @param kubernetesApiServerVersion kubernetesApiServerVersion or {@code null} for none
147+ */
148+ public ConfigManagementMembershipState setKubernetesApiServerVersion (java .lang .String kubernetesApiServerVersion ) {
149+ this .kubernetesApiServerVersion = kubernetesApiServerVersion ;
150+ return this ;
151+ }
152+
129153 /**
130154 * Output only. Membership configuration in the cluster. This represents the actual state in the
131155 * 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 >v1-rev20250925 -2.0.0</version >
12- <name >GKE Hub API v1-rev20250925 -2.0.0</name >
11+ <version >v1-rev20251002 -2.0.0</version >
12+ <name >GKE Hub API v1-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 >v1-rev20250925 -2.0.0</version >
25+ <version >v1-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:v1-rev20250925 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-gkehub:v1-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 >v1beta-rev20250925 -2.0.0</version >
25+ <version >v1beta-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:v1beta-rev20250925 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-gkehub:v1beta-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 >v1beta-rev20250925 -2.0.0</version >
12- <name >GKE Hub API v1beta-rev20250925 -2.0.0</name >
11+ <version >v1beta-rev20251002 -2.0.0</version >
12+ <name >GKE Hub API v1beta-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 >v1beta-rev20250925 -2.0.0</version >
25+ <version >v1beta-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:v1beta-rev20250925 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-gkehub:v1beta-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 >v2-rev20250925 -2.0.0</version >
25+ <version >v2-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:v2-rev20250925 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-gkehub:v2-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.
You can’t perform that action at this time.
0 commit comments