省略可。リクエストを識別するリクエスト ID。一意のリクエスト ID を指定することで、リクエストの再試行が必要なときに、リクエストが完了していれば、サーバーがリクエストを無視できるようになります。サーバーは、最初のリクエストから少なくとも 60 分間はこれを保証します。
たとえば、最初のリクエストを行い、そのリクエストがタイムアウトしたとします。同じリクエスト ID で再度リクエストを行うと、サーバーは元のオペレーションを同じリクエスト ID で受信していたかどうかを確認できます。受信していた場合は、2 回目のリクエストは無視されます。これにより、クライアントが重複するコミットを誤って作成することを防ぐことができます。
リクエスト ID は有効な UUID でなければなりません。ただし、ゼロ UUID(00000000-0000-0000-0000-000000000000)はサポートされていません。
[[["わかりやすい","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-06-04 UTC。"],[[["This endpoint creates a new Automation within a specified project, location, and delivery pipeline, using a POST request."],["The request URL follows gRPC Transcoding syntax and requires a `parent` path parameter, formatted as `projects/{projectId}/locations/{location_name}/deliveryPipelines/{pipeline_name}`."],["The request requires the `automationId` query parameter and optionally supports `requestId` for request identification and `validateOnly` for validation checks without actual changes."],["The request body must include an instance of `Automation`, and upon successful creation, the response body will contain an `Operation` instance."],["Creating an automation requires the `clouddeploy.automations.create` IAM permission on the `parent` resource and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]