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