Method: projects.locations.quotaAdjusterSettings.updateQuotaAdjusterSettings

RPC Method for updating QuotaAdjusterSettings based on the request

HTTP request

PATCH https://cloudquotas.googleapis.com/v1beta/{quotaAdjusterSettings.name=projects/*/locations/*/quotaAdjusterSettings}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
quotaAdjusterSettings.name

string

Identifier. Name of the configuration, in the following format: projects/PROJECT_NUMBER/locations/global/quotaAdjusterSettings. Replace PROJECT_NUMBER with the project number for your project.

Query parameters

Parameters
updateMask

string (FieldMask format)

Optional. The list of fields to update.

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

validateOnly

boolean

Optional. If set to true, checks the syntax of the request but doesn't update the quota adjuster settings value. Note that although a request can be valid, that doesn't guarantee that the request will be fulfilled.

Request body

The request body contains an instance of QuotaAdjusterSettings.

Response body

If successful, the response body contains an instance of QuotaAdjusterSettings.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.

IAM Permissions

Requires the following IAM permission on the name resource:

  • cloudquotas.quotas.update

For more information, see the IAM documentation.