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
+30-28Lines changed: 30 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -1182,32 +1182,33 @@ public List setPageToken(java.lang.String pageToken) {
1182
1182
1183
1183
/**
1184
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.
1185
+
* that are unreachable are returned in the ListOperationsResponse.unreachable field.
1186
+
* This can only be `true` when reading across collections. For example, when `parent`
1187
+
* is set to `"projects/example/locations/-"`. This field is not supported by default
1188
+
* and will result in an `UNIMPLEMENTED` error if set unless explicitly documented
1189
+
* otherwise in service or product specific documentation.
1190
1190
*/
1191
1191
@com.google.api.client.util.Key
1192
1192
privatejava.lang.BooleanreturnPartialSuccess;
1193
1193
1194
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.
1195
+
unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true`
1196
+
when reading across collections. For example, when `parent` is set to
1197
+
`"projects/example/locations/-"`. This field is not supported by default and will result in an
1198
+
`UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific
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
+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
Copy file name to clipboardExpand all lines: clients/google-api-services-networkmanagement/v1beta1/2.0.0/com/google/api/services/networkmanagement/v1beta1/model/NatInfo.java
0 commit comments