- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Examples
- Try it!
Updates an existing Instance in a given project and location.
HTTP request
PATCH https://memcache.googleapis.com/v1beta2/{resource.name=projects/*/locations/*/instances/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
resource.name |
Required. Unique name of the resource in this scope including project and location using the form: Note: Memcached instances are managed and addressed at the regional level so |
Query parameters
Parameters | |
---|---|
updateMask |
Required. Mask of fields to update.
This is a comma-separated list of fully qualified names of fields. Example: |
Request body
The request body contains an instance of 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.