REST Resource: projects.locations.quotaAdjusterSettings

Resource: QuotaAdjusterSettings

The QuotaAdjusterSettings resource defines the settings for the Quota Adjuster.

JSON representation
{
  "name": string,
  "enablement": enum (Enablement),
  "updateTime": string,
  "etag": string
}
Fields
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.

enablement

enum (Enablement)

Required. The configured value of the enablement at the given resource.

updateTime

string (Timestamp format)

Output only. The timestamp when the QuotaAdjusterSettings resource was last updated.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

etag

string

Optional. The current ETag of the QuotaAdjusterSettings. If an ETag is provided on update and does not match the current server's ETag in the QuotaAdjusterSettings, the request is blocked and returns an ABORTED error. See https://google.aip.dev/134#etags for more details on ETags.

Enablement

The enablement status of the quota adjuster.

Enums
ENABLEMENT_UNSPECIFIED The quota adjuster is in an unknown state.
ENABLED The quota adjuster is enabled.
DISABLED The quota adjuster is disabled.

Methods

getQuotaAdjusterSettings

RPC Method for getting QuotaAdjusterSettings based on the request

updateQuotaAdjusterSettings

RPC Method for updating QuotaAdjusterSettings based on the request