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-backupdr/v1/2.0.0/com/google/api/services/backupdr/v1/model/ListOperationsResponse.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ public final class ListOperationsResponse extends com.google.api.client.json.Gen
46
46
47
47
/**
48
48
* Unordered list. Unreachable resources. Populated when the request sets
49
-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
49
+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
50
50
* attempting to list all resources across all supported locations.
51
51
* The value may be {@code null}.
52
52
*/
@@ -89,7 +89,7 @@ public ListOperationsResponse setOperations(java.util.List<Operation> operations
89
89
90
90
/**
91
91
* Unordered list. Unreachable resources. Populated when the request sets
92
-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
92
+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
93
93
* attempting to list all resources across all supported locations.
94
94
* @return value or {@code null} for none
95
95
*/
@@ -99,7 +99,7 @@ public java.util.List<java.lang.String> getUnreachable() {
99
99
100
100
/**
101
101
* Unordered list. Unreachable resources. Populated when the request sets
102
-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
102
+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
103
103
* attempting to list all resources across all supported locations.
104
104
* @param unreachable unreachable or {@code null} for none
0 commit comments