Skip to content

Commit 89df738

Browse files
1 parent 7a9bed8 commit 89df738

File tree

15 files changed

+516
-18
lines changed

15 files changed

+516
-18
lines changed

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

clients/google-api-services-policysimulator/v1/2.0.0/com/google/api/services/policysimulator/v1/PolicySimulator.java

Lines changed: 136 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1208,6 +1208,40 @@ public List setPageToken(java.lang.String pageToken) {
12081208
return this;
12091209
}
12101210

1211+
/**
1212+
* When set to `true`, operations that are reachable are returned as normal, and those
1213+
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
1214+
* This can only be `true` when reading across collections e.g. when `parent` is set to
1215+
* `"projects/example/locations/-"`. This field is not by default supported and will
1216+
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
1217+
* service or product specific documentation.
1218+
*/
1219+
@com.google.api.client.util.Key
1220+
private java.lang.Boolean returnPartialSuccess;
1221+
1222+
/** When set to `true`, operations that are reachable are returned as normal, and those that are
1223+
unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true`
1224+
when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This
1225+
field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless
1226+
explicitly documented otherwise in service or product specific documentation.
1227+
*/
1228+
public java.lang.Boolean getReturnPartialSuccess() {
1229+
return returnPartialSuccess;
1230+
}
1231+
1232+
/**
1233+
* When set to `true`, operations that are reachable are returned as normal, and those
1234+
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
1235+
* This can only be `true` when reading across collections e.g. when `parent` is set to
1236+
* `"projects/example/locations/-"`. This field is not by default supported and will
1237+
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
1238+
* service or product specific documentation.
1239+
*/
1240+
public List setReturnPartialSuccess(java.lang.Boolean returnPartialSuccess) {
1241+
this.returnPartialSuccess = returnPartialSuccess;
1242+
return this;
1243+
}
1244+
12111245
@Override
12121246
public List set(String parameterName, Object value) {
12131247
return (List) super.set(parameterName, value);
@@ -1791,6 +1825,40 @@ public List setPageToken(java.lang.String pageToken) {
17911825
return this;
17921826
}
17931827

1828+
/**
1829+
* When set to `true`, operations that are reachable are returned as normal, and those that
1830+
* are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can
1831+
* only be `true` when reading across collections e.g. when `parent` is set to
1832+
* `"projects/example/locations/-"`. This field is not by default supported and will result in
1833+
* an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or
1834+
* product specific documentation.
1835+
*/
1836+
@com.google.api.client.util.Key
1837+
private java.lang.Boolean returnPartialSuccess;
1838+
1839+
/** When set to `true`, operations that are reachable are returned as normal, and those that are
1840+
unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true`
1841+
when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This
1842+
field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless
1843+
explicitly documented otherwise in service or product specific documentation.
1844+
*/
1845+
public java.lang.Boolean getReturnPartialSuccess() {
1846+
return returnPartialSuccess;
1847+
}
1848+
1849+
/**
1850+
* When set to `true`, operations that are reachable are returned as normal, and those that
1851+
* are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can
1852+
* only be `true` when reading across collections e.g. when `parent` is set to
1853+
* `"projects/example/locations/-"`. This field is not by default supported and will result in
1854+
* an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or
1855+
* product specific documentation.
1856+
*/
1857+
public List setReturnPartialSuccess(java.lang.Boolean returnPartialSuccess) {
1858+
this.returnPartialSuccess = returnPartialSuccess;
1859+
return this;
1860+
}
1861+
17941862
@Override
17951863
public List set(String parameterName, Object value) {
17961864
return (List) super.set(parameterName, value);
@@ -3613,6 +3681,40 @@ public List setPageToken(java.lang.String pageToken) {
36133681
return this;
36143682
}
36153683

3684+
/**
3685+
* When set to `true`, operations that are reachable are returned as normal, and those
3686+
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
3687+
* This can only be `true` when reading across collections e.g. when `parent` is set to
3688+
* `"projects/example/locations/-"`. This field is not by default supported and will
3689+
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
3690+
* service or product specific documentation.
3691+
*/
3692+
@com.google.api.client.util.Key
3693+
private java.lang.Boolean returnPartialSuccess;
3694+
3695+
/** When set to `true`, operations that are reachable are returned as normal, and those that are
3696+
unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true`
3697+
when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This
3698+
field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless
3699+
explicitly documented otherwise in service or product specific documentation.
3700+
*/
3701+
public java.lang.Boolean getReturnPartialSuccess() {
3702+
return returnPartialSuccess;
3703+
}
3704+
3705+
/**
3706+
* When set to `true`, operations that are reachable are returned as normal, and those
3707+
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
3708+
* This can only be `true` when reading across collections e.g. when `parent` is set to
3709+
* `"projects/example/locations/-"`. This field is not by default supported and will
3710+
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
3711+
* service or product specific documentation.
3712+
*/
3713+
public List setReturnPartialSuccess(java.lang.Boolean returnPartialSuccess) {
3714+
this.returnPartialSuccess = returnPartialSuccess;
3715+
return this;
3716+
}
3717+
36163718
@Override
36173719
public List set(String parameterName, Object value) {
36183720
return (List) super.set(parameterName, value);
@@ -4928,6 +5030,40 @@ public List setPageToken(java.lang.String pageToken) {
49285030
return this;
49295031
}
49305032

5033+
/**
5034+
* When set to `true`, operations that are reachable are returned as normal, and those
5035+
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
5036+
* This can only be `true` when reading across collections e.g. when `parent` is set to
5037+
* `"projects/example/locations/-"`. This field is not by default supported and will
5038+
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
5039+
* service or product specific documentation.
5040+
*/
5041+
@com.google.api.client.util.Key
5042+
private java.lang.Boolean returnPartialSuccess;
5043+
5044+
/** When set to `true`, operations that are reachable are returned as normal, and those that are
5045+
unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true`
5046+
when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This
5047+
field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless
5048+
explicitly documented otherwise in service or product specific documentation.
5049+
*/
5050+
public java.lang.Boolean getReturnPartialSuccess() {
5051+
return returnPartialSuccess;
5052+
}
5053+
5054+
/**
5055+
* When set to `true`, operations that are reachable are returned as normal, and those
5056+
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
5057+
* This can only be `true` when reading across collections e.g. when `parent` is set to
5058+
* `"projects/example/locations/-"`. This field is not by default supported and will
5059+
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
5060+
* service or product specific documentation.
5061+
*/
5062+
public List setReturnPartialSuccess(java.lang.Boolean returnPartialSuccess) {
5063+
this.returnPartialSuccess = returnPartialSuccess;
5064+
return this;
5065+
}
5066+
49315067
@Override
49325068
public List set(String parameterName, Object value) {
49335069
return (List) super.set(parameterName, value);

clients/google-api-services-policysimulator/v1/2.0.0/com/google/api/services/policysimulator/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-policysimulator/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-policysimulator</artifactId>
11-
<version>v1-rev20250815-2.0.0</version>
12-
<name>Policy Simulator API v1-rev20250815-2.0.0</name>
11+
<version>v1-rev20251002-2.0.0</version>
12+
<name>Policy Simulator API v1-rev20251002-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

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

0 commit comments

Comments
 (0)