Skip to content

Commit 44692f7

Browse files
1 parent 79ecc92 commit 44692f7

File tree

5 files changed

+10
-14
lines changed

5 files changed

+10
-14
lines changed

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

clients/google-api-services-gkehub/v1beta/2.0.0/com/google/api/services/gkehub/v1beta/model/ServiceMeshCondition.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
package 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:

clients/google-api-services-gkehub/v1beta/2.0.0/com/google/api/services/gkehub/v1beta/model/ServiceMeshMembershipState.java

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@
3030
public 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) {

clients/google-api-services-gkehub/v1beta/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-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>

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

0 commit comments

Comments
 (0)