- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Update a RestorePlan.
HTTP request
PATCH https://gkebackup.googleapis.com/v1/{restorePlan.name=projects/*/locations/*/restorePlans/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
restorePlan.name |
Output only. The full name of the RestorePlan resource. Format: |
Query parameters
Parameters | |
---|---|
updateMask |
Optional. This is used to specify the fields to be overwritten in the RestorePlan targeted for update. The values for each of these updated fields will be taken from the This is a comma-separated list of fully qualified names of fields. Example: |
Request body
The request body contains an instance of RestorePlan
.
Response body
If successful, the response body contains an instance of Operation
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.