Skip to content

Commit 086bc08

Browse files
1 parent b907bb8 commit 086bc08

File tree

30 files changed

+126
-114
lines changed

30 files changed

+126
-114
lines changed

clients/google-api-services-gkehub/v1/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>v1-rev20251201-2.0.0</version>
25+
<version>v1-rev20260119-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:v1-rev20251201-2.0.0'
38+
implementation 'com.google.apis:google-api-services-gkehub:v1-rev20260119-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-gkehub/v1/2.0.0/com/google/api/services/gkehub/v1/model/ConfigManagementMembershipSpec.java

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ public final class ConfigManagementMembershipSpec extends com.google.api.client.
5858
private ConfigManagementHierarchyControllerConfig hierarchyController;
5959

6060
/**
61-
* Optional. Enables automatic Feature management.
61+
* Optional. Deprecated: From version 1.21.0, automatic Feature management is unavailable, and
62+
* Config Sync only supports manual upgrades.
6263
* The value may be {@code null}.
6364
*/
6465
@com.google.api.client.util.Key
@@ -144,15 +145,17 @@ public ConfigManagementMembershipSpec setHierarchyController(ConfigManagementHie
144145
}
145146

146147
/**
147-
* Optional. Enables automatic Feature management.
148+
* Optional. Deprecated: From version 1.21.0, automatic Feature management is unavailable, and
149+
* Config Sync only supports manual upgrades.
148150
* @return value or {@code null} for none
149151
*/
150152
public java.lang.String getManagement() {
151153
return management;
152154
}
153155

154156
/**
155-
* Optional. Enables automatic Feature management.
157+
* Optional. Deprecated: From version 1.21.0, automatic Feature management is unavailable, and
158+
* Config Sync only supports manual upgrades.
156159
* @param management management or {@code null} for none
157160
*/
158161
public ConfigManagementMembershipSpec setManagement(java.lang.String management) {

clients/google-api-services-gkehub/v1/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>v1-rev20251201-2.0.0</version>
12-
<name>GKE Hub API v1-rev20251201-2.0.0</name>
11+
<version>v1-rev20260119-2.0.0</version>
12+
<name>GKE Hub API v1-rev20260119-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-gkehub/v1/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>v1-rev20251201-2.0.0</version>
25+
<version>v1-rev20260119-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:v1-rev20251201-2.0.0'
38+
implementation 'com.google.apis:google-api-services-gkehub:v1-rev20260119-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-gkehub/v1alpha/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>v1alpha-rev20251201-2.0.0</version>
25+
<version>v1alpha-rev20260119-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:v1alpha-rev20251201-2.0.0'
38+
implementation 'com.google.apis:google-api-services-gkehub:v1alpha-rev20260119-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-gkehub/v1alpha/2.0.0/com/google/api/services/gkehub/v1alpha/model/ClusterSelector.java

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,25 @@
3030
public final class ClusterSelector extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* The label selector must be a valid CEL (go/cel) expression which evaluates resource.labels.
33+
* Optional. A valid CEL (Common Expression Language) expression which evaluates
34+
* `resource.labels`.
3435
* The value may be {@code null}.
3536
*/
3637
@com.google.api.client.util.Key
3738
private java.lang.String labelSelector;
3839

3940
/**
40-
* The label selector must be a valid CEL (go/cel) expression which evaluates resource.labels.
41+
* Optional. A valid CEL (Common Expression Language) expression which evaluates
42+
* `resource.labels`.
4143
* @return value or {@code null} for none
4244
*/
4345
public java.lang.String getLabelSelector() {
4446
return labelSelector;
4547
}
4648

4749
/**
48-
* The label selector must be a valid CEL (go/cel) expression which evaluates resource.labels.
50+
* Optional. A valid CEL (Common Expression Language) expression which evaluates
51+
* `resource.labels`.
4952
* @param labelSelector labelSelector or {@code null} for none
5053
*/
5154
public ClusterSelector setLabelSelector(java.lang.String labelSelector) {

clients/google-api-services-gkehub/v1alpha/2.0.0/com/google/api/services/gkehub/v1alpha/model/ConfigManagementMembershipSpec.java

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ public final class ConfigManagementMembershipSpec extends com.google.api.client.
6666
private ConfigManagementHierarchyControllerConfig hierarchyController;
6767

6868
/**
69-
* Optional. Enables automatic Feature management.
69+
* Optional. Deprecated: From version 1.21.0, automatic Feature management is unavailable, and
70+
* Config Sync only supports manual upgrades.
7071
* The value may be {@code null}.
7172
*/
7273
@com.google.api.client.util.Key
@@ -171,15 +172,17 @@ public ConfigManagementMembershipSpec setHierarchyController(ConfigManagementHie
171172
}
172173

173174
/**
174-
* Optional. Enables automatic Feature management.
175+
* Optional. Deprecated: From version 1.21.0, automatic Feature management is unavailable, and
176+
* Config Sync only supports manual upgrades.
175177
* @return value or {@code null} for none
176178
*/
177179
public java.lang.String getManagement() {
178180
return management;
179181
}
180182

181183
/**
182-
* Optional. Enables automatic Feature management.
184+
* Optional. Deprecated: From version 1.21.0, automatic Feature management is unavailable, and
185+
* Config Sync only supports manual upgrades.
183186
* @param management management or {@code null} for none
184187
*/
185188
public ConfigManagementMembershipSpec setManagement(java.lang.String management) {

clients/google-api-services-gkehub/v1alpha/2.0.0/com/google/api/services/gkehub/v1alpha/model/Rollout.java

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,7 @@ public final class Rollout extends com.google.api.client.json.GenericJson {
111111
/**
112112
* Optional. Immutable. The full, unique resource name of the rollout sequence that initiatied
113113
* this Rollout. In the format of
114-
* `projects/{project}/locations/global/rolloutSequences/{rollout_sequence}`. Empty for user
115-
* initiated rollouts.
114+
* `projects/{project}/locations/global/rolloutSequences/{rollout_sequence}`.
116115
* The value may be {@code null}.
117116
*/
118117
@com.google.api.client.util.Key
@@ -126,8 +125,7 @@ public final class Rollout extends com.google.api.client.json.GenericJson {
126125
private Schedule schedule;
127126

128127
/**
129-
* Output only. The stages of the Rollout. Note: this is only populated for google-initiated
130-
* rollouts.
128+
* Output only. The stages of the Rollout.
131129
* The value may be {@code null}.
132130
*/
133131
@com.google.api.client.util.Key
@@ -164,7 +162,7 @@ public final class Rollout extends com.google.api.client.json.GenericJson {
164162
private String updateTime;
165163

166164
/**
167-
* Optional. Config for version upgrade of clusters. Note: Currently for GDCE clusters only.
165+
* Optional. Config for version upgrade of clusters.
168166
* The value may be {@code null}.
169167
*/
170168
@com.google.api.client.util.Key
@@ -349,8 +347,7 @@ public Rollout setName(java.lang.String name) {
349347
/**
350348
* Optional. Immutable. The full, unique resource name of the rollout sequence that initiatied
351349
* this Rollout. In the format of
352-
* `projects/{project}/locations/global/rolloutSequences/{rollout_sequence}`. Empty for user
353-
* initiated rollouts.
350+
* `projects/{project}/locations/global/rolloutSequences/{rollout_sequence}`.
354351
* @return value or {@code null} for none
355352
*/
356353
public java.lang.String getRolloutSequence() {
@@ -360,8 +357,7 @@ public java.lang.String getRolloutSequence() {
360357
/**
361358
* Optional. Immutable. The full, unique resource name of the rollout sequence that initiatied
362359
* this Rollout. In the format of
363-
* `projects/{project}/locations/global/rolloutSequences/{rollout_sequence}`. Empty for user
364-
* initiated rollouts.
360+
* `projects/{project}/locations/global/rolloutSequences/{rollout_sequence}`.
365361
* @param rolloutSequence rolloutSequence or {@code null} for none
366362
*/
367363
public Rollout setRolloutSequence(java.lang.String rolloutSequence) {
@@ -387,17 +383,15 @@ public Rollout setSchedule(Schedule schedule) {
387383
}
388384

389385
/**
390-
* Output only. The stages of the Rollout. Note: this is only populated for google-initiated
391-
* rollouts.
386+
* Output only. The stages of the Rollout.
392387
* @return value or {@code null} for none
393388
*/
394389
public java.util.List<RolloutStage> getStages() {
395390
return stages;
396391
}
397392

398393
/**
399-
* Output only. The stages of the Rollout. Note: this is only populated for google-initiated
400-
* rollouts.
394+
* Output only. The stages of the Rollout.
401395
* @param stages stages or {@code null} for none
402396
*/
403397
public Rollout setStages(java.util.List<RolloutStage> stages) {
@@ -478,15 +472,15 @@ public Rollout setUpdateTime(String updateTime) {
478472
}
479473

480474
/**
481-
* Optional. Config for version upgrade of clusters. Note: Currently for GDCE clusters only.
475+
* Optional. Config for version upgrade of clusters.
482476
* @return value or {@code null} for none
483477
*/
484478
public VersionUpgrade getVersionUpgrade() {
485479
return versionUpgrade;
486480
}
487481

488482
/**
489-
* Optional. Config for version upgrade of clusters. Note: Currently for GDCE clusters only.
483+
* Optional. Config for version upgrade of clusters.
490484
* @param versionUpgrade versionUpgrade or {@code null} for none
491485
*/
492486
public Rollout setVersionUpgrade(VersionUpgrade versionUpgrade) {

clients/google-api-services-gkehub/v1alpha/2.0.0/com/google/api/services/gkehub/v1alpha/model/RolloutTarget.java

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,17 @@ public final class RolloutTarget extends com.google.api.client.json.GenericJson
3131

3232
/**
3333
* Optional. Output only. The resource link of the Cluster resource upgraded in this Rollout. It
34-
* is formatted as: projects//locations//clusters/. I.e. for GKE clusters, it is formatted as:
35-
* //container.googleapis.com/projects//locations//clusters/. For GDCE, it is formatted as:
36-
* //edgecontainer.googleapis.com/projects//locations//clusters/.
34+
* is formatted as:
35+
* `//{api_service}/projects/{project_number}/locations/{location}/clusters/{cluster_name}`. .
3736
* The value may be {@code null}.
3837
*/
3938
@com.google.api.client.util.Key
4039
private java.lang.String cluster;
4140

4241
/**
4342
* Optional. Output only. The resource link of the NodePool resource upgraded in this Rollout. It
44-
* is formatted as: projects//locations//clusters//nodePools/.
43+
* is formatted as: `//{api_service}/projects/{project_number}/locations/{location}/clusters/{clus
44+
* ter_name}/nodePools/{node_pool_name}`.
4545
* The value may be {@code null}.
4646
*/
4747
@com.google.api.client.util.Key
@@ -70,9 +70,8 @@ public final class RolloutTarget extends com.google.api.client.json.GenericJson
7070

7171
/**
7272
* Optional. Output only. The resource link of the Cluster resource upgraded in this Rollout. It
73-
* is formatted as: projects//locations//clusters/. I.e. for GKE clusters, it is formatted as:
74-
* //container.googleapis.com/projects//locations//clusters/. For GDCE, it is formatted as:
75-
* //edgecontainer.googleapis.com/projects//locations//clusters/.
73+
* is formatted as:
74+
* `//{api_service}/projects/{project_number}/locations/{location}/clusters/{cluster_name}`. .
7675
* @return value or {@code null} for none
7776
*/
7877
public java.lang.String getCluster() {
@@ -81,9 +80,8 @@ public java.lang.String getCluster() {
8180

8281
/**
8382
* Optional. Output only. The resource link of the Cluster resource upgraded in this Rollout. It
84-
* is formatted as: projects//locations//clusters/. I.e. for GKE clusters, it is formatted as:
85-
* //container.googleapis.com/projects//locations//clusters/. For GDCE, it is formatted as:
86-
* //edgecontainer.googleapis.com/projects//locations//clusters/.
83+
* is formatted as:
84+
* `//{api_service}/projects/{project_number}/locations/{location}/clusters/{cluster_name}`. .
8785
* @param cluster cluster or {@code null} for none
8886
*/
8987
public RolloutTarget setCluster(java.lang.String cluster) {
@@ -93,7 +91,8 @@ public RolloutTarget setCluster(java.lang.String cluster) {
9391

9492
/**
9593
* Optional. Output only. The resource link of the NodePool resource upgraded in this Rollout. It
96-
* is formatted as: projects//locations//clusters//nodePools/.
94+
* is formatted as: `//{api_service}/projects/{project_number}/locations/{location}/clusters/{clus
95+
* ter_name}/nodePools/{node_pool_name}`.
9796
* @return value or {@code null} for none
9897
*/
9998
public java.lang.String getNodePool() {
@@ -102,7 +101,8 @@ public java.lang.String getNodePool() {
102101

103102
/**
104103
* Optional. Output only. The resource link of the NodePool resource upgraded in this Rollout. It
105-
* is formatted as: projects//locations//clusters//nodePools/.
104+
* is formatted as: `//{api_service}/projects/{project_number}/locations/{location}/clusters/{clus
105+
* ter_name}/nodePools/{node_pool_name}`.
106106
* @param nodePool nodePool or {@code null} for none
107107
*/
108108
public RolloutTarget setNodePool(java.lang.String nodePool) {

clients/google-api-services-gkehub/v1alpha/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>v1alpha-rev20251201-2.0.0</version>
12-
<name>GKE Hub API v1alpha-rev20251201-2.0.0</name>
11+
<version>v1alpha-rev20260119-2.0.0</version>
12+
<name>GKE Hub API v1alpha-rev20260119-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

0 commit comments

Comments
 (0)