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-recommendationengine/v1beta1/2.0.0/com/google/api/services/recommendationengine/v1beta1/RecommendationsAI.java
+26-24Lines changed: 26 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -1867,30 +1867,31 @@ public List setPageToken(java.lang.String pageToken) {
1867
1867
1868
1868
/**
1869
1869
* When set to `true`, operations that are reachable are returned as normal, and those
1870
-
* that are unreachable are returned in the [ListOperationsResponse.unreachable]
1871
-
* field. This can only be `true` when reading across collections e.g. when `parent`
1872
-
* is set to `"projects/example/locations/-"`. This field is not by default supported
1870
+
* that are unreachable are returned in the ListOperationsResponse.unreachable field.
1871
+
* This can only be `true` when reading across collections. For example, when `parent`
1872
+
* is set to `"projects/example/locations/-"`. This field is not supported by default
1873
1873
* and will result in an `UNIMPLEMENTED` error if set unless explicitly documented
1874
1874
* otherwise in service or product specific documentation.
1875
1875
*/
1876
1876
@com.google.api.client.util.Key
1877
1877
privatejava.lang.BooleanreturnPartialSuccess;
1878
1878
1879
1879
/** When set to `true`, operations that are reachable are returned as normal, and those that are
1880
-
unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true`
1881
-
when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This
1882
-
field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless
1883
-
explicitly documented otherwise in service or product specific documentation.
1880
+
unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true`
1881
+
when reading across collections. For example, when `parent` is set to
1882
+
`"projects/example/locations/-"`. This field is not supported by default and will result in an
1883
+
`UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific
Copy file name to clipboardExpand all lines: clients/google-api-services-recommendationengine/v1beta1/2.0.0/com/google/api/services/recommendationengine/v1beta1/model/GoogleLongrunningListOperationsResponse.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 GoogleLongrunningListOperationsResponse extends com.google.ap
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 GoogleLongrunningListOperationsResponse setOperations(java.util.List<Goog
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