Skip to content

Commit a4511cd

Browse files
1 parent 74d1feb commit a4511cd

File tree

5 files changed

+274
-6
lines changed

5 files changed

+274
-6
lines changed

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

clients/google-api-services-gkeonprem/v1/2.0.0/com/google/api/services/gkeonprem/v1/GKEOnPrem.java

Lines changed: 238 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2781,6 +2781,40 @@ public List setPageToken(java.lang.String pageToken) {
27812781
return this;
27822782
}
27832783

2784+
/**
2785+
* When set to `true`, operations that are reachable are returned as normal, and those
2786+
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
2787+
* This can only be `true` when reading across collections e.g. when `parent` is set to
2788+
* `"projects/example/locations/-"`. This field is not by default supported and will
2789+
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
2790+
* service or product specific documentation.
2791+
*/
2792+
@com.google.api.client.util.Key
2793+
private java.lang.Boolean returnPartialSuccess;
2794+
2795+
/** When set to `true`, operations that are reachable are returned as normal, and those that are
2796+
unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true`
2797+
when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This
2798+
field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless
2799+
explicitly documented otherwise in service or product specific documentation.
2800+
*/
2801+
public java.lang.Boolean getReturnPartialSuccess() {
2802+
return returnPartialSuccess;
2803+
}
2804+
2805+
/**
2806+
* When set to `true`, operations that are reachable are returned as normal, and those
2807+
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
2808+
* This can only be `true` when reading across collections e.g. when `parent` is set to
2809+
* `"projects/example/locations/-"`. This field is not by default supported and will
2810+
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
2811+
* service or product specific documentation.
2812+
*/
2813+
public List setReturnPartialSuccess(java.lang.Boolean returnPartialSuccess) {
2814+
this.returnPartialSuccess = returnPartialSuccess;
2815+
return this;
2816+
}
2817+
27842818
@Override
27852819
public List set(String parameterName, Object value) {
27862820
return (List) super.set(parameterName, value);
@@ -7257,6 +7291,40 @@ public List setPageToken(java.lang.String pageToken) {
72577291
return this;
72587292
}
72597293

7294+
/**
7295+
* When set to `true`, operations that are reachable are returned as normal, and those
7296+
* that are unreachable are returned in the [ListOperationsResponse.unreachable]
7297+
* field. This can only be `true` when reading across collections e.g. when `parent`
7298+
* is set to `"projects/example/locations/-"`. This field is not by default supported
7299+
* and will result in an `UNIMPLEMENTED` error if set unless explicitly documented
7300+
* otherwise in service or product specific documentation.
7301+
*/
7302+
@com.google.api.client.util.Key
7303+
private java.lang.Boolean returnPartialSuccess;
7304+
7305+
/** When set to `true`, operations that are reachable are returned as normal, and those that are
7306+
unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true`
7307+
when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This
7308+
field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless
7309+
explicitly documented otherwise in service or product specific documentation.
7310+
*/
7311+
public java.lang.Boolean getReturnPartialSuccess() {
7312+
return returnPartialSuccess;
7313+
}
7314+
7315+
/**
7316+
* When set to `true`, operations that are reachable are returned as normal, and those
7317+
* that are unreachable are returned in the [ListOperationsResponse.unreachable]
7318+
* field. This can only be `true` when reading across collections e.g. when `parent`
7319+
* is set to `"projects/example/locations/-"`. This field is not by default supported
7320+
* and will result in an `UNIMPLEMENTED` error if set unless explicitly documented
7321+
* otherwise in service or product specific documentation.
7322+
*/
7323+
public List setReturnPartialSuccess(java.lang.Boolean returnPartialSuccess) {
7324+
this.returnPartialSuccess = returnPartialSuccess;
7325+
return this;
7326+
}
7327+
72607328
@Override
72617329
public List set(String parameterName, Object value) {
72627330
return (List) super.set(parameterName, value);
@@ -7608,6 +7676,40 @@ public List setPageToken(java.lang.String pageToken) {
76087676
return this;
76097677
}
76107678

7679+
/**
7680+
* When set to `true`, operations that are reachable are returned as normal, and those
7681+
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
7682+
* This can only be `true` when reading across collections e.g. when `parent` is set to
7683+
* `"projects/example/locations/-"`. This field is not by default supported and will
7684+
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
7685+
* service or product specific documentation.
7686+
*/
7687+
@com.google.api.client.util.Key
7688+
private java.lang.Boolean returnPartialSuccess;
7689+
7690+
/** When set to `true`, operations that are reachable are returned as normal, and those that are
7691+
unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true`
7692+
when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This
7693+
field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless
7694+
explicitly documented otherwise in service or product specific documentation.
7695+
*/
7696+
public java.lang.Boolean getReturnPartialSuccess() {
7697+
return returnPartialSuccess;
7698+
}
7699+
7700+
/**
7701+
* When set to `true`, operations that are reachable are returned as normal, and those
7702+
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
7703+
* This can only be `true` when reading across collections e.g. when `parent` is set to
7704+
* `"projects/example/locations/-"`. This field is not by default supported and will
7705+
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
7706+
* service or product specific documentation.
7707+
*/
7708+
public List setReturnPartialSuccess(java.lang.Boolean returnPartialSuccess) {
7709+
this.returnPartialSuccess = returnPartialSuccess;
7710+
return this;
7711+
}
7712+
76117713
@Override
76127714
public List set(String parameterName, Object value) {
76137715
return (List) super.set(parameterName, value);
@@ -8235,6 +8337,40 @@ public List setPageToken(java.lang.String pageToken) {
82358337
return this;
82368338
}
82378339

8340+
/**
8341+
* When set to `true`, operations that are reachable are returned as normal, and those
8342+
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
8343+
* This can only be `true` when reading across collections e.g. when `parent` is set to
8344+
* `"projects/example/locations/-"`. This field is not by default supported and will
8345+
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
8346+
* service or product specific documentation.
8347+
*/
8348+
@com.google.api.client.util.Key
8349+
private java.lang.Boolean returnPartialSuccess;
8350+
8351+
/** When set to `true`, operations that are reachable are returned as normal, and those that are
8352+
unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true`
8353+
when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This
8354+
field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless
8355+
explicitly documented otherwise in service or product specific documentation.
8356+
*/
8357+
public java.lang.Boolean getReturnPartialSuccess() {
8358+
return returnPartialSuccess;
8359+
}
8360+
8361+
/**
8362+
* When set to `true`, operations that are reachable are returned as normal, and those
8363+
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
8364+
* This can only be `true` when reading across collections e.g. when `parent` is set to
8365+
* `"projects/example/locations/-"`. This field is not by default supported and will
8366+
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
8367+
* service or product specific documentation.
8368+
*/
8369+
public List setReturnPartialSuccess(java.lang.Boolean returnPartialSuccess) {
8370+
this.returnPartialSuccess = returnPartialSuccess;
8371+
return this;
8372+
}
8373+
82388374
@Override
82398375
public List set(String parameterName, Object value) {
82408376
return (List) super.set(parameterName, value);
@@ -10316,6 +10452,40 @@ public List setPageToken(java.lang.String pageToken) {
1031610452
return this;
1031710453
}
1031810454

10455+
/**
10456+
* When set to `true`, operations that are reachable are returned as normal, and those
10457+
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
10458+
* This can only be `true` when reading across collections e.g. when `parent` is set to
10459+
* `"projects/example/locations/-"`. This field is not by default supported and will
10460+
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
10461+
* service or product specific documentation.
10462+
*/
10463+
@com.google.api.client.util.Key
10464+
private java.lang.Boolean returnPartialSuccess;
10465+
10466+
/** When set to `true`, operations that are reachable are returned as normal, and those that are
10467+
unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true`
10468+
when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This
10469+
field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless
10470+
explicitly documented otherwise in service or product specific documentation.
10471+
*/
10472+
public java.lang.Boolean getReturnPartialSuccess() {
10473+
return returnPartialSuccess;
10474+
}
10475+
10476+
/**
10477+
* When set to `true`, operations that are reachable are returned as normal, and those
10478+
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
10479+
* This can only be `true` when reading across collections e.g. when `parent` is set to
10480+
* `"projects/example/locations/-"`. This field is not by default supported and will
10481+
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
10482+
* service or product specific documentation.
10483+
*/
10484+
public List setReturnPartialSuccess(java.lang.Boolean returnPartialSuccess) {
10485+
this.returnPartialSuccess = returnPartialSuccess;
10486+
return this;
10487+
}
10488+
1031910489
@Override
1032010490
public List set(String parameterName, Object value) {
1032110491
return (List) super.set(parameterName, value);
@@ -12870,6 +13040,40 @@ public List setPageToken(java.lang.String pageToken) {
1287013040
return this;
1287113041
}
1287213042

13043+
/**
13044+
* When set to `true`, operations that are reachable are returned as normal, and those
13045+
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
13046+
* This can only be `true` when reading across collections e.g. when `parent` is set to
13047+
* `"projects/example/locations/-"`. This field is not by default supported and will
13048+
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
13049+
* service or product specific documentation.
13050+
*/
13051+
@com.google.api.client.util.Key
13052+
private java.lang.Boolean returnPartialSuccess;
13053+
13054+
/** When set to `true`, operations that are reachable are returned as normal, and those that are
13055+
unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true`
13056+
when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This
13057+
field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless
13058+
explicitly documented otherwise in service or product specific documentation.
13059+
*/
13060+
public java.lang.Boolean getReturnPartialSuccess() {
13061+
return returnPartialSuccess;
13062+
}
13063+
13064+
/**
13065+
* When set to `true`, operations that are reachable are returned as normal, and those
13066+
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
13067+
* This can only be `true` when reading across collections e.g. when `parent` is set to
13068+
* `"projects/example/locations/-"`. This field is not by default supported and will
13069+
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
13070+
* service or product specific documentation.
13071+
*/
13072+
public List setReturnPartialSuccess(java.lang.Boolean returnPartialSuccess) {
13073+
this.returnPartialSuccess = returnPartialSuccess;
13074+
return this;
13075+
}
13076+
1287313077
@Override
1287413078
public List set(String parameterName, Object value) {
1287513079
return (List) super.set(parameterName, value);
@@ -15076,6 +15280,40 @@ public List setPageToken(java.lang.String pageToken) {
1507615280
return this;
1507715281
}
1507815282

15283+
/**
15284+
* When set to `true`, operations that are reachable are returned as normal, and those
15285+
* that are unreachable are returned in the [ListOperationsResponse.unreachable]
15286+
* field. This can only be `true` when reading across collections e.g. when `parent`
15287+
* is set to `"projects/example/locations/-"`. This field is not by default supported
15288+
* and will result in an `UNIMPLEMENTED` error if set unless explicitly documented
15289+
* otherwise in service or product specific documentation.
15290+
*/
15291+
@com.google.api.client.util.Key
15292+
private java.lang.Boolean returnPartialSuccess;
15293+
15294+
/** When set to `true`, operations that are reachable are returned as normal, and those that are
15295+
unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true`
15296+
when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This
15297+
field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless
15298+
explicitly documented otherwise in service or product specific documentation.
15299+
*/
15300+
public java.lang.Boolean getReturnPartialSuccess() {
15301+
return returnPartialSuccess;
15302+
}
15303+
15304+
/**
15305+
* When set to `true`, operations that are reachable are returned as normal, and those
15306+
* that are unreachable are returned in the [ListOperationsResponse.unreachable]
15307+
* field. This can only be `true` when reading across collections e.g. when `parent`
15308+
* is set to `"projects/example/locations/-"`. This field is not by default supported
15309+
* and will result in an `UNIMPLEMENTED` error if set unless explicitly documented
15310+
* otherwise in service or product specific documentation.
15311+
*/
15312+
public List setReturnPartialSuccess(java.lang.Boolean returnPartialSuccess) {
15313+
this.returnPartialSuccess = returnPartialSuccess;
15314+
return this;
15315+
}
15316+
1507915317
@Override
1508015318
public List set(String parameterName, Object value) {
1508115319
return (List) super.set(parameterName, value);

clients/google-api-services-gkeonprem/v1/2.0.0/com/google/api/services/gkeonprem/v1/model/ListOperationsResponse.java

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,15 @@ public final class ListOperationsResponse extends com.google.api.client.json.Gen
4343
@com.google.api.client.util.Key
4444
private java.util.List<Operation> 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 ListOperationsResponse setOperations(java.util.List<Operation> operations
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 ListOperationsResponse setUnreachable(java.util.List<java.lang.String> unreachable) {
106+
this.unreachable = unreachable;
107+
return this;
108+
}
109+
80110
@Override
81111
public ListOperationsResponse set(String fieldName, Object value) {
82112
return (ListOperationsResponse) super.set(fieldName, value);

clients/google-api-services-gkeonprem/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-gkeonprem</artifactId>
11-
<version>v1-rev20250908-2.0.0</version>
12-
<name>GKE On-Prem API v1-rev20250908-2.0.0</name>
11+
<version>v1-rev20251020-2.0.0</version>
12+
<name>GKE On-Prem API v1-rev20251020-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

0 commit comments

Comments
 (0)