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:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-gkehub</artifactId >
25
- <version >v1beta-rev20250415 -2.0.0</version >
25
+ <version >v1beta-rev20250421 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
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'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change 17
17
package com .google .api .services .gkehub .v1beta .model ;
18
18
19
19
/**
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.
22
21
*
23
22
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
24
23
* 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 30
30
public final class ServiceMeshMembershipState extends com .google .api .client .json .GenericJson {
31
31
32
32
/**
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.
35
34
* The value may be {@code null}.
36
35
*/
37
36
@ com .google .api .client .util .Key
@@ -58,17 +57,15 @@ public final class ServiceMeshMembershipState extends com.google.api.client.json
58
57
private ServiceMeshDataPlaneManagement dataPlaneManagement ;
59
58
60
59
/**
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.
63
61
* @return value or {@code null} for none
64
62
*/
65
63
public java .util .List <ServiceMeshCondition > getConditions () {
66
64
return conditions ;
67
65
}
68
66
69
67
/**
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.
72
69
* @param conditions conditions or {@code null} for none
73
70
*/
74
71
public ServiceMeshMembershipState setConditions (java .util .List <ServiceMeshCondition > conditions ) {
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<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 >
13
13
<packaging >jar</packaging >
14
14
15
15
<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:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-gkehub</artifactId >
25
- <version >v1beta-rev20250415 -2.0.0</version >
25
+ <version >v1beta-rev20250421 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
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'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments