Method: projects.locations.restorePlans.restores.patch
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
HTTP リクエスト
PATCH https://gkebackup.googleapis.com/v1/{restore.name=projects/*/locations/*/restorePlans/*/restores/*}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
restore.name |
string
出力専用。Restore リソースの完全な名前。形式: projects/*/locations/*/restorePlans/*/restores/*
|
クエリ パラメータ
パラメータ |
updateMask |
string (FieldMask format)
これは、更新対象の Restore で上書きするフィールドを指定するために使用します。更新された各フィールドの値は、このリクエストで指定された restore から取得されます。フィールド名は、リソースのルートからの相対名になります。updateMask が指定されていない場合、restore のすべてのフィールドがターゲットの Restore リソースに書き込まれます。restore の OUTPUT_ONLY フィールドと IMMUTABLE フィールドは無視され、ターゲットの Restore の更新には使用されません。 完全修飾フィールド名のカンマ区切りリスト。例: "user.displayName,photo" 。
|
リクエストの本文
リクエストの本文には Restore
のインスタンスが含まれます。
レスポンスの本文
成功した場合、レスポンスの本文には Operation
のインスタンスが含まれます。
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/cloud-platform
詳細については、認証の概要をご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-05-16 UTC。
[[["わかりやすい","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-05-16 UTC。"],[],[],null,["# Method: projects.locations.restorePlans.restores.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- [Try it!](#try-it)\n\nUpdate a Restore.\n\n### HTTP request\n\n`PATCH https://gkebackup.googleapis.com/v1/{restore.name=projects/*/locations/*/restorePlans/*/restores/*}`\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 [Restore](/kubernetes-engine/docs/add-on/backup-for-gke/reference/rest/v1/projects.locations.restorePlans.restores#Restore).\n\n### Response body\n\nIf successful, the response body contains an instance of [Operation](/kubernetes-engine/docs/add-on/backup-for-gke/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](https://cloud.google.com/docs/authentication/)."]]