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
+68Lines changed: 68 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1865,6 +1865,40 @@ public List setPageToken(java.lang.String pageToken) {
1865
1865
returnthis;
1866
1866
}
1867
1867
1868
+
/**
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
1873
+
* and will result in an `UNIMPLEMENTED` error if set unless explicitly documented
1874
+
* otherwise in service or product specific documentation.
1875
+
*/
1876
+
@com.google.api.client.util.Key
1877
+
privatejava.lang.BooleanreturnPartialSuccess;
1878
+
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.
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
+30Lines changed: 30 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,15 @@ public final class GoogleLongrunningListOperationsResponse extends com.google.ap
0 commit comments