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
returnthis;
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
+
privatejava.lang.BooleanreturnPartialSuccess;
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.
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