File tree Expand file tree Collapse file tree 5 files changed +10
-14
lines changed
clients/google-api-services-gkehub/v1beta
com/google/api/services/gkehub/v1beta/model Expand file tree Collapse file tree 5 files changed +10
-14
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 >v1beta-rev20250415 -2.0.0</version >
25+ <version >v1beta-rev20250421 -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-rev20250415 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-gkehub:v1beta-rev20250421 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff line change 1717package com .google .api .services .gkehub .v1beta .model ;
1818
1919/**
20- * Condition being reported. TODO b/395151419: Remove this message once the membership-level
21- * conditions field uses the common Condition message.
20+ * Condition being reported.
2221 *
2322 * <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2423 * transmitted over HTTP when working with the GKE Hub API. For a detailed explanation see:
Original file line number Diff line number Diff line change 3030public final class ServiceMeshMembershipState extends com .google .api .client .json .GenericJson {
3131
3232 /**
33- * Output only. List of conditions reported for this membership. TODO b/395151419: Use the common
34- * Condition message.
33+ * Output only. List of conditions reported for this membership.
3534 * The value may be {@code null}.
3635 */
3736 @ com .google .api .client .util .Key
@@ -58,17 +57,15 @@ public final class ServiceMeshMembershipState extends com.google.api.client.json
5857 private ServiceMeshDataPlaneManagement dataPlaneManagement ;
5958
6059 /**
61- * Output only. List of conditions reported for this membership. TODO b/395151419: Use the common
62- * Condition message.
60+ * Output only. List of conditions reported for this membership.
6361 * @return value or {@code null} for none
6462 */
6563 public java .util .List <ServiceMeshCondition > getConditions () {
6664 return conditions ;
6765 }
6866
6967 /**
70- * Output only. List of conditions reported for this membership. TODO b/395151419: Use the common
71- * Condition message.
68+ * Output only. List of conditions reported for this membership.
7269 * @param conditions conditions or {@code null} for none
7370 */
7471 public ServiceMeshMembershipState setConditions (java .util .List <ServiceMeshCondition > conditions ) {
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-rev20250415 -2.0.0</version >
12- <name >GKE Hub API v1beta-rev20250415 -2.0.0</name >
11+ <version >v1beta-rev20250421 -2.0.0</version >
12+ <name >GKE Hub API v1beta-rev20250421 -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-rev20250415 -2.0.0</version >
25+ <version >v1beta-rev20250421 -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-rev20250415 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-gkehub:v1beta-rev20250421 -2.0.0'
3939}
4040```
4141
You can’t perform that action at this time.
0 commit comments