Updates the defined Memcached parameters for an existing instance. This method only stages the parameters, it must be followed by instances.applyParameters
to apply the parameters to nodes of the Memcached instance.
HTTP request
PATCH https://memcache.googleapis.com/v1/{name=projects/*/locations/*/instances/*}:updateParameters
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. Resource name of the Memcached instance for which the parameters should be updated. |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{
"updateMask": string,
"parameters": {
object ( |
Fields | |
---|---|
updateMask |
Required. Mask of fields to update. This is a comma-separated list of fully qualified names of fields. Example: |
parameters |
The parameters to apply to the instance. |
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.