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-tpu/v1alpha1/2.0.0/com/google/api/services/tpu/v1alpha1/model/ListOperationsResponse.java
+30Lines changed: 30 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,15 @@ public final class ListOperationsResponse extends com.google.api.client.json.Gen
43
43
@com.google.api.client.util.Key
44
44
privatejava.util.List<Operation> operations;
45
45
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.
0 commit comments