@@ -2131,30 +2131,31 @@ public List setPageToken(java.lang.String pageToken) {
21312131
21322132 /**
21332133 * 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
2134+ * that are unreachable are returned in the ListOperationsResponse.unreachable field. This
2135+ * can only be `true` when reading across collections. For example, when `parent` is set
2136+ * to `"projects/example/locations/-"`. This field is not supported by default and will
21372137 * result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
21382138 * service or product specific documentation.
21392139 */
21402140 @ com .google .api .client .util .Key
21412141 private java .lang .Boolean returnPartialSuccess ;
21422142
21432143 /** 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.
2144+ unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true`
2145+ when reading across collections. For example, when `parent` is set to
2146+ `"projects/example/locations/-"`. This field is not supported by default and will result in an
2147+ `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific
2148+ documentation.
21482149 */
21492150 public java .lang .Boolean getReturnPartialSuccess () {
21502151 return returnPartialSuccess ;
21512152 }
21522153
21532154 /**
21542155 * 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
2156+ * that are unreachable are returned in the ListOperationsResponse.unreachable field. This
2157+ * can only be `true` when reading across collections. For example, when `parent` is set
2158+ * to `"projects/example/locations/-"`. This field is not supported by default and will
21582159 * result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
21592160 * service or product specific documentation.
21602161 */
0 commit comments