Skip to content

Commit fd5b22b

Browse files
1 parent 74f98c4 commit fd5b22b

File tree

10 files changed

+208
-12
lines changed

10 files changed

+208
-12
lines changed

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

clients/google-api-services-beyondcorp/v1/2.0.0/com/google/api/services/beyondcorp/v1/BeyondCorp.java

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -792,6 +792,40 @@ public List setPageToken(java.lang.String pageToken) {
792792
return this;
793793
}
794794

795+
/**
796+
* When set to `true`, operations that are reachable are returned as normal, and those
797+
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
798+
* This can only be `true` when reading across collections e.g. when `parent` is set to
799+
* `"projects/example/locations/-"`. This field is not by default supported and will
800+
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
801+
* service or product specific documentation.
802+
*/
803+
@com.google.api.client.util.Key
804+
private java.lang.Boolean returnPartialSuccess;
805+
806+
/** When set to `true`, operations that are reachable are returned as normal, and those that are
807+
unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true`
808+
when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This
809+
field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless
810+
explicitly documented otherwise in service or product specific documentation.
811+
*/
812+
public java.lang.Boolean getReturnPartialSuccess() {
813+
return returnPartialSuccess;
814+
}
815+
816+
/**
817+
* When set to `true`, operations that are reachable are returned as normal, and those
818+
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
819+
* This can only be `true` when reading across collections e.g. when `parent` is set to
820+
* `"projects/example/locations/-"`. This field is not by default supported and will
821+
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
822+
* service or product specific documentation.
823+
*/
824+
public List setReturnPartialSuccess(java.lang.Boolean returnPartialSuccess) {
825+
this.returnPartialSuccess = returnPartialSuccess;
826+
return this;
827+
}
828+
795829
@Override
796830
public List set(String parameterName, Object value) {
797831
return (List) super.set(parameterName, value);
@@ -6835,6 +6869,40 @@ public List setPageToken(java.lang.String pageToken) {
68356869
return this;
68366870
}
68376871

6872+
/**
6873+
* When set to `true`, operations that are reachable are returned as normal, and those
6874+
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
6875+
* This can only be `true` when reading across collections e.g. when `parent` is set to
6876+
* `"projects/example/locations/-"`. This field is not by default supported and will
6877+
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
6878+
* service or product specific documentation.
6879+
*/
6880+
@com.google.api.client.util.Key
6881+
private java.lang.Boolean returnPartialSuccess;
6882+
6883+
/** When set to `true`, operations that are reachable are returned as normal, and those that are
6884+
unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true`
6885+
when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This
6886+
field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless
6887+
explicitly documented otherwise in service or product specific documentation.
6888+
*/
6889+
public java.lang.Boolean getReturnPartialSuccess() {
6890+
return returnPartialSuccess;
6891+
}
6892+
6893+
/**
6894+
* When set to `true`, operations that are reachable are returned as normal, and those
6895+
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
6896+
* This can only be `true` when reading across collections e.g. when `parent` is set to
6897+
* `"projects/example/locations/-"`. This field is not by default supported and will
6898+
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
6899+
* service or product specific documentation.
6900+
*/
6901+
public List setReturnPartialSuccess(java.lang.Boolean returnPartialSuccess) {
6902+
this.returnPartialSuccess = returnPartialSuccess;
6903+
return this;
6904+
}
6905+
68386906
@Override
68396907
public List set(String parameterName, Object value) {
68406908
return (List) super.set(parameterName, value);

clients/google-api-services-beyondcorp/v1/2.0.0/com/google/api/services/beyondcorp/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-beyondcorp/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-beyondcorp</artifactId>
11-
<version>v1-rev20250922-2.0.0</version>
12-
<name>BeyondCorp API v1-rev20250922-2.0.0</name>
11+
<version>v1-rev20250930-2.0.0</version>
12+
<name>BeyondCorp API v1-rev20250930-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

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

clients/google-api-services-beyondcorp/v1alpha/2.0.0/com/google/api/services/beyondcorp/v1alpha/BeyondCorp.java

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2331,6 +2331,40 @@ public List setPageToken(java.lang.String pageToken) {
23312331
return this;
23322332
}
23332333

2334+
/**
2335+
* When set to `true`, operations that are reachable are returned as normal, and those
2336+
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
2337+
* This can only be `true` when reading across collections e.g. when `parent` is set to
2338+
* `"projects/example/locations/-"`. This field is not by default supported and will
2339+
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
2340+
* service or product specific documentation.
2341+
*/
2342+
@com.google.api.client.util.Key
2343+
private java.lang.Boolean returnPartialSuccess;
2344+
2345+
/** When set to `true`, operations that are reachable are returned as normal, and those that are
2346+
unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true`
2347+
when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This
2348+
field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless
2349+
explicitly documented otherwise in service or product specific documentation.
2350+
*/
2351+
public java.lang.Boolean getReturnPartialSuccess() {
2352+
return returnPartialSuccess;
2353+
}
2354+
2355+
/**
2356+
* When set to `true`, operations that are reachable are returned as normal, and those
2357+
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
2358+
* This can only be `true` when reading across collections e.g. when `parent` is set to
2359+
* `"projects/example/locations/-"`. This field is not by default supported and will
2360+
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
2361+
* service or product specific documentation.
2362+
*/
2363+
public List setReturnPartialSuccess(java.lang.Boolean returnPartialSuccess) {
2364+
this.returnPartialSuccess = returnPartialSuccess;
2365+
return this;
2366+
}
2367+
23342368
@Override
23352369
public List set(String parameterName, Object value) {
23362370
return (List) super.set(parameterName, value);
@@ -14782,6 +14816,40 @@ public List setPageToken(java.lang.String pageToken) {
1478214816
return this;
1478314817
}
1478414818

14819+
/**
14820+
* When set to `true`, operations that are reachable are returned as normal, and those
14821+
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
14822+
* This can only be `true` when reading across collections e.g. when `parent` is set to
14823+
* `"projects/example/locations/-"`. This field is not by default supported and will
14824+
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
14825+
* service or product specific documentation.
14826+
*/
14827+
@com.google.api.client.util.Key
14828+
private java.lang.Boolean returnPartialSuccess;
14829+
14830+
/** When set to `true`, operations that are reachable are returned as normal, and those that are
14831+
unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true`
14832+
when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This
14833+
field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless
14834+
explicitly documented otherwise in service or product specific documentation.
14835+
*/
14836+
public java.lang.Boolean getReturnPartialSuccess() {
14837+
return returnPartialSuccess;
14838+
}
14839+
14840+
/**
14841+
* When set to `true`, operations that are reachable are returned as normal, and those
14842+
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
14843+
* This can only be `true` when reading across collections e.g. when `parent` is set to
14844+
* `"projects/example/locations/-"`. This field is not by default supported and will
14845+
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
14846+
* service or product specific documentation.
14847+
*/
14848+
public List setReturnPartialSuccess(java.lang.Boolean returnPartialSuccess) {
14849+
this.returnPartialSuccess = returnPartialSuccess;
14850+
return this;
14851+
}
14852+
1478514853
@Override
1478614854
public List set(String parameterName, Object value) {
1478714855
return (List) super.set(parameterName, value);

clients/google-api-services-beyondcorp/v1alpha/2.0.0/com/google/api/services/beyondcorp/v1alpha/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-beyondcorp/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-beyondcorp</artifactId>
11-
<version>v1alpha-rev20250922-2.0.0</version>
12-
<name>BeyondCorp API v1alpha-rev20250922-2.0.0</name>
11+
<version>v1alpha-rev20250930-2.0.0</version>
12+
<name>BeyondCorp API v1alpha-rev20250930-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)