You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-policysimulator/v1/2.0.0/com/google/api/services/policysimulator/v1/PolicySimulator.java
+136Lines changed: 136 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1208,6 +1208,40 @@ public List setPageToken(java.lang.String pageToken) {
1208
1208
return this;
1209
1209
}
1210
1210
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
+
1211
1245
@Override
1212
1246
public List set(String parameterName, Object value) {
1213
1247
return (List) super.set(parameterName, value);
@@ -1791,6 +1825,40 @@ public List setPageToken(java.lang.String pageToken) {
1791
1825
return this;
1792
1826
}
1793
1827
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
+
1794
1862
@Override
1795
1863
public List set(String parameterName, Object value) {
1796
1864
return (List) super.set(parameterName, value);
@@ -3613,6 +3681,40 @@ public List setPageToken(java.lang.String pageToken) {
3613
3681
return this;
3614
3682
}
3615
3683
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
+
3616
3718
@Override
3617
3719
public List set(String parameterName, Object value) {
3618
3720
return (List) super.set(parameterName, value);
@@ -4928,6 +5030,40 @@ public List setPageToken(java.lang.String pageToken) {
4928
5030
return this;
4929
5031
}
4930
5032
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
+
4931
5067
@Override
4932
5068
public List set(String parameterName, Object value) {
Copy file name to clipboardExpand all lines: clients/google-api-services-policysimulator/v1/2.0.0/com/google/api/services/policysimulator/v1/model/GoogleLongrunningListOperationsResponse.java
+30Lines changed: 30 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,15 @@ public final class GoogleLongrunningListOperationsResponse extends com.google.ap
0 commit comments