필수. 필드 마스크는 Automation 리소스에서 업데이트로 덮어쓸 필드를 지정하는 데 사용됩니다. updateMask에 지정된 필드는 전체 요청이 아닌 해당 리소스를 기준으로 합니다. 마스크에 있으면 필드를 덮어씁니다. 마스크를 제공하지 않으면 모든 필드를 덮어씁니다.
정규화된 필드 이름의 쉼표로 구분된 목록입니다. 예를 들면 "user.displayName,photo"입니다.
requestId
string
선택사항. 요청을 식별하는 요청 ID입니다. 요청을 다시 시도해야 하는 경우 서버가 이미 완료되었을 때 요청을 무시하도록 고유한 요청 ID를 지정합니다. 서버는 첫 번째 요청 후 최소 60분 동안 이를 보장합니다.
예를 들어 최초 요청을 수행하고 요청이 타임아웃되는 경우를 생각해 보세요. 동일한 요청 ID로 다시 요청을 수행하면 서버는 동일한 요청 ID를 가진 원래 작업이 수신되었는지 확인할 수 있으며 그럴 경우 두 번째 요청을 무시합니다. 이렇게 해서 클라이언트가 실수로 중복된 약정을 생성하지 않도록 방지합니다.
요청 ID는 유효한 UUID여야 하며, 0 UUID는 지원되지 않습니다(00000000-0000-0000-0000-000000000000).
allowMissing
boolean
선택사항. true로 설정된 경우 존재하지 않는 Automation을 업데이트하면 새 Automation이 생성됩니다.
validateOnly
boolean
선택사항. true로 설정된 경우 요청이 검증되고 사용자에게 예상 결과가 제공되지만 실제 변경은 이뤄지지 않습니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2024-07-17(UTC)"],[[["\u003cp\u003eThis webpage details how to update the parameters of a single Automation resource using a PATCH request to a specific URL.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eautomation.name\u003c/code\u003e parameter, found in the URL's path, is required to identify the specific Automation to be updated.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eupdateMask\u003c/code\u003e query parameter is required and specifies which fields within the Automation resource should be overwritten during the update, with the option to overwrite all fields if no mask is provided.\u003c/p\u003e\n"],["\u003cp\u003eSeveral other optional query parameters exist, including \u003ccode\u003erequestId\u003c/code\u003e for request tracking, \u003ccode\u003eallowMissing\u003c/code\u003e to allow creation of new Automations, and \u003ccode\u003evalidateOnly\u003c/code\u003e for testing the update without making changes.\u003c/p\u003e\n"],["\u003cp\u003eThe request body needs to include an \u003ccode\u003eAutomation\u003c/code\u003e resource and a successful operation will return an \u003ccode\u003eOperation\u003c/code\u003e resource, with authorization requiring the \u003ccode\u003ecloud-platform\u003c/code\u003e scope and \u003ccode\u003eclouddeploy.automations.update\u003c/code\u003e IAM permission.\u003c/p\u003e\n"]]],[],null,["# Method: projects.locations.deliveryPipelines.automations.patch\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [IAM Permissions](#body.aspect_1)\n- [Try it!](#try-it)\n\nUpdates the parameters of a single Automation resource.\n\n### HTTP request\n\n`PATCH https://clouddeploy.googleapis.com/v1/{automation.name=projects/*/locations/*/deliveryPipelines/*/automations/*}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body contains an instance of [Automation](/deploy/docs/api/reference/rest/v1/projects.locations.deliveryPipelines.automations#Automation).\n\n### Response body\n\nIf successful, the response body contains an instance of [Operation](/deploy/docs/api/reference/rest/v1/projects.locations.operations#Operation).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp).\n\n### IAM Permissions\n\nRequires the following [IAM](https://cloud.google.com/iam/docs) permission on the `name` resource:\n\n- `clouddeploy.automations.update`\n\nFor more information, see the [IAM documentation](https://cloud.google.com/iam/docs)."]]