Method: projects.deployments.replaceDeployment
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
指定された名前でデプロイメントを作成または置換します。
HTTP リクエスト
PUT https://gsuiteaddons.googleapis.com/v1/{deployment.name=projects/*/deployments/*}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
deployment.name |
string
デプロイ リソース名。(例: projects/123/deployments/my_deployment )。
|
リクエストの本文
リクエストの本文には Deployment
のインスタンスが含まれています。
レスポンスの本文
成功した場合、レスポンスの本文には Deployment
のインスタンスが含まれます。
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/cloud-platform
詳細については、承認ガイドをご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-04-22 UTC。
[null,null,["最終更新日 2025-04-22 UTC。"],[],["This documentation details the process of creating or replacing a deployment via a `PUT` HTTP request to the specified URL. The URL structure is defined using gRPC Transcoding, and the request requires a deployment name as a path parameter (e.g., `projects/123/deployments/my_deployment`). The request body and successful response both utilize the `Deployment` resource. The authorization scope required is `https://www.googleapis.com/auth/cloud-platform`. The documentation also provide a \"Try it!\" section to test the API.\n"],null,[]]