@@ -445,22 +445,22 @@ public List setName(java.lang.String name) {
445445 }
446446
447447 /**
448- * Optional. A list of extra location types that should be used as conditions for
449- * controlling the visibility of the locations .
448+ * Optional. Unless explicitly documented otherwise, don't use this unsupported field which
449+ * is primarily intended for internal usage .
450450 */
451451 @ com .google .api .client .util .Key
452452 private java .util .List <java .lang .String > extraLocationTypes ;
453453
454- /** Optional. A list of extra location types that should be used as conditions for controlling the
455- visibility of the locations .
454+ /** Optional. Unless explicitly documented otherwise, don't use this unsupported field which is
455+ primarily intended for internal usage .
456456 */
457457 public java .util .List <java .lang .String > getExtraLocationTypes () {
458458 return extraLocationTypes ;
459459 }
460460
461461 /**
462- * Optional. A list of extra location types that should be used as conditions for
463- * controlling the visibility of the locations .
462+ * Optional. Unless explicitly documented otherwise, don't use this unsupported field which
463+ * is primarily intended for internal usage .
464464 */
465465 public List setExtraLocationTypes (java .util .List <java .lang .String > extraLocationTypes ) {
466466 this .extraLocationTypes = extraLocationTypes ;
@@ -2129,6 +2129,40 @@ public List setPageToken(java.lang.String pageToken) {
21292129 return this ;
21302130 }
21312131
2132+ /**
2133+ * When set to `true`, operations that are reachable are returned as normal, and those
2134+ * that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
2135+ * This can only be `true` when reading across collections e.g. when `parent` is set to
2136+ * `"projects/example/locations/-"`. This field is not by default supported and will
2137+ * result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
2138+ * service or product specific documentation.
2139+ */
2140+ @ com .google .api .client .util .Key
2141+ private java .lang .Boolean returnPartialSuccess ;
2142+
2143+ /** When set to `true`, operations that are reachable are returned as normal, and those that are
2144+ unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true`
2145+ when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This
2146+ field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless
2147+ explicitly documented otherwise in service or product specific documentation.
2148+ */
2149+ public java .lang .Boolean getReturnPartialSuccess () {
2150+ return returnPartialSuccess ;
2151+ }
2152+
2153+ /**
2154+ * When set to `true`, operations that are reachable are returned as normal, and those
2155+ * that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
2156+ * This can only be `true` when reading across collections e.g. when `parent` is set to
2157+ * `"projects/example/locations/-"`. This field is not by default supported and will
2158+ * result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
2159+ * service or product specific documentation.
2160+ */
2161+ public List setReturnPartialSuccess (java .lang .Boolean returnPartialSuccess ) {
2162+ this .returnPartialSuccess = returnPartialSuccess ;
2163+ return this ;
2164+ }
2165+
21322166 @ Override
21332167 public List set (String parameterName , Object value ) {
21342168 return (List ) super .set (parameterName , value );
0 commit comments