Method: projects.locations.restoreChannels.patch

Update a RestoreChannel.

HTTP request

PATCH https://gkebackup.googleapis.com/v1/{restoreChannel.name=projects/*/locations/*/restoreChannels/*}

The URL uses gRPC Transcoding syntax. To know more about valid error responses that can be thrown by this HTTP request, please refer to the service error catalog

Path parameters

Parameters
restoreChannel.name

string

Identifier. The fully qualified name of the RestoreChannel. projects/*/locations/*/restoreChannels/*

Query parameters

Parameters
updateMask

string (FieldMask format)

Optional. This is used to specify the fields to be overwritten in the RestoreChannel targeted for update. The values for each of these updated fields will be taken from the restoreChannel provided with this request. Field names are relative to the root of the resource (e.g., description, destinationProjectId, etc.) If no updateMask is provided, all fields in restoreChannel will be written to the target RestoreChannel resource. Note that OUTPUT_ONLY and IMMUTABLE fields in restoreChannel are ignored and are not used to update the target RestoreChannel.

This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".

Request body

The request body contains an instance of RestoreChannel.

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.