Tool: update_quota_adjuster_settings
Updates the QuotaAdjusterSettings for the specified resource container (project, folder, or organization). Expected request structure: 'quota_adjuster_settings.name' (string, format: projects/{project}/locations/global/quotaAdjusterSettings, folders/{folder}/locations/global/quotaAdjusterSettings, or organizations/{organization}/locations/global/quotaAdjusterSettings), 'quota_adjuster_settings.enablement' (enum: ENABLED, DISABLED, or ENABLEMENT_UNSPECIFIED), and 'quota_adjuster_settings.inherited' (boolean).
The following sample demonstrate how to use curl to invoke the update_quota_adjuster_settings MCP tool.
| Curl Request |
|---|
curl --location 'https://cloudquotas.googleapis.com/mcp' \ --header 'content-type: application/json' \ --header 'accept: application/json, text/event-stream' \ --data '{ "method": "tools/call", "params": { "name": "update_quota_adjuster_settings", "arguments": { // provide these details according to the tool's MCP specification } }, "jsonrpc": "2.0", "id": 1 }' |
Input Schema
Virtual request message for UpdateQuotaAdjusterSettings via MCP facade.
UpdateQuotaAdjusterSettingsRequest
| JSON representation |
|---|
{
"quotaAdjusterSettings": {
object ( |
| Fields | |
|---|---|
quotaAdjusterSettings |
Required. The QuotaAdjusterSettings to update. |
updateMask |
Optional. The list of fields to update. This is a comma-separated list of fully qualified names of fields. Example: |
validateOnly |
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. |
QuotaAdjusterSettings
| JSON representation |
|---|
{
"name": string,
"enablement": enum ( |
| Fields | |
|---|---|
name |
Identifier. Name of the configuration, in the formats below:
|
enablement |
Optional. The configured value of the enablement at the given resource. |
updateTime |
Output only. The timestamp when the QuotaAdjusterSettings resource was last updated. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
etag |
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. |
inherited |
Optional. Indicates whether the setting is inherited or explicitly specified. |
inheritedFrom |
Output only. The resource container from which the setting is inherited. This refers to the nearest ancestor with enablement set (either ENABLED or DISABLED). The value can be an organizations/{organization_id}, folders/{folder_id}, or can be 'default' if no ancestor exists with enablement set. The value will be empty when enablement is directly set on this container. |
Timestamp
| JSON representation |
|---|
{ "seconds": string, "nanos": integer } |
| Fields | |
|---|---|
seconds |
Represents seconds of UTC time since Unix epoch 1970-01-01T00:00:00Z. Must be between -62135596800 and 253402300799 inclusive (which corresponds to 0001-01-01T00:00:00Z to 9999-12-31T23:59:59Z). |
nanos |
Non-negative fractions of a second at nanosecond resolution. This field is the nanosecond portion of the duration, not an alternative to seconds. Negative second values with fractions must still have non-negative nanos values that count forward in time. Must be between 0 and 999,999,999 inclusive. |
FieldMask
| JSON representation |
|---|
{ "paths": [ string ] } |
| Fields | |
|---|---|
paths[] |
The set of field mask paths. |
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. |
Output Schema
The QuotaAdjusterSettings resource defines the settings for the Quota Adjuster.
QuotaAdjusterSettings
| JSON representation |
|---|
{
"name": string,
"enablement": enum ( |
| Fields | |
|---|---|
name |
Identifier. Name of the configuration, in the formats below:
|
enablement |
Optional. The configured value of the enablement at the given resource. |
updateTime |
Output only. The timestamp when the QuotaAdjusterSettings resource was last updated. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
etag |
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. |
inherited |
Optional. Indicates whether the setting is inherited or explicitly specified. |
inheritedFrom |
Output only. The resource container from which the setting is inherited. This refers to the nearest ancestor with enablement set (either ENABLED or DISABLED). The value can be an organizations/{organization_id}, folders/{folder_id}, or can be 'default' if no ancestor exists with enablement set. The value will be empty when enablement is directly set on this container. |
Timestamp
| JSON representation |
|---|
{ "seconds": string, "nanos": integer } |
| Fields | |
|---|---|
seconds |
Represents seconds of UTC time since Unix epoch 1970-01-01T00:00:00Z. Must be between -62135596800 and 253402300799 inclusive (which corresponds to 0001-01-01T00:00:00Z to 9999-12-31T23:59:59Z). |
nanos |
Non-negative fractions of a second at nanosecond resolution. This field is the nanosecond portion of the duration, not an alternative to seconds. Negative second values with fractions must still have non-negative nanos values that count forward in time. Must be between 0 and 999,999,999 inclusive. |
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. |
Tool Annotations
Destructive Hint: ❌ | Idempotent Hint: ✅ | Read Only Hint: ❌ | Open World Hint: ❌