Skip to content

Commit 7a0ea0e

Browse files
1 parent 4becd3c commit 7a0ea0e

File tree

9 files changed

+117
-38
lines changed

9 files changed

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

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

Lines changed: 63 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2791,7 +2791,8 @@ public List set(String parameterName, Object value) {
27912791
* This request holds the parameters needed by the gkebackup server. After setting any optional
27922792
* parameters, call the {@link Patch#execute()} method to invoke the remote operation.
27932793
*
2794-
* @param name Output only. The full name of the BackupPlan resource. Format: `projects/locations/backupPlans`
2794+
* @param name Output only. Identifier. The full name of the BackupPlan resource. Format:
2795+
* `projects/locations/backupPlans`
27952796
* @param content the {@link com.google.api.services.gkebackup.v1.model.BackupPlan}
27962797
* @return the request
27972798
*/
@@ -2819,7 +2820,8 @@ public class Patch extends BackupforGKERequest<com.google.api.services.gkebackup
28192820
* Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
28202821
* be called to initialize this instance immediately after invoking the constructor. </p>
28212822
*
2822-
* @param name Output only. The full name of the BackupPlan resource. Format: `projects/locations/backupPlans`
2823+
* @param name Output only. Identifier. The full name of the BackupPlan resource. Format:
2824+
* `projects/locations/backupPlans`
28232825
* @param content the {@link com.google.api.services.gkebackup.v1.model.BackupPlan}
28242826
* @since 1.13
28252827
*/
@@ -2889,20 +2891,21 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
28892891
}
28902892

28912893
/**
2892-
* Output only. The full name of the BackupPlan resource. Format:
2894+
* Output only. Identifier. The full name of the BackupPlan resource. Format:
28932895
* `projects/locations/backupPlans`
28942896
*/
28952897
@com.google.api.client.util.Key
28962898
private java.lang.String name;
28972899

2898-
/** Output only. The full name of the BackupPlan resource. Format: `projects/locations/backupPlans`
2900+
/** Output only. Identifier. The full name of the BackupPlan resource. Format:
2901+
`projects/locations/backupPlans`
28992902
*/
29002903
public java.lang.String getName() {
29012904
return name;
29022905
}
29032906

29042907
/**
2905-
* Output only. The full name of the BackupPlan resource. Format:
2908+
* Output only. Identifier. The full name of the BackupPlan resource. Format:
29062909
* `projects/locations/backupPlans`
29072910
*/
29082911
public Patch setName(java.lang.String name) {
@@ -4380,7 +4383,8 @@ public List set(String parameterName, Object value) {
43804383
* This request holds the parameters needed by the gkebackup server. After setting any optional
43814384
* parameters, call the {@link Patch#execute()} method to invoke the remote operation.
43824385
*
4383-
* @param name Output only. The fully qualified name of the Backup. `projects/locations/backupPlans/backups`
4386+
* @param name Output only. Identifier. The fully qualified name of the Backup.
4387+
* `projects/locations/backupPlans/backups`
43844388
* @param content the {@link com.google.api.services.gkebackup.v1.model.Backup}
43854389
* @return the request
43864390
*/
@@ -4408,7 +4412,8 @@ public class Patch extends BackupforGKERequest<com.google.api.services.gkebackup
44084412
* Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
44094413
* be called to initialize this instance immediately after invoking the constructor. </p>
44104414
*
4411-
* @param name Output only. The fully qualified name of the Backup. `projects/locations/backupPlans/backups`
4415+
* @param name Output only. Identifier. The fully qualified name of the Backup.
4416+
* `projects/locations/backupPlans/backups`
44124417
* @param content the {@link com.google.api.services.gkebackup.v1.model.Backup}
44134418
* @since 1.13
44144419
*/
@@ -4478,20 +4483,21 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
44784483
}
44794484

44804485
/**
4481-
* Output only. The fully qualified name of the Backup.
4486+
* Output only. Identifier. The fully qualified name of the Backup.
44824487
* `projects/locations/backupPlans/backups`
44834488
*/
44844489
@com.google.api.client.util.Key
44854490
private java.lang.String name;
44864491

4487-
/** Output only. The fully qualified name of the Backup. `projects/locations/backupPlans/backups`
4492+
/** Output only. Identifier. The fully qualified name of the Backup.
4493+
`projects/locations/backupPlans/backups`
44884494
*/
44894495
public java.lang.String getName() {
44904496
return name;
44914497
}
44924498

44934499
/**
4494-
* Output only. The fully qualified name of the Backup.
4500+
* Output only. Identifier. The fully qualified name of the Backup.
44954501
* `projects/locations/backupPlans/backups`
44964502
*/
44974503
public Patch setName(java.lang.String name) {
@@ -6366,6 +6372,40 @@ public List setPageToken(java.lang.String pageToken) {
63666372
return this;
63676373
}
63686374

6375+
/**
6376+
* When set to `true`, operations that are reachable are returned as normal, and those
6377+
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
6378+
* This can only be `true` when reading across collections e.g. when `parent` is set to
6379+
* `"projects/example/locations/-"`. This field is not by default supported and will
6380+
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
6381+
* service or product specific documentation.
6382+
*/
6383+
@com.google.api.client.util.Key
6384+
private java.lang.Boolean returnPartialSuccess;
6385+
6386+
/** When set to `true`, operations that are reachable are returned as normal, and those that are
6387+
unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true`
6388+
when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This
6389+
field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless
6390+
explicitly documented otherwise in service or product specific documentation.
6391+
*/
6392+
public java.lang.Boolean getReturnPartialSuccess() {
6393+
return returnPartialSuccess;
6394+
}
6395+
6396+
/**
6397+
* When set to `true`, operations that are reachable are returned as normal, and those
6398+
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
6399+
* This can only be `true` when reading across collections e.g. when `parent` is set to
6400+
* `"projects/example/locations/-"`. This field is not by default supported and will
6401+
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
6402+
* service or product specific documentation.
6403+
*/
6404+
public List setReturnPartialSuccess(java.lang.Boolean returnPartialSuccess) {
6405+
this.returnPartialSuccess = returnPartialSuccess;
6406+
return this;
6407+
}
6408+
63696409
@Override
63706410
public List set(String parameterName, Object value) {
63716411
return (List) super.set(parameterName, value);
@@ -8626,7 +8666,8 @@ public List set(String parameterName, Object value) {
86268666
* This request holds the parameters needed by the gkebackup server. After setting any optional
86278667
* parameters, call the {@link Patch#execute()} method to invoke the remote operation.
86288668
*
8629-
* @param name Output only. The full name of the RestorePlan resource. Format: `projects/locations/restorePlans`.
8669+
* @param name Output only. Identifier. The full name of the RestorePlan resource. Format:
8670+
* `projects/locations/restorePlans`.
86308671
* @param content the {@link com.google.api.services.gkebackup.v1.model.RestorePlan}
86318672
* @return the request
86328673
*/
@@ -8654,7 +8695,8 @@ public class Patch extends BackupforGKERequest<com.google.api.services.gkebackup
86548695
* Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
86558696
* be called to initialize this instance immediately after invoking the constructor. </p>
86568697
*
8657-
* @param name Output only. The full name of the RestorePlan resource. Format: `projects/locations/restorePlans`.
8698+
* @param name Output only. Identifier. The full name of the RestorePlan resource. Format:
8699+
* `projects/locations/restorePlans`.
86588700
* @param content the {@link com.google.api.services.gkebackup.v1.model.RestorePlan}
86598701
* @since 1.13
86608702
*/
@@ -8724,20 +8766,21 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
87248766
}
87258767

87268768
/**
8727-
* Output only. The full name of the RestorePlan resource. Format:
8769+
* Output only. Identifier. The full name of the RestorePlan resource. Format:
87288770
* `projects/locations/restorePlans`.
87298771
*/
87308772
@com.google.api.client.util.Key
87318773
private java.lang.String name;
87328774

8733-
/** Output only. The full name of the RestorePlan resource. Format: `projects/locations/restorePlans`.
8775+
/** Output only. Identifier. The full name of the RestorePlan resource. Format:
8776+
`projects/locations/restorePlans`.
87348777
*/
87358778
public java.lang.String getName() {
87368779
return name;
87378780
}
87388781

87398782
/**
8740-
* Output only. The full name of the RestorePlan resource. Format:
8783+
* Output only. Identifier. The full name of the RestorePlan resource. Format:
87418784
* `projects/locations/restorePlans`.
87428785
*/
87438786
public Patch setName(java.lang.String name) {
@@ -10043,7 +10086,7 @@ public List set(String parameterName, Object value) {
1004310086
* This request holds the parameters needed by the gkebackup server. After setting any optional
1004410087
* parameters, call the {@link Patch#execute()} method to invoke the remote operation.
1004510088
*
10046-
* @param name Output only. The full name of the Restore resource. Format:
10089+
* @param name Output only. Identifier. The full name of the Restore resource. Format:
1004710090
* `projects/locations/restorePlans/restores`
1004810091
* @param content the {@link com.google.api.services.gkebackup.v1.model.Restore}
1004910092
* @return the request
@@ -10072,7 +10115,7 @@ public class Patch extends BackupforGKERequest<com.google.api.services.gkebackup
1007210115
* Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
1007310116
* be called to initialize this instance immediately after invoking the constructor. </p>
1007410117
*
10075-
* @param name Output only. The full name of the Restore resource. Format:
10118+
* @param name Output only. Identifier. The full name of the Restore resource. Format:
1007610119
* `projects/locations/restorePlans/restores`
1007710120
* @param content the {@link com.google.api.services.gkebackup.v1.model.Restore}
1007810121
* @since 1.13
@@ -10143,21 +10186,21 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
1014310186
}
1014410187

1014510188
/**
10146-
* Output only. The full name of the Restore resource. Format:
10189+
* Output only. Identifier. The full name of the Restore resource. Format:
1014710190
* `projects/locations/restorePlans/restores`
1014810191
*/
1014910192
@com.google.api.client.util.Key
1015010193
private java.lang.String name;
1015110194

10152-
/** Output only. The full name of the Restore resource. Format:
10195+
/** Output only. Identifier. The full name of the Restore resource. Format:
1015310196
`projects/locations/restorePlans/restores`
1015410197
*/
1015510198
public java.lang.String getName() {
1015610199
return name;
1015710200
}
1015810201

1015910202
/**
10160-
* Output only. The full name of the Restore resource. Format:
10203+
* Output only. Identifier. The full name of the Restore resource. Format:
1016110204
* `projects/locations/restorePlans/restores`
1016210205
*/
1016310206
public Patch setName(java.lang.String name) {

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

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

146146
/**
147-
* Output only. The fully qualified name of the Backup. `projects/locations/backupPlans/backups`
147+
* Output only. Identifier. The fully qualified name of the Backup.
148+
* `projects/locations/backupPlans/backups`
148149
* The value may be {@code null}.
149150
*/
150151
@com.google.api.client.util.Key
@@ -549,15 +550,17 @@ public Backup setManual(java.lang.Boolean manual) {
549550
}
550551

551552
/**
552-
* Output only. The fully qualified name of the Backup. `projects/locations/backupPlans/backups`
553+
* Output only. Identifier. The fully qualified name of the Backup.
554+
* `projects/locations/backupPlans/backups`
553555
* @return value or {@code null} for none
554556
*/
555557
public java.lang.String getName() {
556558
return name;
557559
}
558560

559561
/**
560-
* Output only. The fully qualified name of the Backup. `projects/locations/backupPlans/backups`
562+
* Output only. Identifier. The fully qualified name of the Backup.
563+
* `projects/locations/backupPlans/backups`
561564
* @param name name or {@code null} for none
562565
*/
563566
public Backup setName(java.lang.String name) {

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@ public final class BackupPlan extends com.google.api.client.json.GenericJson {
114114
private String lastSuccessfulBackupTime;
115115

116116
/**
117-
* Output only. The full name of the BackupPlan resource. Format: `projects/locations/backupPlans`
117+
* Output only. Identifier. The full name of the BackupPlan resource. Format:
118+
* `projects/locations/backupPlans`
118119
* The value may be {@code null}.
119120
*/
120121
@com.google.api.client.util.Key
@@ -383,15 +384,17 @@ public BackupPlan setLastSuccessfulBackupTime(String lastSuccessfulBackupTime) {
383384
}
384385

385386
/**
386-
* Output only. The full name of the BackupPlan resource. Format: `projects/locations/backupPlans`
387+
* Output only. Identifier. The full name of the BackupPlan resource. Format:
388+
* `projects/locations/backupPlans`
387389
* @return value or {@code null} for none
388390
*/
389391
public java.lang.String getName() {
390392
return name;
391393
}
392394

393395
/**
394-
* Output only. The full name of the BackupPlan resource. Format: `projects/locations/backupPlans`
396+
* Output only. Identifier. The full name of the BackupPlan resource. Format:
397+
* `projects/locations/backupPlans`
395398
* @param name name or {@code null} for none
396399
*/
397400
public BackupPlan setName(java.lang.String name) {

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

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,15 @@ public final class GoogleLongrunningListOperationsResponse extends com.google.ap
4343
@com.google.api.client.util.Key
4444
private java.util.List<GoogleLongrunningOperation> operations;
4545

46+
/**
47+
* Unordered list. Unreachable resources. Populated when the request sets
48+
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
49+
* attempting to list all resources across all supported locations.
50+
* The value may be {@code null}.
51+
*/
52+
@com.google.api.client.util.Key
53+
private java.util.List<java.lang.String> unreachable;
54+
4655
/**
4756
* The standard List next-page token.
4857
* @return value or {@code null} for none
@@ -77,6 +86,27 @@ public GoogleLongrunningListOperationsResponse setOperations(java.util.List<Goog
7786
return this;
7887
}
7988

89+
/**
90+
* Unordered list. Unreachable resources. Populated when the request sets
91+
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
92+
* attempting to list all resources across all supported locations.
93+
* @return value or {@code null} for none
94+
*/
95+
public java.util.List<java.lang.String> getUnreachable() {
96+
return unreachable;
97+
}
98+
99+
/**
100+
* Unordered list. Unreachable resources. Populated when the request sets
101+
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
102+
* attempting to list all resources across all supported locations.
103+
* @param unreachable unreachable or {@code null} for none
104+
*/
105+
public GoogleLongrunningListOperationsResponse setUnreachable(java.util.List<java.lang.String> unreachable) {
106+
this.unreachable = unreachable;
107+
return this;
108+
}
109+
80110
@Override
81111
public GoogleLongrunningListOperationsResponse set(String fieldName, Object value) {
82112
return (GoogleLongrunningListOperationsResponse) super.set(fieldName, value);

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public final class Restore extends com.google.api.client.json.GenericJson {
101101
private java.util.Map<String, java.lang.String> labels;
102102

103103
/**
104-
* Output only. The full name of the Restore resource. Format:
104+
* Output only. Identifier. The full name of the Restore resource. Format:
105105
* `projects/locations/restorePlans/restores`
106106
* The value may be {@code null}.
107107
*/
@@ -355,7 +355,7 @@ public Restore setLabels(java.util.Map<String, java.lang.String> labels) {
355355
}
356356

357357
/**
358-
* Output only. The full name of the Restore resource. Format:
358+
* Output only. Identifier. The full name of the Restore resource. Format:
359359
* `projects/locations/restorePlans/restores`
360360
* @return value or {@code null} for none
361361
*/
@@ -364,7 +364,7 @@ public java.lang.String getName() {
364364
}
365365

366366
/**
367-
* Output only. The full name of the Restore resource. Format:
367+
* Output only. Identifier. The full name of the Restore resource. Format:
368368
* `projects/locations/restorePlans/restores`
369369
* @param name name or {@code null} for none
370370
*/

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public final class RestorePlan extends com.google.api.client.json.GenericJson {
8282
private java.util.Map<String, java.lang.String> labels;
8383

8484
/**
85-
* Output only. The full name of the RestorePlan resource. Format:
85+
* Output only. Identifier. The full name of the RestorePlan resource. Format:
8686
* `projects/locations/restorePlans`.
8787
* The value may be {@code null}.
8888
*/
@@ -258,7 +258,7 @@ public RestorePlan setLabels(java.util.Map<String, java.lang.String> labels) {
258258
}
259259

260260
/**
261-
* Output only. The full name of the RestorePlan resource. Format:
261+
* Output only. Identifier. The full name of the RestorePlan resource. Format:
262262
* `projects/locations/restorePlans`.
263263
* @return value or {@code null} for none
264264
*/
@@ -267,7 +267,7 @@ public java.lang.String getName() {
267267
}
268268

269269
/**
270-
* Output only. The full name of the RestorePlan resource. Format:
270+
* Output only. Identifier. The full name of the RestorePlan resource. Format:
271271
* `projects/locations/restorePlans`.
272272
* @param name name or {@code null} for none
273273
*/

0 commit comments

Comments
 (0)