Skip to content

Commit 4a55301

Browse files
1 parent b325f4a commit 4a55301

27 files changed

Lines changed: 312 additions & 312 deletions

File tree

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

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-rev20260426-2.0.0</version>
12-
<name>GKE Hub API v1-rev20260426-2.0.0</name>
11+
<version>v1-rev20260511-2.0.0</version>
12+
<name>GKE Hub API v1-rev20260511-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-rev20260426-2.0.0</version>
25+
<version>v1-rev20260511-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-rev20260426-2.0.0'
38+
implementation 'com.google.apis:google-api-services-gkehub:v1-rev20260511-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-rev20260429-2.0.0</version>
25+
<version>v1alpha-rev20260511-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-rev20260429-2.0.0'
38+
implementation 'com.google.apis:google-api-services-gkehub:v1alpha-rev20260511-2.0.0'
3939
}
4040
```
4141

Lines changed: 117 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,117 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.gkehub.v1alpha.model;
18+
19+
/**
20+
* Operational state of the Rollout Sequence.
21+
*
22+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23+
* transmitted over HTTP when working with the GKE Hub API. For a detailed explanation see:
24+
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
25+
* </p>
26+
*
27+
* @author Google, Inc.
28+
*/
29+
@SuppressWarnings("javadoc")
30+
public final class OperationalState extends com.google.api.client.json.GenericJson {
31+
32+
/**
33+
* Output only. Reasons for the Rollout Sequence state.
34+
* The value may be {@code null}.
35+
*/
36+
@com.google.api.client.util.Key
37+
private java.util.List<java.lang.String> reasons;
38+
39+
/**
40+
* Output only. State of the Rollout Sequence.
41+
* The value may be {@code null}.
42+
*/
43+
@com.google.api.client.util.Key
44+
private java.lang.String state;
45+
46+
/**
47+
* Output only. The timestamp at which the operational state was last changed. Used to track how
48+
* long it has been in the current state.
49+
* The value may be {@code null}.
50+
*/
51+
@com.google.api.client.util.Key
52+
private String stateChangeTime;
53+
54+
/**
55+
* Output only. Reasons for the Rollout Sequence state.
56+
* @return value or {@code null} for none
57+
*/
58+
public java.util.List<java.lang.String> getReasons() {
59+
return reasons;
60+
}
61+
62+
/**
63+
* Output only. Reasons for the Rollout Sequence state.
64+
* @param reasons reasons or {@code null} for none
65+
*/
66+
public OperationalState setReasons(java.util.List<java.lang.String> reasons) {
67+
this.reasons = reasons;
68+
return this;
69+
}
70+
71+
/**
72+
* Output only. State of the Rollout Sequence.
73+
* @return value or {@code null} for none
74+
*/
75+
public java.lang.String getState() {
76+
return state;
77+
}
78+
79+
/**
80+
* Output only. State of the Rollout Sequence.
81+
* @param state state or {@code null} for none
82+
*/
83+
public OperationalState setState(java.lang.String state) {
84+
this.state = state;
85+
return this;
86+
}
87+
88+
/**
89+
* Output only. The timestamp at which the operational state was last changed. Used to track how
90+
* long it has been in the current state.
91+
* @return value or {@code null} for none
92+
*/
93+
public String getStateChangeTime() {
94+
return stateChangeTime;
95+
}
96+
97+
/**
98+
* Output only. The timestamp at which the operational state was last changed. Used to track how
99+
* long it has been in the current state.
100+
* @param stateChangeTime stateChangeTime or {@code null} for none
101+
*/
102+
public OperationalState setStateChangeTime(String stateChangeTime) {
103+
this.stateChangeTime = stateChangeTime;
104+
return this;
105+
}
106+
107+
@Override
108+
public OperationalState set(String fieldName, Object value) {
109+
return (OperationalState) super.set(fieldName, value);
110+
}
111+
112+
@Override
113+
public OperationalState clone() {
114+
return (OperationalState) super.clone();
115+
}
116+
117+
}

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

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -95,18 +95,18 @@ public final class RolloutSequence extends com.google.api.client.json.GenericJso
9595
private java.lang.String name;
9696

9797
/**
98-
* Required. Ordered list of stages that constitutes this Rollout.
98+
* Output only. Operational state of the Rollout Sequence.
9999
* The value may be {@code null}.
100100
*/
101101
@com.google.api.client.util.Key
102-
private java.util.List<Stage> stages;
102+
private OperationalState operationalState;
103103

104104
/**
105-
* Output only. State of the Rollout Sequence as a whole.
105+
* Required. Ordered list of stages that constitutes this Rollout.
106106
* The value may be {@code null}.
107107
*/
108108
@com.google.api.client.util.Key
109-
private RolloutSequenceState state;
109+
private java.util.List<Stage> stages;
110110

111111
/**
112112
* Output only. Google-generated UUID for this resource. This is unique across all Rollout
@@ -282,36 +282,36 @@ public RolloutSequence setName(java.lang.String name) {
282282
}
283283

284284
/**
285-
* Required. Ordered list of stages that constitutes this Rollout.
285+
* Output only. Operational state of the Rollout Sequence.
286286
* @return value or {@code null} for none
287287
*/
288-
public java.util.List<Stage> getStages() {
289-
return stages;
288+
public OperationalState getOperationalState() {
289+
return operationalState;
290290
}
291291

292292
/**
293-
* Required. Ordered list of stages that constitutes this Rollout.
294-
* @param stages stages or {@code null} for none
293+
* Output only. Operational state of the Rollout Sequence.
294+
* @param operationalState operationalState or {@code null} for none
295295
*/
296-
public RolloutSequence setStages(java.util.List<Stage> stages) {
297-
this.stages = stages;
296+
public RolloutSequence setOperationalState(OperationalState operationalState) {
297+
this.operationalState = operationalState;
298298
return this;
299299
}
300300

301301
/**
302-
* Output only. State of the Rollout Sequence as a whole.
302+
* Required. Ordered list of stages that constitutes this Rollout.
303303
* @return value or {@code null} for none
304304
*/
305-
public RolloutSequenceState getState() {
306-
return state;
305+
public java.util.List<Stage> getStages() {
306+
return stages;
307307
}
308308

309309
/**
310-
* Output only. State of the Rollout Sequence as a whole.
311-
* @param state state or {@code null} for none
310+
* Required. Ordered list of stages that constitutes this Rollout.
311+
* @param stages stages or {@code null} for none
312312
*/
313-
public RolloutSequence setState(RolloutSequenceState state) {
314-
this.state = state;
313+
public RolloutSequence setStages(java.util.List<Stage> stages) {
314+
this.stages = stages;
315315
return this;
316316
}
317317

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

Lines changed: 0 additions & 117 deletions
This file was deleted.

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-rev20260429-2.0.0</version>
12-
<name>GKE Hub API v1alpha-rev20260429-2.0.0</name>
11+
<version>v1alpha-rev20260511-2.0.0</version>
12+
<name>GKE Hub API v1alpha-rev20260511-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

0 commit comments

Comments
 (0)