Method: projects.locations.instances.updateParameters

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/v1beta2/{name=projects/*/locations/*/instances/*}:updateParameters

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

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 (MemcacheParameters)
  }
}
Fields
updateMask

string (FieldMask format)

Required. Mask of fields to update.

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

parameters

object (MemcacheParameters)

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.