Skip to content

Commit 0df702c

Browse files
1 parent bd28eb2 commit 0df702c

File tree

8 files changed

+48
-18
lines changed

8 files changed

+48
-18
lines changed

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

clients/google-api-services-gkebackup/v1/2.0.0/com/google/api/services/gkebackup/v1/model/Backup.java

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,9 @@ public final class Backup extends com.google.api.client.json.GenericJson {
222222
private java.lang.String state;
223223

224224
/**
225-
* Output only. Human-readable description of why the backup is in the current `state`.
225+
* Output only. Human-readable description of why the backup is in the current `state`. This field
226+
* is only meant for human readability and should not be used programmatically as this field is
227+
* not guaranteed to be consistent.
226228
* The value may be {@code null}.
227229
*/
228230
@com.google.api.client.util.Key
@@ -703,15 +705,19 @@ public Backup setState(java.lang.String state) {
703705
}
704706

705707
/**
706-
* Output only. Human-readable description of why the backup is in the current `state`.
708+
* Output only. Human-readable description of why the backup is in the current `state`. This field
709+
* is only meant for human readability and should not be used programmatically as this field is
710+
* not guaranteed to be consistent.
707711
* @return value or {@code null} for none
708712
*/
709713
public java.lang.String getStateReason() {
710714
return stateReason;
711715
}
712716

713717
/**
714-
* Output only. Human-readable description of why the backup is in the current `state`.
718+
* Output only. Human-readable description of why the backup is in the current `state`. This field
719+
* is only meant for human readability and should not be used programmatically as this field is
720+
* not guaranteed to be consistent.
715721
* @param stateReason stateReason or {@code null} for none
716722
*/
717723
public Backup setStateReason(java.lang.String stateReason) {

clients/google-api-services-gkebackup/v1/2.0.0/com/google/api/services/gkebackup/v1/model/BackupPlan.java

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,9 @@ public final class BackupPlan extends com.google.api.client.json.GenericJson {
143143
private java.lang.String state;
144144

145145
/**
146-
* Output only. Human-readable description of why BackupPlan is in the current `state`
146+
* Output only. Human-readable description of why BackupPlan is in the current `state`. This field
147+
* is only meant for human readability and should not be used programmatically as this field is
148+
* not guaranteed to be consistent.
147149
* The value may be {@code null}.
148150
*/
149151
@com.google.api.client.util.Key
@@ -433,15 +435,19 @@ public BackupPlan setState(java.lang.String state) {
433435
}
434436

435437
/**
436-
* Output only. Human-readable description of why BackupPlan is in the current `state`
438+
* Output only. Human-readable description of why BackupPlan is in the current `state`. This field
439+
* is only meant for human readability and should not be used programmatically as this field is
440+
* not guaranteed to be consistent.
437441
* @return value or {@code null} for none
438442
*/
439443
public java.lang.String getStateReason() {
440444
return stateReason;
441445
}
442446

443447
/**
444-
* Output only. Human-readable description of why BackupPlan is in the current `state`
448+
* Output only. Human-readable description of why BackupPlan is in the current `state`. This field
449+
* is only meant for human readability and should not be used programmatically as this field is
450+
* not guaranteed to be consistent.
445451
* @param stateReason stateReason or {@code null} for none
446452
*/
447453
public BackupPlan setStateReason(java.lang.String stateReason) {

clients/google-api-services-gkebackup/v1/2.0.0/com/google/api/services/gkebackup/v1/model/Restore.java

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,9 @@ public final class Restore extends com.google.api.client.json.GenericJson {
144144
private java.lang.String state;
145145

146146
/**
147-
* Output only. Human-readable description of why the Restore is in its current state.
147+
* Output only. Human-readable description of why the Restore is in its current state. This field
148+
* is only meant for human readability and should not be used programmatically as this field is
149+
* not guaranteed to be consistent.
148150
* The value may be {@code null}.
149151
*/
150152
@com.google.api.client.util.Key
@@ -449,15 +451,19 @@ public Restore setState(java.lang.String state) {
449451
}
450452

451453
/**
452-
* Output only. Human-readable description of why the Restore is in its current state.
454+
* Output only. Human-readable description of why the Restore is in its current state. This field
455+
* is only meant for human readability and should not be used programmatically as this field is
456+
* not guaranteed to be consistent.
453457
* @return value or {@code null} for none
454458
*/
455459
public java.lang.String getStateReason() {
456460
return stateReason;
457461
}
458462

459463
/**
460-
* Output only. Human-readable description of why the Restore is in its current state.
464+
* Output only. Human-readable description of why the Restore is in its current state. This field
465+
* is only meant for human readability and should not be used programmatically as this field is
466+
* not guaranteed to be consistent.
461467
* @param stateReason stateReason or {@code null} for none
462468
*/
463469
public Restore setStateReason(java.lang.String stateReason) {

clients/google-api-services-gkebackup/v1/2.0.0/com/google/api/services/gkebackup/v1/model/RestorePlan.java

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,9 @@ public final class RestorePlan extends com.google.api.client.json.GenericJson {
105105
private java.lang.String state;
106106

107107
/**
108-
* Output only. Human-readable description of why RestorePlan is in the current `state`
108+
* Output only. Human-readable description of why RestorePlan is in the current `state`. This
109+
* field is only meant for human readability and should not be used programmatically as this field
110+
* is not guaranteed to be consistent.
109111
* The value may be {@code null}.
110112
*/
111113
@com.google.api.client.util.Key
@@ -302,15 +304,19 @@ public RestorePlan setState(java.lang.String state) {
302304
}
303305

304306
/**
305-
* Output only. Human-readable description of why RestorePlan is in the current `state`
307+
* Output only. Human-readable description of why RestorePlan is in the current `state`. This
308+
* field is only meant for human readability and should not be used programmatically as this field
309+
* is not guaranteed to be consistent.
306310
* @return value or {@code null} for none
307311
*/
308312
public java.lang.String getStateReason() {
309313
return stateReason;
310314
}
311315

312316
/**
313-
* Output only. Human-readable description of why RestorePlan is in the current `state`
317+
* Output only. Human-readable description of why RestorePlan is in the current `state`. This
318+
* field is only meant for human readability and should not be used programmatically as this field
319+
* is not guaranteed to be consistent.
314320
* @param stateReason stateReason or {@code null} for none
315321
*/
316322
public RestorePlan setStateReason(java.lang.String stateReason) {

clients/google-api-services-gkebackup/v1/2.0.0/com/google/api/services/gkebackup/v1/model/VolumeBackup.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ public final class VolumeBackup extends com.google.api.client.json.GenericJson {
9292

9393
/**
9494
* Output only. A human readable message explaining why the VolumeBackup is in its current state.
95+
* This field is only meant for human consumption and should not be used programmatically as this
96+
* field is not guaranteed to be consistent.
9597
* The value may be {@code null}.
9698
*/
9799
@com.google.api.client.util.Key
@@ -275,6 +277,8 @@ public VolumeBackup setState(java.lang.String state) {
275277

276278
/**
277279
* Output only. A human readable message explaining why the VolumeBackup is in its current state.
280+
* This field is only meant for human consumption and should not be used programmatically as this
281+
* field is not guaranteed to be consistent.
278282
* @return value or {@code null} for none
279283
*/
280284
public java.lang.String getStateMessage() {
@@ -283,6 +287,8 @@ public java.lang.String getStateMessage() {
283287

284288
/**
285289
* Output only. A human readable message explaining why the VolumeBackup is in its current state.
290+
* This field is only meant for human consumption and should not be used programmatically as this
291+
* field is not guaranteed to be consistent.
286292
* @param stateMessage stateMessage or {@code null} for none
287293
*/
288294
public VolumeBackup setStateMessage(java.lang.String stateMessage) {

clients/google-api-services-gkebackup/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-gkebackup</artifactId>
11-
<version>v1-rev20241203-2.0.0</version>
12-
<name>Backup for GKE API v1-rev20241203-2.0.0</name>
11+
<version>v1-rev20250101-2.0.0</version>
12+
<name>Backup for GKE API v1-rev20250101-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)