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-networkmanagement/v1beta1/2.0.0/com/google/api/services/networkmanagement/v1beta1/NetworkManagement.java
+68Lines changed: 68 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1180,6 +1180,40 @@ public List setPageToken(java.lang.String pageToken) {
1180
1180
returnthis;
1181
1181
}
1182
1182
1183
+
/**
1184
+
* When set to `true`, operations that are reachable are returned as normal, and those
1185
+
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
1186
+
* This can only be `true` when reading across collections e.g. when `parent` is set to
1187
+
* `"projects/example/locations/-"`. This field is not by default supported and will
1188
+
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
1189
+
* service or product specific documentation.
1190
+
*/
1191
+
@com.google.api.client.util.Key
1192
+
privatejava.lang.BooleanreturnPartialSuccess;
1193
+
1194
+
/** When set to `true`, operations that are reachable are returned as normal, and those that are
1195
+
unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true`
1196
+
when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This
1197
+
field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless
1198
+
explicitly documented otherwise in service or product specific documentation.
Copy file name to clipboardExpand all lines: clients/google-api-services-networkmanagement/v1beta1/2.0.0/com/google/api/services/networkmanagement/v1beta1/model/ListOperationsResponse.java
+30Lines changed: 30 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,15 @@ public final class ListOperationsResponse extends com.google.api.client.json.Gen
44
44
@com.google.api.client.util.Key
45
45
privatejava.util.List<Operation> operations;
46
46
47
+
/**
48
+
* Unordered list. Unreachable resources. Populated when the request sets
49
+
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
50
+
* attempting to list all resources across all supported locations.
0 commit comments