省略可。リクエストを識別するリクエスト 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 API endpoint allows you to create a new `DeliveryPipeline` within a specified project and location."],["The HTTP request uses a `POST` method with a URL structure that incorporates gRPC Transcoding syntax and requires `parent` as a path parameter."],["Query parameters allow the specification of `deliveryPipelineId`, `requestId`, and `validateOnly` options, which can control aspects of the request, such as ensuring uniqueness or validation prior to actual change."],["The request body expects an instance of `DeliveryPipeline`, while a successful response contains an instance of `Operation`."],["Authorization requires the `cloud-platform` OAuth scope and the `clouddeploy.deliveryPipelines.create` IAM permission on the `parent` resource."]]],[]]