@@ -585,22 +585,22 @@ public List setName(java.lang.String name) {
585585 }
586586
587587 /**
588- * Optional. Unless explicitly documented otherwise, don't use this unsupported field which
589- * is primarily intended for internal usage.
588+ * Optional. Do not use this field. It is unsupported and is ignored unless explicitly
589+ * documented otherwise. This is primarily for internal usage.
590590 */
591591 @com.google.api.client.util.Key
592592 private java.util.List<java.lang.String> extraLocationTypes;
593593
594- /** Optional. Unless explicitly documented otherwise, don't use this unsupported field which is
595- primarily intended for internal usage.
594+ /** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented
595+ otherwise. This is primarily for internal usage.
596596 */
597597 public java.util.List<java.lang.String> getExtraLocationTypes() {
598598 return extraLocationTypes;
599599 }
600600
601601 /**
602- * Optional. Unless explicitly documented otherwise, don't use this unsupported field which
603- * is primarily intended for internal usage.
602+ * Optional. Do not use this field. It is unsupported and is ignored unless explicitly
603+ * documented otherwise. This is primarily for internal usage.
604604 */
605605 public List setExtraLocationTypes(java.util.List<java.lang.String> extraLocationTypes) {
606606 this.extraLocationTypes = extraLocationTypes;
@@ -2538,9 +2538,9 @@ public List set(String parameterName, Object value) {
25382538 /**
25392539 * Update an API resource in the API hub. The following fields in the API can be updated: *
25402540 * display_name * description * owner * documentation * target_user * team * business_unit *
2541- * maturity_level * api_style * attributes The update_mask should be used to specify the fields
2542- * being updated. Updating the owner field requires complete owner message and updates both owner
2543- * and email fields.
2541+ * maturity_level * api_style * attributes * fingerprint The update_mask should be used to specify
2542+ * the fields being updated. Updating the owner field requires complete owner message and updates
2543+ * both owner and email fields.
25442544 *
25452545 * Create a request for the method "apis.patch".
25462546 *
@@ -2568,9 +2568,9 @@ public class Patch extends APIhubRequest<com.google.api.services.apihub.v1.model
25682568 /**
25692569 * Update an API resource in the API hub. The following fields in the API can be updated: *
25702570 * display_name * description * owner * documentation * target_user * team * business_unit *
2571- * maturity_level * api_style * attributes The update_mask should be used to specify the fields
2572- * being updated. Updating the owner field requires complete owner message and updates both owner
2573- * and email fields.
2571+ * maturity_level * api_style * attributes * fingerprint The update_mask should be used to specify
2572+ * the fields being updated. Updating the owner field requires complete owner message and updates
2573+ * both owner and email fields.
25742574 *
25752575 * Create a request for the method "apis.patch".
25762576 *
@@ -4787,10 +4787,14 @@ public List set(String parameterName, Object value) {
47874787 /**
47884788 * Update an operation in an API version. The following fields in the ApiOperation resource can be
47894789 * updated: * details.description * details.documentation * details.http_operation.path *
4790- * details.http_operation.method * details.deprecated * attributes The update_mask should be used to
4791- * specify the fields being updated. An operation can be updated only if the operation was created
4792- * via CreateApiOperation API. If the operation was created by parsing the spec, then it can be
4793- * edited by updating the spec.
4790+ * details.http_operation.method * details.deprecated * attributes * details.mcp_tool.title *
4791+ * details.mcp_tool.description * details.input_schema * details.output_schema *
4792+ * details.mcp_tool.annotations.title * details.mcp_tool.annotations.read_only_hint *
4793+ * details.mcp_tool.annotations.destructive_hint * details.mcp_tool.annotations.idempotent_hint *
4794+ * details.mcp_tool.annotations.open_world_hint * details.mcp_tool.annotations.additional_hints The
4795+ * update_mask should be used to specify the fields being updated. An operation can be updated only
4796+ * if the operation was created via CreateApiOperation API. If the operation was created by parsing
4797+ * the spec, then it can be edited by updating the spec.
47944798 *
47954799 * Create a request for the method "operations.patch".
47964800 *
@@ -4819,10 +4823,14 @@ public class Patch extends APIhubRequest<com.google.api.services.apihub.v1.model
48194823 /**
48204824 * Update an operation in an API version. The following fields in the ApiOperation resource can be
48214825 * updated: * details.description * details.documentation * details.http_operation.path *
4822- * details.http_operation.method * details.deprecated * attributes The update_mask should be used
4823- * to specify the fields being updated. An operation can be updated only if the operation was
4824- * created via CreateApiOperation API. If the operation was created by parsing the spec, then it
4825- * can be edited by updating the spec.
4826+ * details.http_operation.method * details.deprecated * attributes * details.mcp_tool.title *
4827+ * details.mcp_tool.description * details.input_schema * details.output_schema *
4828+ * details.mcp_tool.annotations.title * details.mcp_tool.annotations.read_only_hint *
4829+ * details.mcp_tool.annotations.destructive_hint * details.mcp_tool.annotations.idempotent_hint *
4830+ * details.mcp_tool.annotations.open_world_hint * details.mcp_tool.annotations.additional_hints
4831+ * The update_mask should be used to specify the fields being updated. An operation can be updated
4832+ * only if the operation was created via CreateApiOperation API. If the operation was created by
4833+ * parsing the spec, then it can be edited by updating the spec.
48264834 *
48274835 * Create a request for the method "operations.patch".
48284836 *
@@ -12899,6 +12907,40 @@ public List setPageToken(java.lang.String pageToken) {
1289912907 return this;
1290012908 }
1290112909
12910+ /**
12911+ * When set to `true`, operations that are reachable are returned as normal, and those
12912+ * that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
12913+ * This can only be `true` when reading across collections e.g. when `parent` is set to
12914+ * `"projects/example/locations/-"`. This field is not by default supported and will
12915+ * result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
12916+ * service or product specific documentation.
12917+ */
12918+ @com.google.api.client.util.Key
12919+ private java.lang.Boolean returnPartialSuccess;
12920+
12921+ /** When set to `true`, operations that are reachable are returned as normal, and those that are
12922+ unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true`
12923+ when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This
12924+ field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless
12925+ explicitly documented otherwise in service or product specific documentation.
12926+ */
12927+ public java.lang.Boolean getReturnPartialSuccess() {
12928+ return returnPartialSuccess;
12929+ }
12930+
12931+ /**
12932+ * When set to `true`, operations that are reachable are returned as normal, and those
12933+ * that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
12934+ * This can only be `true` when reading across collections e.g. when `parent` is set to
12935+ * `"projects/example/locations/-"`. This field is not by default supported and will
12936+ * result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
12937+ * service or product specific documentation.
12938+ */
12939+ public List setReturnPartialSuccess(java.lang.Boolean returnPartialSuccess) {
12940+ this.returnPartialSuccess = returnPartialSuccess;
12941+ return this;
12942+ }
12943+
1290212944 @Override
1290312945 public List set(String parameterName, Object value) {
1290412946 return (List) super.set(parameterName, value);
0 commit comments