Method: projects.locations.persistentResources.patch

Updates a PersistentResource.

HTTP request

PATCH https://{service-endpoint}/v1/{persistentResource.name}

Where {service-endpoint} is one of the supported service endpoints.

Path parameters

Parameters
persistentResource.name

string

Immutable. Resource name of a PersistentResource.

Query parameters

Parameters
updateMask

string (FieldMask format)

Required. Specify the fields to be overwritten in the PersistentResource by the update method.

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 PersistentResource.

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.