@@ -5576,6 +5576,40 @@ public List setPageToken(java.lang.String pageToken) {
55765576 return this;
55775577 }
55785578
5579+ /**
5580+ * When set to true, operations that are reachable are returned as normal, and those that
5581+ * are unreachable are returned in the ListOperationsResponse.unreachable field.This can
5582+ * only be true when reading across collections e.g. when parent is set to
5583+ * "projects/example/locations/-".This field is not by default supported and will result
5584+ * in an UNIMPLEMENTED error if set unless explicitly documented otherwise in service or
5585+ * product specific documentation.
5586+ */
5587+ @com.google.api.client.util.Key
5588+ private java.lang.Boolean returnPartialSuccess;
5589+
5590+ /** When set to true, operations that are reachable are returned as normal, and those that are
5591+ unreachable are returned in the ListOperationsResponse.unreachable field.This can only be true when
5592+ reading across collections e.g. when parent is set to "projects/example/locations/-".This field is
5593+ not by default supported and will result in an UNIMPLEMENTED error if set unless explicitly
5594+ documented otherwise in service or product specific documentation.
5595+ */
5596+ public java.lang.Boolean getReturnPartialSuccess() {
5597+ return returnPartialSuccess;
5598+ }
5599+
5600+ /**
5601+ * When set to true, operations that are reachable are returned as normal, and those that
5602+ * are unreachable are returned in the ListOperationsResponse.unreachable field.This can
5603+ * only be true when reading across collections e.g. when parent is set to
5604+ * "projects/example/locations/-".This field is not by default supported and will result
5605+ * in an UNIMPLEMENTED error if set unless explicitly documented otherwise in service or
5606+ * product specific documentation.
5607+ */
5608+ public List setReturnPartialSuccess(java.lang.Boolean returnPartialSuccess) {
5609+ this.returnPartialSuccess = returnPartialSuccess;
5610+ return this;
5611+ }
5612+
55795613 @Override
55805614 public List set(String parameterName, Object value) {
55815615 return (List) super.set(parameterName, value);
@@ -16888,6 +16922,40 @@ public List setPageToken(java.lang.String pageToken) {
1688816922 return this;
1688916923 }
1689016924
16925+ /**
16926+ * When set to true, operations that are reachable are returned as normal, and those that
16927+ * are unreachable are returned in the ListOperationsResponse.unreachable field.This can
16928+ * only be true when reading across collections e.g. when parent is set to
16929+ * "projects/example/locations/-".This field is not by default supported and will result
16930+ * in an UNIMPLEMENTED error if set unless explicitly documented otherwise in service or
16931+ * product specific documentation.
16932+ */
16933+ @com.google.api.client.util.Key
16934+ private java.lang.Boolean returnPartialSuccess;
16935+
16936+ /** When set to true, operations that are reachable are returned as normal, and those that are
16937+ unreachable are returned in the ListOperationsResponse.unreachable field.This can only be true when
16938+ reading across collections e.g. when parent is set to "projects/example/locations/-".This field is
16939+ not by default supported and will result in an UNIMPLEMENTED error if set unless explicitly
16940+ documented otherwise in service or product specific documentation.
16941+ */
16942+ public java.lang.Boolean getReturnPartialSuccess() {
16943+ return returnPartialSuccess;
16944+ }
16945+
16946+ /**
16947+ * When set to true, operations that are reachable are returned as normal, and those that
16948+ * are unreachable are returned in the ListOperationsResponse.unreachable field.This can
16949+ * only be true when reading across collections e.g. when parent is set to
16950+ * "projects/example/locations/-".This field is not by default supported and will result
16951+ * in an UNIMPLEMENTED error if set unless explicitly documented otherwise in service or
16952+ * product specific documentation.
16953+ */
16954+ public List setReturnPartialSuccess(java.lang.Boolean returnPartialSuccess) {
16955+ this.returnPartialSuccess = returnPartialSuccess;
16956+ return this;
16957+ }
16958+
1689116959 @Override
1689216960 public List set(String parameterName, Object value) {
1689316961 return (List) super.set(parameterName, value);
@@ -24292,6 +24360,40 @@ public List setPageToken(java.lang.String pageToken) {
2429224360 return this;
2429324361 }
2429424362
24363+ /**
24364+ * When set to true, operations that are reachable are returned as normal, and those that
24365+ * are unreachable are returned in the ListOperationsResponse.unreachable field.This can
24366+ * only be true when reading across collections e.g. when parent is set to
24367+ * "projects/example/locations/-".This field is not by default supported and will result in
24368+ * an UNIMPLEMENTED error if set unless explicitly documented otherwise in service or
24369+ * product specific documentation.
24370+ */
24371+ @com.google.api.client.util.Key
24372+ private java.lang.Boolean returnPartialSuccess;
24373+
24374+ /** When set to true, operations that are reachable are returned as normal, and those that are
24375+ unreachable are returned in the ListOperationsResponse.unreachable field.This can only be true when
24376+ reading across collections e.g. when parent is set to "projects/example/locations/-".This field is
24377+ not by default supported and will result in an UNIMPLEMENTED error if set unless explicitly
24378+ documented otherwise in service or product specific documentation.
24379+ */
24380+ public java.lang.Boolean getReturnPartialSuccess() {
24381+ return returnPartialSuccess;
24382+ }
24383+
24384+ /**
24385+ * When set to true, operations that are reachable are returned as normal, and those that
24386+ * are unreachable are returned in the ListOperationsResponse.unreachable field.This can
24387+ * only be true when reading across collections e.g. when parent is set to
24388+ * "projects/example/locations/-".This field is not by default supported and will result in
24389+ * an UNIMPLEMENTED error if set unless explicitly documented otherwise in service or
24390+ * product specific documentation.
24391+ */
24392+ public List setReturnPartialSuccess(java.lang.Boolean returnPartialSuccess) {
24393+ this.returnPartialSuccess = returnPartialSuccess;
24394+ return this;
24395+ }
24396+
2429524397 @Override
2429624398 public List set(String parameterName, Object value) {
2429724399 return (List) super.set(parameterName, value);
@@ -32060,6 +32162,40 @@ public List setPageToken(java.lang.String pageToken) {
3206032162 return this;
3206132163 }
3206232164
32165+ /**
32166+ * When set to true, operations that are reachable are returned as normal, and those that
32167+ * are unreachable are returned in the ListOperationsResponse.unreachable field.This can
32168+ * only be true when reading across collections e.g. when parent is set to
32169+ * "projects/example/locations/-".This field is not by default supported and will result
32170+ * in an UNIMPLEMENTED error if set unless explicitly documented otherwise in service or
32171+ * product specific documentation.
32172+ */
32173+ @com.google.api.client.util.Key
32174+ private java.lang.Boolean returnPartialSuccess;
32175+
32176+ /** When set to true, operations that are reachable are returned as normal, and those that are
32177+ unreachable are returned in the ListOperationsResponse.unreachable field.This can only be true when
32178+ reading across collections e.g. when parent is set to "projects/example/locations/-".This field is
32179+ not by default supported and will result in an UNIMPLEMENTED error if set unless explicitly
32180+ documented otherwise in service or product specific documentation.
32181+ */
32182+ public java.lang.Boolean getReturnPartialSuccess() {
32183+ return returnPartialSuccess;
32184+ }
32185+
32186+ /**
32187+ * When set to true, operations that are reachable are returned as normal, and those that
32188+ * are unreachable are returned in the ListOperationsResponse.unreachable field.This can
32189+ * only be true when reading across collections e.g. when parent is set to
32190+ * "projects/example/locations/-".This field is not by default supported and will result
32191+ * in an UNIMPLEMENTED error if set unless explicitly documented otherwise in service or
32192+ * product specific documentation.
32193+ */
32194+ public List setReturnPartialSuccess(java.lang.Boolean returnPartialSuccess) {
32195+ this.returnPartialSuccess = returnPartialSuccess;
32196+ return this;
32197+ }
32198+
3206332199 @Override
3206432200 public List set(String parameterName, Object value) {
3206532201 return (List) super.set(parameterName, value);
@@ -41875,6 +42011,40 @@ public List setPageToken(java.lang.String pageToken) {
4187542011 return this;
4187642012 }
4187742013
42014+ /**
42015+ * When set to true, operations that are reachable are returned as normal, and those that
42016+ * are unreachable are returned in the ListOperationsResponse.unreachable field.This can
42017+ * only be true when reading across collections e.g. when parent is set to
42018+ * "projects/example/locations/-".This field is not by default supported and will result
42019+ * in an UNIMPLEMENTED error if set unless explicitly documented otherwise in service or
42020+ * product specific documentation.
42021+ */
42022+ @com.google.api.client.util.Key
42023+ private java.lang.Boolean returnPartialSuccess;
42024+
42025+ /** When set to true, operations that are reachable are returned as normal, and those that are
42026+ unreachable are returned in the ListOperationsResponse.unreachable field.This can only be true when
42027+ reading across collections e.g. when parent is set to "projects/example/locations/-".This field is
42028+ not by default supported and will result in an UNIMPLEMENTED error if set unless explicitly
42029+ documented otherwise in service or product specific documentation.
42030+ */
42031+ public java.lang.Boolean getReturnPartialSuccess() {
42032+ return returnPartialSuccess;
42033+ }
42034+
42035+ /**
42036+ * When set to true, operations that are reachable are returned as normal, and those that
42037+ * are unreachable are returned in the ListOperationsResponse.unreachable field.This can
42038+ * only be true when reading across collections e.g. when parent is set to
42039+ * "projects/example/locations/-".This field is not by default supported and will result
42040+ * in an UNIMPLEMENTED error if set unless explicitly documented otherwise in service or
42041+ * product specific documentation.
42042+ */
42043+ public List setReturnPartialSuccess(java.lang.Boolean returnPartialSuccess) {
42044+ this.returnPartialSuccess = returnPartialSuccess;
42045+ return this;
42046+ }
42047+
4187842048 @Override
4187942049 public List set(String parameterName, Object value) {
4188042050 return (List) super.set(parameterName, value);
0 commit comments