{
  "discoveryVersion": "v1",
  "icons": {
    "x32": "http://www.google.com/images/icons/product/search-32.gif",
    "x16": "http://www.google.com/images/icons/product/search-16.gif"
  },
  "kind": "discovery#restDescription",
  "rootUrl": "https://cloudquotas.googleapis.com/",
  "name": "cloudquotas",
  "parameters": {
    "callback": {
      "type": "string",
      "description": "JSONP",
      "location": "query"
    },
    "access_token": {
      "type": "string",
      "description": "OAuth access token.",
      "location": "query"
    },
    "prettyPrint": {
      "type": "boolean",
      "description": "Returns response with indentations and line breaks.",
      "default": "true",
      "location": "query"
    },
    "fields": {
      "description": "Selector specifying which fields to include in a partial response.",
      "location": "query",
      "type": "string"
    },
    "uploadType": {
      "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
      "location": "query",
      "type": "string"
    },
    "alt": {
      "enumDescriptions": [
        "Responses with Content-Type of application/json",
        "Media download with context-dependent Content-Type",
        "Responses with Content-Type of application/x-protobuf"
      ],
      "description": "Data format for response.",
      "location": "query",
      "enum": [
        "json",
        "media",
        "proto"
      ],
      "default": "json",
      "type": "string"
    },
    "quotaUser": {
      "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.",
      "location": "query",
      "type": "string"
    },
    "upload_protocol": {
      "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
      "location": "query",
      "type": "string"
    },
    "key": {
      "type": "string",
      "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.",
      "location": "query"
    },
    "oauth_token": {
      "description": "OAuth 2.0 token for the current user.",
      "location": "query",
      "type": "string"
    },
    "$.xgafv": {
      "type": "string",
      "enum": [
        "1",
        "2"
      ],
      "description": "V1 error format.",
      "location": "query",
      "enumDescriptions": [
        "v1 error format",
        "v2 error format"
      ]
    }
  },
  "canonicalName": "Cloud Quotas",
  "protocol": "rest",
  "ownerName": "Google",
  "revision": "20260722",
  "version_module": true,
  "version": "v1",
  "schemas": {
    "RolloutInfo": {
      "description": "[Output only] Rollout information of a quota.",
      "properties": {
        "ongoingRollout": {
          "description": "Whether there is an ongoing rollout for a quota or not.",
          "type": "boolean"
        }
      },
      "id": "RolloutInfo",
      "type": "object"
    },
    "GdcQuotaInfo": {
      "type": "object",
      "id": "GdcQuotaInfo",
      "description": "GdcQuotaInfo represents information about a particular quota for a given project, folder or organization in GDC.",
      "properties": {
        "name": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Identifier. Resource name of this GdcQuotaInfo. For example, `projects/123/locations/us-west2/gdcZones/us-west2-edge-lga1/gdcServices/edgecontainer.googleapis.com/gdcQuotaInfos/gdc-quota-1` `organizations/123/locations/us-west2/gdcZones/us-west2-edge-lga1/gdcServices/edgecontainer.googleapis.com/gdcQuotaInfos/gdc-quota-1`"
        },
        "refreshInterval": {
          "description": "Output only. The reset time interval for the quota. Refresh interval applies to rate quota only. For example, \"minute\" for per minute, \"day\" for per day, or \"10 seconds\" for every 10 seconds.",
          "readOnly": true,
          "type": "string"
        },
        "dimensions": {
          "description": "Output only. The dimensions the quota is defined on.",
          "readOnly": true,
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "gdcDimensionsInfos": {
          "description": "Output only. The collection of dimensions info ordered by their dimensions from more specific ones to less specific ones.",
          "readOnly": true,
          "type": "array",
          "items": {
            "$ref": "GdcDimensionsInfo"
          }
        },
        "service": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The name of the service in which the quota is defined. For example, `compute.googleapis.com`"
        },
        "quotaId": {
          "description": "Output only. The id of the quota, which is unique within the service. For example, `CpusPerProjectPerRegion`",
          "readOnly": true,
          "type": "string"
        },
        "containerType": {
          "description": "Output only. The type of a cloud resource container that the quota is defined for.",
          "enumDescriptions": [
            "Unspecified container type.",
            "consumer project",
            "organization"
          ],
          "readOnly": true,
          "enum": [
            "GDC_CONTAINER_TYPE_UNSPECIFIED",
            "GDC_PROJECT",
            "GDC_ORGANIZATION"
          ],
          "type": "string"
        },
        "precise": {
          "readOnly": true,
          "type": "boolean",
          "description": "Output only. Whether this is a precise quota. A precise quota is tracked with absolute precision. In contrast, an imprecise quota is not tracked with precision."
        },
        "metric": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The metric of the quota. It specifies the resources consumption the quota is defined for. For example, `compute.googleapis.com/cpus`"
        }
      }
    },
    "QuotaIncreaseEligibility": {
      "description": "Eligibility information regarding requesting increase adjustment of a quota.",
      "properties": {
        "isEligible": {
          "description": "Whether a higher quota value can be requested for the quota.",
          "type": "boolean"
        },
        "ineligibilityReason": {
          "description": "The reason of why it is ineligible to request increased value of the quota. If the is_eligible field is true, it defaults to INELIGIBILITY_REASON_UNSPECIFIED.",
          "enumDescriptions": [
            "Default value when is_eligible is true.",
            "The container is not linked with a valid billing account.",
            "Quota increase is not supported for the quota.",
            "There is not enough usage history to determine the eligibility.",
            "Other reasons."
          ],
          "enum": [
            "INELIGIBILITY_REASON_UNSPECIFIED",
            "NO_VALID_BILLING_ACCOUNT",
            "NOT_SUPPORTED",
            "NOT_ENOUGH_USAGE_HISTORY",
            "OTHER"
          ],
          "type": "string"
        }
      },
      "type": "object",
      "id": "QuotaIncreaseEligibility"
    },
    "GdcQuotaDetails": {
      "description": "The quota details for a map of dimensions.",
      "properties": {
        "value": {
          "type": "string",
          "format": "int64",
          "description": "The value currently in effect and being enforced."
        },
        "resetValue": {
          "type": "string",
          "format": "int64",
          "description": "The Google Cloud defined quota value that the quota will be reset to if a quota decrease preference is deleted"
        }
      },
      "type": "object",
      "id": "GdcQuotaDetails"
    },
    "QuotaAdjusterSettings": {
      "id": "QuotaAdjusterSettings",
      "type": "object",
      "description": "The QuotaAdjusterSettings resource defines the settings for the Quota Adjuster.",
      "properties": {
        "updateTime": {
          "readOnly": true,
          "type": "string",
          "format": "google-datetime",
          "description": "Output only. The timestamp when the QuotaAdjusterSettings resource was last updated."
        },
        "name": {
          "description": "Identifier. Name of the configuration, in the formats below: * For a project: projects/PROJECT_NUMBER/locations/global/quotaAdjusterSettings * For a folder: folders/FOLDER_NUMBER/locations/global/quotaAdjusterSettings * For an organization: organizations/ORGANIZATION_NUMBER/locations/global/quotaAdjusterSettings",
          "type": "string"
        },
        "etag": {
          "description": "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.",
          "type": "string"
        },
        "inheritedFrom": {
          "description": "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.",
          "readOnly": true,
          "type": "string"
        },
        "enablement": {
          "enumDescriptions": [
            "The quota adjuster is in an unknown state.",
            "The quota adjuster is enabled.",
            "The quota adjuster is disabled."
          ],
          "enum": [
            "ENABLEMENT_UNSPECIFIED",
            "ENABLED",
            "DISABLED"
          ],
          "description": "Optional. The configured value of the enablement at the given resource.",
          "type": "string"
        },
        "inherited": {
          "description": "Optional. Indicates whether the setting is inherited or explicitly specified.",
          "type": "boolean"
        }
      }
    },
    "DimensionsInfo": {
      "description": "The detailed quota information such as effective quota value for a combination of dimensions.",
      "properties": {
        "details": {
          "$ref": "QuotaDetails",
          "description": "Quota details for the specified dimensions."
        },
        "applicableLocations": {
          "description": "The applicable regions or zones of this dimension. The field is set to ['global'] for quotas that are not per region or per zone. Otherwise, it will be set to the list of locations this dimension info is applicable to.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "dimensions": {
          "type": "object",
          "description": "The map of dimensions in key-value pairs. The key of a map entry is \"region\", \"zone\", or the name of a service-specific dimension, and the value of a map entry is the value of the dimension. If a dimension does not appear in the map of dimensions, the dimensions info applies to all the dimension values except for those that have another DimensionInfo instance configured for the specific value. For example: `{\"provider\" : \"Example Organization\"}` where `provider` is a service-specific quota dimension and `Example Organization` is the provider name.",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "id": "DimensionsInfo"
    },
    "QuotaDetails": {
      "description": "The quota details for a map of dimensions.",
      "properties": {
        "value": {
          "type": "string",
          "format": "int64",
          "description": "The value currently in effect and being enforced."
        },
        "rolloutInfo": {
          "$ref": "RolloutInfo",
          "description": "Rollout information of this quota. This field is present only if the effective limit will change due to the ongoing rollout of the service config."
        }
      },
      "type": "object",
      "id": "QuotaDetails"
    },
    "QuotaConfig": {
      "type": "object",
      "id": "QuotaConfig",
      "description": "The preferred quota configuration.",
      "properties": {
        "grantedValue": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Granted quota value.",
          "format": "int64"
        },
        "requestOrigin": {
          "readOnly": true,
          "description": "Output only. The origin of the quota preference request.",
          "enumDescriptions": [
            "The unspecified value.",
            "Created through Cloud Console.",
            "Generated by automatic quota adjustment."
          ],
          "type": "string",
          "enum": [
            "ORIGIN_UNSPECIFIED",
            "CLOUD_CONSOLE",
            "AUTO_ADJUSTER"
          ]
        },
        "preferredValue": {
          "type": "string",
          "format": "int64",
          "description": "Required. The preferred value. Must be greater than or equal to -1. If set to -1, it means the value is \"unlimited\"."
        },
        "traceId": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The trace id that the Google Cloud uses to provision the requested quota. This trace id may be used by the client to contact Cloud support to track the state of a quota preference request. The trace id is only produced for increase requests and is unique for each request. The quota decrease requests do not have a trace id."
        },
        "annotations": {
          "type": "object",
          "description": "Optional. The annotations map for clients to store small amounts of arbitrary data. Do not put PII or other sensitive information here. See https://google.aip.dev/128#annotations",
          "additionalProperties": {
            "type": "string"
          }
        },
        "stateDetail": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Optional details about the state of this quota preference."
        }
      }
    },
    "GdcDimensionsInfo": {
      "description": "The detailed quota information such as effective quota value for a combination of dimensions.",
      "properties": {
        "details": {
          "description": "Quota details for the specified dimensions.",
          "$ref": "GdcQuotaDetails"
        },
        "dimensions": {
          "description": "The map of dimensions in key-value pairs. The key of a map entry is \"region\", \"zone\", or the name of a service-specific dimension, and the value of a map entry is the value of the dimension. If a dimension does not appear in the map of dimensions, the dimensions info applies to all the dimension values except for those that have another DimensionInfo instance configured for the specific value. For example: `{\"provider\" : \"Example Organization\"}` where `provider` is a service-specific quota dimension and `Example Organization` is the provider name.",
          "additionalProperties": {
            "type": "string"
          },
          "type": "object"
        }
      },
      "id": "GdcDimensionsInfo",
      "type": "object"
    },
    "QuotaInfo": {
      "type": "object",
      "id": "QuotaInfo",
      "description": "QuotaInfo represents information about a particular quota for a given project, folder or organization.",
      "properties": {
        "isPrecise": {
          "description": "Whether this is a precise quota. A precise quota is tracked with absolute precision. In contrast, an imprecise quota is not tracked with precision.",
          "type": "boolean"
        },
        "metricUnit": {
          "description": "The unit in which the metric value is reported, e.g., \"MByte\".",
          "type": "string"
        },
        "dimensionsInfos": {
          "description": "The collection of dimensions info ordered by their dimensions from more specific ones to less specific ones.",
          "type": "array",
          "items": {
            "$ref": "DimensionsInfo"
          }
        },
        "dimensions": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "The dimensions the quota is defined on."
        },
        "service": {
          "description": "The name of the service in which the quota is defined. For example, `compute.googleapis.com`",
          "type": "string"
        },
        "quotaIncreaseEligibility": {
          "$ref": "QuotaIncreaseEligibility",
          "description": "Whether it is eligible to request a higher quota value for this quota."
        },
        "metric": {
          "description": "The metric of the quota. It specifies the resources consumption the quota is defined for. For example, `compute.googleapis.com/cpus`",
          "type": "string"
        },
        "isConcurrent": {
          "description": "Whether the quota is a concurrent quota. Concurrent quotas are enforced on the total number of concurrent operations in flight at any given time.",
          "type": "boolean"
        },
        "name": {
          "description": "Resource name of this QuotaInfo. The ID component following \"locations/\" must be \"global\". For example, `projects/123/locations/global/services/compute.googleapis.com/quotaInfos/CpusPerProjectPerRegion`",
          "type": "string"
        },
        "refreshInterval": {
          "description": "The reset time interval for the quota. Refresh interval applies to rate quota only. For example, \"minute\" for per minute, \"day\" for per day, or \"10 seconds\" for every 10 seconds.",
          "type": "string"
        },
        "isFixed": {
          "description": "Whether the quota value is fixed or adjustable",
          "type": "boolean"
        },
        "serviceRequestQuotaUri": {
          "description": "URI to the page where users can request more quota for the cloud service—for example, https://console.cloud.google.com/iam-admin/quotas.",
          "type": "string"
        },
        "quotaDisplayName": {
          "description": "The display name of the quota.",
          "type": "string"
        },
        "metricDisplayName": {
          "description": "The display name of the quota metric",
          "type": "string"
        },
        "quotaId": {
          "description": "The id of the quota, which is unique within the service. For example, `CpusPerProjectPerRegion`",
          "type": "string"
        },
        "containerType": {
          "type": "string",
          "enumDescriptions": [
            "Unspecified container type.",
            "consumer project",
            "folder",
            "organization"
          ],
          "enum": [
            "CONTAINER_TYPE_UNSPECIFIED",
            "PROJECT",
            "FOLDER",
            "ORGANIZATION"
          ],
          "description": "The container type of the QuotaInfo."
        }
      }
    },
    "QuotaPreference": {
      "description": "QuotaPreference represents the preferred quota configuration specified for a project, folder or organization. There is only one QuotaPreference resource for a quota value targeting a unique set of dimensions.",
      "properties": {
        "justification": {
          "description": "The reason / justification for this quota preference.",
          "type": "string"
        },
        "name": {
          "description": "Required except in the CREATE requests. The resource name of the quota preference. The path that follows `/locations` must be `/global`. For example: `projects/123/locations/global/quotaPreferences/my-config-for-us-east1`",
          "type": "string"
        },
        "dimensions": {
          "description": "Immutable. The dimensions that this quota preference applies to. The key of the map entry is the name of a dimension, such as `region`, `zone`, `network_id`, and the value of the map entry is the dimension value. If a dimension is missing from the map of dimensions, the quota preference applies to all the dimension values except for those that have other quota preferences configured for the specific value. Note: QuotaPreferences can only be applied across all values of `user` and `resource` dimension. Do not set values for `user` or `resource` in the dimension map. For example: `{\"provider\" : \"Example Organization\"}` where `provider` is a service-specific quota dimension and `Example Organization` is the provider name.",
          "additionalProperties": {
            "type": "string"
          },
          "type": "object"
        },
        "createTime": {
          "description": "Output only. Create time stamp",
          "format": "google-datetime",
          "readOnly": true,
          "type": "string"
        },
        "service": {
          "description": "Required. The name of the service to which the quota preference is applied.",
          "type": "string"
        },
        "updateTime": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Update time stamp",
          "format": "google-datetime"
        },
        "quotaId": {
          "description": "Required. The id of the quota to which the quota preference is applied. A quota name is unique in the service. For example, `CpusPerProjectPerRegion`",
          "type": "string"
        },
        "etag": {
          "description": "Optional. The current etag of the quota preference. If an etag is provided on update and does not match the current server's etag of the quota preference, the request will be blocked and an ABORTED error will be returned. See https://google.aip.dev/134#etags for more details on etags.",
          "type": "string"
        },
        "quotaConfig": {
          "description": "Required. Preferred quota configuration.",
          "$ref": "QuotaConfig"
        },
        "contactEmail": {
          "description": "Input only. An email address that can be used to contact the user, in case Google Cloud needs more information to make a decision before additional quota can be granted. When requesting a quota increase, the email address is required. When requesting a quota decrease, the email address is optional. For example, the email address is optional when the `QuotaConfig.preferred_value` is smaller than the `QuotaDetails.reset_value`.",
          "type": "string"
        },
        "reconciling": {
          "description": "Output only. Is the quota preference pending Google Cloud approval and fulfillment.",
          "readOnly": true,
          "type": "boolean"
        }
      },
      "type": "object",
      "id": "QuotaPreference"
    },
    "ListQuotaInfosResponse": {
      "type": "object",
      "id": "ListQuotaInfosResponse",
      "description": "Message for response to listing QuotaInfos",
      "properties": {
        "quotaInfos": {
          "description": "The list of QuotaInfo",
          "type": "array",
          "items": {
            "$ref": "QuotaInfo"
          }
        },
        "nextPageToken": {
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
          "type": "string"
        }
      }
    },
    "ListQuotaPreferencesResponse": {
      "type": "object",
      "id": "ListQuotaPreferencesResponse",
      "description": "Message for response to listing QuotaPreferences",
      "properties": {
        "nextPageToken": {
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
          "type": "string"
        },
        "quotaPreferences": {
          "type": "array",
          "items": {
            "$ref": "QuotaPreference"
          },
          "description": "The list of QuotaPreference"
        },
        "unreachable": {
          "description": "Locations that could not be reached.",
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "ListGdcQuotaInfosResponse": {
      "id": "ListGdcQuotaInfosResponse",
      "type": "object",
      "description": "Message for response to listing GdcQuotaInfos",
      "properties": {
        "gdcQuotaInfos": {
          "description": "The list of GdcQuotaInfo",
          "type": "array",
          "items": {
            "$ref": "GdcQuotaInfo"
          }
        },
        "nextPageToken": {
          "description": "A token identifying a page of results the server should return.",
          "type": "string"
        }
      }
    }
  },
  "ownerDomain": "google.com",
  "basePath": "",
  "servicePath": "",
  "mtlsRootUrl": "https://cloudquotas.mtls.googleapis.com/",
  "baseUrl": "https://cloudquotas.googleapis.com/",
  "title": "Cloud Quotas API",
  "documentationLink": "https://cloud.google.com/docs/quotas",
  "id": "cloudquotas:v1",
  "resources": {
    "organizations": {
      "resources": {
        "locations": {
          "resources": {
            "quotaPreferences": {
              "methods": {
                "list": {
                  "path": "v1/{+parent}/quotaPreferences",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameterOrder": [
                    "parent"
                  ],
                  "flatPath": "v1/organizations/{organizationsId}/locations/{locationsId}/quotaPreferences",
                  "parameters": {
                    "filter": {
                      "type": "string",
                      "description": "Optional. Filter result QuotaPreferences by their state, type, create/update time range. Example filters: `reconciling=true AND request_type=CLOUD_CONSOLE`, `reconciling=true OR creation_time\u003e2022-12-03T10:30:00`",
                      "location": "query"
                    },
                    "pageToken": {
                      "type": "string",
                      "description": "Optional. A token identifying a page of results the server should return.",
                      "location": "query"
                    },
                    "orderBy": {
                      "type": "string",
                      "description": "Optional. How to order of the results. By default, the results are ordered by create time. Example orders: `quota_id`, `service, create_time`",
                      "location": "query"
                    },
                    "parent": {
                      "pattern": "^organizations/[^/]+/locations/[^/]+$",
                      "required": true,
                      "type": "string",
                      "description": "Required. Identifier. Parent value of QuotaPreference resources. Listing across different resource containers (such as 'projects/-') is not allowed. When the value starts with 'folders' or 'organizations', it lists the QuotaPreferences for org quotas in the container. It does not list the QuotaPreferences in the descendant projects of the container. Example parents: `projects/123/locations/global`",
                      "location": "path"
                    },
                    "pageSize": {
                      "type": "integer",
                      "format": "int32",
                      "description": "Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.",
                      "location": "query"
                    }
                  },
                  "response": {
                    "$ref": "ListQuotaPreferencesResponse"
                  },
                  "id": "cloudquotas.organizations.locations.quotaPreferences.list",
                  "httpMethod": "GET",
                  "description": "Lists QuotaPreferences in a given project, folder or organization."
                },
                "create": {
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameterOrder": [
                    "parent"
                  ],
                  "path": "v1/{+parent}/quotaPreferences",
                  "request": {
                    "$ref": "QuotaPreference"
                  },
                  "id": "cloudquotas.organizations.locations.quotaPreferences.create",
                  "description": "Creates a new QuotaPreference that declares the desired value for a quota.",
                  "httpMethod": "POST",
                  "response": {
                    "$ref": "QuotaPreference"
                  },
                  "flatPath": "v1/organizations/{organizationsId}/locations/{locationsId}/quotaPreferences",
                  "parameters": {
                    "ignoreSafetyChecks": {
                      "enumDescriptions": [
                        "Unspecified quota safety check.",
                        "Validates that a quota mutation would not cause the consumer's effective limit to be lower than the consumer's quota usage.",
                        "Validates that a quota mutation would not cause the consumer's effective limit to decrease by more than 10 percent."
                      ],
                      "description": "The list of quota safety checks to be ignored.",
                      "location": "query",
                      "type": "string",
                      "enum": [
                        "QUOTA_SAFETY_CHECK_UNSPECIFIED",
                        "QUOTA_DECREASE_BELOW_USAGE",
                        "QUOTA_DECREASE_PERCENTAGE_TOO_HIGH"
                      ],
                      "repeated": true
                    },
                    "quotaPreferenceId": {
                      "type": "string",
                      "description": "Optional. Id of the requesting object, must be unique under its parent. If client does not set this field, the service will generate one.",
                      "location": "query"
                    },
                    "parent": {
                      "description": "Required. Identifier. Value for parent. Example: `projects/123/locations/global`",
                      "location": "path",
                      "pattern": "^organizations/[^/]+/locations/[^/]+$",
                      "required": true,
                      "type": "string"
                    }
                  }
                },
                "get": {
                  "flatPath": "v1/organizations/{organizationsId}/locations/{locationsId}/quotaPreferences/{quotaPreferencesId}",
                  "parameters": {
                    "name": {
                      "description": "Required. Identifier. Name of the resource Example name: `projects/123/locations/global/quota_preferences/my-config-for-us-east1`",
                      "location": "path",
                      "pattern": "^organizations/[^/]+/locations/[^/]+/quotaPreferences/[^/]+$",
                      "required": true,
                      "type": "string"
                    }
                  },
                  "response": {
                    "$ref": "QuotaPreference"
                  },
                  "id": "cloudquotas.organizations.locations.quotaPreferences.get",
                  "httpMethod": "GET",
                  "description": "Gets details of a single QuotaPreference.",
                  "path": "v1/{+name}",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameterOrder": [
                    "name"
                  ]
                },
                "patch": {
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameterOrder": [
                    "name"
                  ],
                  "path": "v1/{+name}",
                  "request": {
                    "$ref": "QuotaPreference"
                  },
                  "id": "cloudquotas.organizations.locations.quotaPreferences.patch",
                  "description": "Updates the parameters of a single QuotaPreference. It can updates the config in any states, not just the ones pending approval.",
                  "httpMethod": "PATCH",
                  "response": {
                    "$ref": "QuotaPreference"
                  },
                  "flatPath": "v1/organizations/{organizationsId}/locations/{locationsId}/quotaPreferences/{quotaPreferencesId}",
                  "parameters": {
                    "name": {
                      "pattern": "^organizations/[^/]+/locations/[^/]+/quotaPreferences/[^/]+$",
                      "required": true,
                      "type": "string",
                      "description": "Required except in the CREATE requests. The resource name of the quota preference. The path that follows `/locations` must be `/global`. For example: `projects/123/locations/global/quotaPreferences/my-config-for-us-east1`",
                      "location": "path"
                    },
                    "allowMissing": {
                      "type": "boolean",
                      "description": "Optional. If set to true, and the quota preference is not found, a new one will be created. In this situation, `update_mask` is ignored.",
                      "location": "query"
                    },
                    "validateOnly": {
                      "type": "boolean",
                      "description": "Optional. If set to true, validate the request, but do not actually update. Note that a request being valid does not mean that the request is guaranteed to be fulfilled.",
                      "location": "query"
                    },
                    "updateMask": {
                      "type": "string",
                      "description": "Optional. Field mask is used to specify the fields to be overwritten in the QuotaPreference resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.",
                      "location": "query",
                      "format": "google-fieldmask"
                    },
                    "ignoreSafetyChecks": {
                      "description": "The list of quota safety checks to be ignored.",
                      "location": "query",
                      "enumDescriptions": [
                        "Unspecified quota safety check.",
                        "Validates that a quota mutation would not cause the consumer's effective limit to be lower than the consumer's quota usage.",
                        "Validates that a quota mutation would not cause the consumer's effective limit to decrease by more than 10 percent."
                      ],
                      "repeated": true,
                      "enum": [
                        "QUOTA_SAFETY_CHECK_UNSPECIFIED",
                        "QUOTA_DECREASE_BELOW_USAGE",
                        "QUOTA_DECREASE_PERCENTAGE_TOO_HIGH"
                      ],
                      "type": "string"
                    }
                  }
                }
              }
            },
            "gdcZones": {
              "resources": {
                "gdcServices": {
                  "resources": {
                    "gdcQuotaInfos": {
                      "methods": {
                        "list": {
                          "scopes": [
                            "https://www.googleapis.com/auth/cloud-platform"
                          ],
                          "parameterOrder": [
                            "parent"
                          ],
                          "path": "v1/{+parent}/gdcQuotaInfos",
                          "id": "cloudquotas.organizations.locations.gdcZones.gdcServices.gdcQuotaInfos.list",
                          "httpMethod": "GET",
                          "description": "Lists GdcQuotaInfos in a given project and location.",
                          "flatPath": "v1/organizations/{organizationsId}/locations/{locationsId}/gdcZones/{gdcZonesId}/gdcServices/{gdcServicesId}/gdcQuotaInfos",
                          "parameters": {
                            "parent": {
                              "description": "Required. Parent value of GdcQuotaInfo resources. Listing across different resource containers (such as 'projects/-') is not allowed. Example parents: `projects/123/locations/us-west2/gdcZones/us-west2-edge-lga1/gdcServices/edgecontainer.googleapis.com` `organizations/123/locations/us-west2/gdcZones/us-west2-edge-lga1/gdcServices/edgecontainer.googleapis.com`",
                              "location": "path",
                              "pattern": "^organizations/[^/]+/locations/[^/]+/gdcZones/[^/]+/gdcServices/[^/]+$",
                              "required": true,
                              "type": "string"
                            },
                            "pageSize": {
                              "description": "Optional. Requested page size. Server may return fewer items than requested. If unspecified, the default page size is 50. The maximum value is 1000; values above 1000 will be coerced to 1000.",
                              "location": "query",
                              "format": "int32",
                              "type": "integer"
                            },
                            "pageToken": {
                              "type": "string",
                              "description": "Optional. A token identifying a page of results the server should return.",
                              "location": "query"
                            }
                          },
                          "response": {
                            "$ref": "ListGdcQuotaInfosResponse"
                          }
                        },
                        "get": {
                          "description": "Gets details of a single GdcQuotaInfo.",
                          "httpMethod": "GET",
                          "id": "cloudquotas.organizations.locations.gdcZones.gdcServices.gdcQuotaInfos.get",
                          "response": {
                            "$ref": "GdcQuotaInfo"
                          },
                          "flatPath": "v1/organizations/{organizationsId}/locations/{locationsId}/gdcZones/{gdcZonesId}/gdcServices/{gdcServicesId}/gdcQuotaInfos/{gdcQuotaInfosId}",
                          "parameters": {
                            "name": {
                              "pattern": "^organizations/[^/]+/locations/[^/]+/gdcZones/[^/]+/gdcServices/[^/]+/gdcQuotaInfos/[^/]+$",
                              "required": true,
                              "type": "string",
                              "description": "Required. The resource name of the GdcQuotaInfo. An example name: `projects/123/locations/us-west2/gdcZones/us-west2-edge-lga1/gdcServices/edgecontainer.googleapis.com/gdcQuotaInfos/gdc-quota-1` `organizations/123/locations/us-west2/gdcZones/us-west2-edge-lga1/gdcServices/edgecontainer.googleapis.com/gdcQuotaInfos/gdc-quota-1`",
                              "location": "path"
                            }
                          },
                          "parameterOrder": [
                            "name"
                          ],
                          "scopes": [
                            "https://www.googleapis.com/auth/cloud-platform"
                          ],
                          "path": "v1/{+name}"
                        }
                      }
                    }
                  }
                }
              }
            },
            "quotaAdjusterSettings": {
              "methods": {
                "updateQuotaAdjusterSettings": {
                  "description": "Updates the QuotaAdjusterSettings for the specified resource.",
                  "httpMethod": "PATCH",
                  "id": "cloudquotas.organizations.locations.quotaAdjusterSettings.updateQuotaAdjusterSettings",
                  "response": {
                    "$ref": "QuotaAdjusterSettings"
                  },
                  "flatPath": "v1/organizations/{organizationsId}/locations/{locationsId}/quotaAdjusterSettings",
                  "parameters": {
                    "updateMask": {
                      "type": "string",
                      "description": "Optional. The list of fields to update.",
                      "location": "query",
                      "format": "google-fieldmask"
                    },
                    "validateOnly": {
                      "type": "boolean",
                      "description": "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.",
                      "location": "query"
                    },
                    "name": {
                      "description": "Identifier. Name of the configuration, in the formats below: * For a project: projects/PROJECT_NUMBER/locations/global/quotaAdjusterSettings * For a folder: folders/FOLDER_NUMBER/locations/global/quotaAdjusterSettings * For an organization: organizations/ORGANIZATION_NUMBER/locations/global/quotaAdjusterSettings",
                      "location": "path",
                      "pattern": "^organizations/[^/]+/locations/[^/]+/quotaAdjusterSettings$",
                      "required": true,
                      "type": "string"
                    }
                  },
                  "parameterOrder": [
                    "name"
                  ],
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "request": {
                    "$ref": "QuotaAdjusterSettings"
                  },
                  "path": "v1/{+name}"
                },
                "getQuotaAdjusterSettings": {
                  "response": {
                    "$ref": "QuotaAdjusterSettings"
                  },
                  "flatPath": "v1/organizations/{organizationsId}/locations/{locationsId}/quotaAdjusterSettings",
                  "parameters": {
                    "name": {
                      "pattern": "^organizations/[^/]+/locations/[^/]+/quotaAdjusterSettings$",
                      "required": true,
                      "type": "string",
                      "description": "Required. Identifier. Name of the `quotaAdjusterSettings` configuration. Only a single setting per project is supported.",
                      "location": "path"
                    }
                  },
                  "id": "cloudquotas.organizations.locations.quotaAdjusterSettings.getQuotaAdjusterSettings",
                  "description": "Gets the QuotaAdjusterSettings for the specified resource.",
                  "httpMethod": "GET",
                  "path": "v1/{+name}",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameterOrder": [
                    "name"
                  ]
                }
              }
            },
            "services": {
              "resources": {
                "quotaInfos": {
                  "methods": {
                    "list": {
                      "httpMethod": "GET",
                      "description": "Lists QuotaInfos of all quotas for a given project, folder or organization.",
                      "id": "cloudquotas.organizations.locations.services.quotaInfos.list",
                      "flatPath": "v1/organizations/{organizationsId}/locations/{locationsId}/services/{servicesId}/quotaInfos",
                      "parameters": {
                        "parent": {
                          "description": "Required. Identifier. Parent value of QuotaInfo resources. Listing across different resource containers (such as 'projects/-') is not allowed. Example names: `projects/123/locations/global/services/compute.googleapis.com` `folders/234/locations/global/services/compute.googleapis.com` `organizations/345/locations/global/services/compute.googleapis.com`",
                          "location": "path",
                          "pattern": "^organizations/[^/]+/locations/[^/]+/services/[^/]+$",
                          "required": true,
                          "type": "string"
                        },
                        "pageSize": {
                          "description": "Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.",
                          "location": "query",
                          "format": "int32",
                          "type": "integer"
                        },
                        "pageToken": {
                          "type": "string",
                          "description": "Optional. A token identifying a page of results the server should return.",
                          "location": "query"
                        }
                      },
                      "response": {
                        "$ref": "ListQuotaInfosResponse"
                      },
                      "parameterOrder": [
                        "parent"
                      ],
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "path": "v1/{+parent}/quotaInfos"
                    },
                    "get": {
                      "parameterOrder": [
                        "name"
                      ],
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "path": "v1/{+name}",
                      "httpMethod": "GET",
                      "description": "Retrieve the QuotaInfo of a quota for a project, folder or organization.",
                      "id": "cloudquotas.organizations.locations.services.quotaInfos.get",
                      "flatPath": "v1/organizations/{organizationsId}/locations/{locationsId}/services/{servicesId}/quotaInfos/{quotaInfosId}",
                      "parameters": {
                        "name": {
                          "pattern": "^organizations/[^/]+/locations/[^/]+/services/[^/]+/quotaInfos/[^/]+$",
                          "required": true,
                          "type": "string",
                          "description": "Required. Identifier. The resource name of the quota info. An example name: `projects/123/locations/global/services/compute.googleapis.com/quotaInfos/CpusPerProjectPerRegion`",
                          "location": "path"
                        }
                      },
                      "response": {
                        "$ref": "QuotaInfo"
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "folders": {
      "resources": {
        "locations": {
          "resources": {
            "quotaPreferences": {
              "methods": {
                "get": {
                  "path": "v1/{+name}",
                  "parameterOrder": [
                    "name"
                  ],
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "flatPath": "v1/folders/{foldersId}/locations/{locationsId}/quotaPreferences/{quotaPreferencesId}",
                  "parameters": {
                    "name": {
                      "description": "Required. Identifier. Name of the resource Example name: `projects/123/locations/global/quota_preferences/my-config-for-us-east1`",
                      "location": "path",
                      "pattern": "^folders/[^/]+/locations/[^/]+/quotaPreferences/[^/]+$",
                      "required": true,
                      "type": "string"
                    }
                  },
                  "response": {
                    "$ref": "QuotaPreference"
                  },
                  "httpMethod": "GET",
                  "description": "Gets details of a single QuotaPreference.",
                  "id": "cloudquotas.folders.locations.quotaPreferences.get"
                },
                "patch": {
                  "path": "v1/{+name}",
                  "request": {
                    "$ref": "QuotaPreference"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameterOrder": [
                    "name"
                  ],
                  "flatPath": "v1/folders/{foldersId}/locations/{locationsId}/quotaPreferences/{quotaPreferencesId}",
                  "parameters": {
                    "name": {
                      "pattern": "^folders/[^/]+/locations/[^/]+/quotaPreferences/[^/]+$",
                      "required": true,
                      "type": "string",
                      "description": "Required except in the CREATE requests. The resource name of the quota preference. The path that follows `/locations` must be `/global`. For example: `projects/123/locations/global/quotaPreferences/my-config-for-us-east1`",
                      "location": "path"
                    },
                    "allowMissing": {
                      "description": "Optional. If set to true, and the quota preference is not found, a new one will be created. In this situation, `update_mask` is ignored.",
                      "location": "query",
                      "type": "boolean"
                    },
                    "validateOnly": {
                      "type": "boolean",
                      "description": "Optional. If set to true, validate the request, but do not actually update. Note that a request being valid does not mean that the request is guaranteed to be fulfilled.",
                      "location": "query"
                    },
                    "updateMask": {
                      "type": "string",
                      "format": "google-fieldmask",
                      "description": "Optional. Field mask is used to specify the fields to be overwritten in the QuotaPreference resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.",
                      "location": "query"
                    },
                    "ignoreSafetyChecks": {
                      "description": "The list of quota safety checks to be ignored.",
                      "location": "query",
                      "enumDescriptions": [
                        "Unspecified quota safety check.",
                        "Validates that a quota mutation would not cause the consumer's effective limit to be lower than the consumer's quota usage.",
                        "Validates that a quota mutation would not cause the consumer's effective limit to decrease by more than 10 percent."
                      ],
                      "type": "string",
                      "repeated": true,
                      "enum": [
                        "QUOTA_SAFETY_CHECK_UNSPECIFIED",
                        "QUOTA_DECREASE_BELOW_USAGE",
                        "QUOTA_DECREASE_PERCENTAGE_TOO_HIGH"
                      ]
                    }
                  },
                  "response": {
                    "$ref": "QuotaPreference"
                  },
                  "id": "cloudquotas.folders.locations.quotaPreferences.patch",
                  "httpMethod": "PATCH",
                  "description": "Updates the parameters of a single QuotaPreference. It can updates the config in any states, not just the ones pending approval."
                },
                "create": {
                  "flatPath": "v1/folders/{foldersId}/locations/{locationsId}/quotaPreferences",
                  "parameters": {
                    "ignoreSafetyChecks": {
                      "enumDescriptions": [
                        "Unspecified quota safety check.",
                        "Validates that a quota mutation would not cause the consumer's effective limit to be lower than the consumer's quota usage.",
                        "Validates that a quota mutation would not cause the consumer's effective limit to decrease by more than 10 percent."
                      ],
                      "description": "The list of quota safety checks to be ignored.",
                      "location": "query",
                      "type": "string",
                      "enum": [
                        "QUOTA_SAFETY_CHECK_UNSPECIFIED",
                        "QUOTA_DECREASE_BELOW_USAGE",
                        "QUOTA_DECREASE_PERCENTAGE_TOO_HIGH"
                      ],
                      "repeated": true
                    },
                    "parent": {
                      "description": "Required. Identifier. Value for parent. Example: `projects/123/locations/global`",
                      "location": "path",
                      "pattern": "^folders/[^/]+/locations/[^/]+$",
                      "required": true,
                      "type": "string"
                    },
                    "quotaPreferenceId": {
                      "type": "string",
                      "description": "Optional. Id of the requesting object, must be unique under its parent. If client does not set this field, the service will generate one.",
                      "location": "query"
                    }
                  },
                  "response": {
                    "$ref": "QuotaPreference"
                  },
                  "httpMethod": "POST",
                  "description": "Creates a new QuotaPreference that declares the desired value for a quota.",
                  "id": "cloudquotas.folders.locations.quotaPreferences.create",
                  "request": {
                    "$ref": "QuotaPreference"
                  },
                  "path": "v1/{+parent}/quotaPreferences",
                  "parameterOrder": [
                    "parent"
                  ],
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ]
                },
                "list": {
                  "path": "v1/{+parent}/quotaPreferences",
                  "parameterOrder": [
                    "parent"
                  ],
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "flatPath": "v1/folders/{foldersId}/locations/{locationsId}/quotaPreferences",
                  "parameters": {
                    "filter": {
                      "type": "string",
                      "description": "Optional. Filter result QuotaPreferences by their state, type, create/update time range. Example filters: `reconciling=true AND request_type=CLOUD_CONSOLE`, `reconciling=true OR creation_time\u003e2022-12-03T10:30:00`",
                      "location": "query"
                    },
                    "orderBy": {
                      "type": "string",
                      "description": "Optional. How to order of the results. By default, the results are ordered by create time. Example orders: `quota_id`, `service, create_time`",
                      "location": "query"
                    },
                    "pageToken": {
                      "type": "string",
                      "description": "Optional. A token identifying a page of results the server should return.",
                      "location": "query"
                    },
                    "pageSize": {
                      "type": "integer",
                      "format": "int32",
                      "description": "Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.",
                      "location": "query"
                    },
                    "parent": {
                      "pattern": "^folders/[^/]+/locations/[^/]+$",
                      "required": true,
                      "type": "string",
                      "description": "Required. Identifier. Parent value of QuotaPreference resources. Listing across different resource containers (such as 'projects/-') is not allowed. When the value starts with 'folders' or 'organizations', it lists the QuotaPreferences for org quotas in the container. It does not list the QuotaPreferences in the descendant projects of the container. Example parents: `projects/123/locations/global`",
                      "location": "path"
                    }
                  },
                  "response": {
                    "$ref": "ListQuotaPreferencesResponse"
                  },
                  "httpMethod": "GET",
                  "description": "Lists QuotaPreferences in a given project, folder or organization.",
                  "id": "cloudquotas.folders.locations.quotaPreferences.list"
                }
              }
            },
            "quotaAdjusterSettings": {
              "methods": {
                "updateQuotaAdjusterSettings": {
                  "id": "cloudquotas.folders.locations.quotaAdjusterSettings.updateQuotaAdjusterSettings",
                  "description": "Updates the QuotaAdjusterSettings for the specified resource.",
                  "httpMethod": "PATCH",
                  "response": {
                    "$ref": "QuotaAdjusterSettings"
                  },
                  "flatPath": "v1/folders/{foldersId}/locations/{locationsId}/quotaAdjusterSettings",
                  "parameters": {
                    "updateMask": {
                      "description": "Optional. The list of fields to update.",
                      "location": "query",
                      "format": "google-fieldmask",
                      "type": "string"
                    },
                    "validateOnly": {
                      "description": "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.",
                      "location": "query",
                      "type": "boolean"
                    },
                    "name": {
                      "description": "Identifier. Name of the configuration, in the formats below: * For a project: projects/PROJECT_NUMBER/locations/global/quotaAdjusterSettings * For a folder: folders/FOLDER_NUMBER/locations/global/quotaAdjusterSettings * For an organization: organizations/ORGANIZATION_NUMBER/locations/global/quotaAdjusterSettings",
                      "location": "path",
                      "pattern": "^folders/[^/]+/locations/[^/]+/quotaAdjusterSettings$",
                      "required": true,
                      "type": "string"
                    }
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameterOrder": [
                    "name"
                  ],
                  "path": "v1/{+name}",
                  "request": {
                    "$ref": "QuotaAdjusterSettings"
                  }
                },
                "getQuotaAdjusterSettings": {
                  "path": "v1/{+name}",
                  "parameterOrder": [
                    "name"
                  ],
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "flatPath": "v1/folders/{foldersId}/locations/{locationsId}/quotaAdjusterSettings",
                  "parameters": {
                    "name": {
                      "pattern": "^folders/[^/]+/locations/[^/]+/quotaAdjusterSettings$",
                      "required": true,
                      "type": "string",
                      "description": "Required. Identifier. Name of the `quotaAdjusterSettings` configuration. Only a single setting per project is supported.",
                      "location": "path"
                    }
                  },
                  "response": {
                    "$ref": "QuotaAdjusterSettings"
                  },
                  "httpMethod": "GET",
                  "description": "Gets the QuotaAdjusterSettings for the specified resource.",
                  "id": "cloudquotas.folders.locations.quotaAdjusterSettings.getQuotaAdjusterSettings"
                }
              }
            },
            "services": {
              "resources": {
                "quotaInfos": {
                  "methods": {
                    "list": {
                      "flatPath": "v1/folders/{foldersId}/locations/{locationsId}/services/{servicesId}/quotaInfos",
                      "parameters": {
                        "pageToken": {
                          "description": "Optional. A token identifying a page of results the server should return.",
                          "location": "query",
                          "type": "string"
                        },
                        "parent": {
                          "pattern": "^folders/[^/]+/locations/[^/]+/services/[^/]+$",
                          "required": true,
                          "type": "string",
                          "description": "Required. Identifier. Parent value of QuotaInfo resources. Listing across different resource containers (such as 'projects/-') is not allowed. Example names: `projects/123/locations/global/services/compute.googleapis.com` `folders/234/locations/global/services/compute.googleapis.com` `organizations/345/locations/global/services/compute.googleapis.com`",
                          "location": "path"
                        },
                        "pageSize": {
                          "type": "integer",
                          "description": "Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.",
                          "location": "query",
                          "format": "int32"
                        }
                      },
                      "response": {
                        "$ref": "ListQuotaInfosResponse"
                      },
                      "id": "cloudquotas.folders.locations.services.quotaInfos.list",
                      "httpMethod": "GET",
                      "description": "Lists QuotaInfos of all quotas for a given project, folder or organization.",
                      "path": "v1/{+parent}/quotaInfos",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "parameterOrder": [
                        "parent"
                      ]
                    },
                    "get": {
                      "path": "v1/{+name}",
                      "parameterOrder": [
                        "name"
                      ],
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "response": {
                        "$ref": "QuotaInfo"
                      },
                      "flatPath": "v1/folders/{foldersId}/locations/{locationsId}/services/{servicesId}/quotaInfos/{quotaInfosId}",
                      "parameters": {
                        "name": {
                          "description": "Required. Identifier. The resource name of the quota info. An example name: `projects/123/locations/global/services/compute.googleapis.com/quotaInfos/CpusPerProjectPerRegion`",
                          "location": "path",
                          "pattern": "^folders/[^/]+/locations/[^/]+/services/[^/]+/quotaInfos/[^/]+$",
                          "required": true,
                          "type": "string"
                        }
                      },
                      "description": "Retrieve the QuotaInfo of a quota for a project, folder or organization.",
                      "httpMethod": "GET",
                      "id": "cloudquotas.folders.locations.services.quotaInfos.get"
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "projects": {
      "resources": {
        "locations": {
          "resources": {
            "quotaPreferences": {
              "methods": {
                "create": {
                  "parameterOrder": [
                    "parent"
                  ],
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "request": {
                    "$ref": "QuotaPreference"
                  },
                  "path": "v1/{+parent}/quotaPreferences",
                  "httpMethod": "POST",
                  "description": "Creates a new QuotaPreference that declares the desired value for a quota.",
                  "id": "cloudquotas.projects.locations.quotaPreferences.create",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/quotaPreferences",
                  "parameters": {
                    "ignoreSafetyChecks": {
                      "description": "The list of quota safety checks to be ignored.",
                      "location": "query",
                      "enumDescriptions": [
                        "Unspecified quota safety check.",
                        "Validates that a quota mutation would not cause the consumer's effective limit to be lower than the consumer's quota usage.",
                        "Validates that a quota mutation would not cause the consumer's effective limit to decrease by more than 10 percent."
                      ],
                      "repeated": true,
                      "enum": [
                        "QUOTA_SAFETY_CHECK_UNSPECIFIED",
                        "QUOTA_DECREASE_BELOW_USAGE",
                        "QUOTA_DECREASE_PERCENTAGE_TOO_HIGH"
                      ],
                      "type": "string"
                    },
                    "parent": {
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "required": true,
                      "type": "string",
                      "description": "Required. Identifier. Value for parent. Example: `projects/123/locations/global`",
                      "location": "path"
                    },
                    "quotaPreferenceId": {
                      "description": "Optional. Id of the requesting object, must be unique under its parent. If client does not set this field, the service will generate one.",
                      "location": "query",
                      "type": "string"
                    }
                  },
                  "response": {
                    "$ref": "QuotaPreference"
                  }
                },
                "get": {
                  "path": "v1/{+name}",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameterOrder": [
                    "name"
                  ],
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/quotaPreferences/{quotaPreferencesId}",
                  "parameters": {
                    "name": {
                      "description": "Required. Identifier. Name of the resource Example name: `projects/123/locations/global/quota_preferences/my-config-for-us-east1`",
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+/quotaPreferences/[^/]+$",
                      "required": true,
                      "type": "string"
                    }
                  },
                  "response": {
                    "$ref": "QuotaPreference"
                  },
                  "id": "cloudquotas.projects.locations.quotaPreferences.get",
                  "httpMethod": "GET",
                  "description": "Gets details of a single QuotaPreference."
                },
                "patch": {
                  "id": "cloudquotas.projects.locations.quotaPreferences.patch",
                  "httpMethod": "PATCH",
                  "description": "Updates the parameters of a single QuotaPreference. It can updates the config in any states, not just the ones pending approval.",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/quotaPreferences/{quotaPreferencesId}",
                  "parameters": {
                    "name": {
                      "description": "Required except in the CREATE requests. The resource name of the quota preference. The path that follows `/locations` must be `/global`. For example: `projects/123/locations/global/quotaPreferences/my-config-for-us-east1`",
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+/quotaPreferences/[^/]+$",
                      "required": true,
                      "type": "string"
                    },
                    "allowMissing": {
                      "type": "boolean",
                      "description": "Optional. If set to true, and the quota preference is not found, a new one will be created. In this situation, `update_mask` is ignored.",
                      "location": "query"
                    },
                    "updateMask": {
                      "type": "string",
                      "format": "google-fieldmask",
                      "description": "Optional. Field mask is used to specify the fields to be overwritten in the QuotaPreference resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.",
                      "location": "query"
                    },
                    "ignoreSafetyChecks": {
                      "enumDescriptions": [
                        "Unspecified quota safety check.",
                        "Validates that a quota mutation would not cause the consumer's effective limit to be lower than the consumer's quota usage.",
                        "Validates that a quota mutation would not cause the consumer's effective limit to decrease by more than 10 percent."
                      ],
                      "description": "The list of quota safety checks to be ignored.",
                      "location": "query",
                      "type": "string",
                      "enum": [
                        "QUOTA_SAFETY_CHECK_UNSPECIFIED",
                        "QUOTA_DECREASE_BELOW_USAGE",
                        "QUOTA_DECREASE_PERCENTAGE_TOO_HIGH"
                      ],
                      "repeated": true
                    },
                    "validateOnly": {
                      "type": "boolean",
                      "description": "Optional. If set to true, validate the request, but do not actually update. Note that a request being valid does not mean that the request is guaranteed to be fulfilled.",
                      "location": "query"
                    }
                  },
                  "response": {
                    "$ref": "QuotaPreference"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameterOrder": [
                    "name"
                  ],
                  "path": "v1/{+name}",
                  "request": {
                    "$ref": "QuotaPreference"
                  }
                },
                "list": {
                  "description": "Lists QuotaPreferences in a given project, folder or organization.",
                  "httpMethod": "GET",
                  "id": "cloudquotas.projects.locations.quotaPreferences.list",
                  "response": {
                    "$ref": "ListQuotaPreferencesResponse"
                  },
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/quotaPreferences",
                  "parameters": {
                    "pageSize": {
                      "description": "Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.",
                      "location": "query",
                      "format": "int32",
                      "type": "integer"
                    },
                    "parent": {
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "required": true,
                      "type": "string",
                      "description": "Required. Identifier. Parent value of QuotaPreference resources. Listing across different resource containers (such as 'projects/-') is not allowed. When the value starts with 'folders' or 'organizations', it lists the QuotaPreferences for org quotas in the container. It does not list the QuotaPreferences in the descendant projects of the container. Example parents: `projects/123/locations/global`",
                      "location": "path"
                    },
                    "orderBy": {
                      "type": "string",
                      "description": "Optional. How to order of the results. By default, the results are ordered by create time. Example orders: `quota_id`, `service, create_time`",
                      "location": "query"
                    },
                    "pageToken": {
                      "description": "Optional. A token identifying a page of results the server should return.",
                      "location": "query",
                      "type": "string"
                    },
                    "filter": {
                      "type": "string",
                      "description": "Optional. Filter result QuotaPreferences by their state, type, create/update time range. Example filters: `reconciling=true AND request_type=CLOUD_CONSOLE`, `reconciling=true OR creation_time\u003e2022-12-03T10:30:00`",
                      "location": "query"
                    }
                  },
                  "parameterOrder": [
                    "parent"
                  ],
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "path": "v1/{+parent}/quotaPreferences"
                }
              }
            },
            "services": {
              "resources": {
                "quotaInfos": {
                  "methods": {
                    "list": {
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "parameterOrder": [
                        "parent"
                      ],
                      "path": "v1/{+parent}/quotaInfos",
                      "id": "cloudquotas.projects.locations.services.quotaInfos.list",
                      "httpMethod": "GET",
                      "description": "Lists QuotaInfos of all quotas for a given project, folder or organization.",
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/services/{servicesId}/quotaInfos",
                      "parameters": {
                        "parent": {
                          "pattern": "^projects/[^/]+/locations/[^/]+/services/[^/]+$",
                          "required": true,
                          "type": "string",
                          "description": "Required. Identifier. Parent value of QuotaInfo resources. Listing across different resource containers (such as 'projects/-') is not allowed. Example names: `projects/123/locations/global/services/compute.googleapis.com` `folders/234/locations/global/services/compute.googleapis.com` `organizations/345/locations/global/services/compute.googleapis.com`",
                          "location": "path"
                        },
                        "pageSize": {
                          "description": "Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.",
                          "location": "query",
                          "format": "int32",
                          "type": "integer"
                        },
                        "pageToken": {
                          "description": "Optional. A token identifying a page of results the server should return.",
                          "location": "query",
                          "type": "string"
                        }
                      },
                      "response": {
                        "$ref": "ListQuotaInfosResponse"
                      }
                    },
                    "get": {
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/services/{servicesId}/quotaInfos/{quotaInfosId}",
                      "parameters": {
                        "name": {
                          "pattern": "^projects/[^/]+/locations/[^/]+/services/[^/]+/quotaInfos/[^/]+$",
                          "required": true,
                          "type": "string",
                          "description": "Required. Identifier. The resource name of the quota info. An example name: `projects/123/locations/global/services/compute.googleapis.com/quotaInfos/CpusPerProjectPerRegion`",
                          "location": "path"
                        }
                      },
                      "response": {
                        "$ref": "QuotaInfo"
                      },
                      "id": "cloudquotas.projects.locations.services.quotaInfos.get",
                      "httpMethod": "GET",
                      "description": "Retrieve the QuotaInfo of a quota for a project, folder or organization.",
                      "path": "v1/{+name}",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "parameterOrder": [
                        "name"
                      ]
                    }
                  }
                }
              }
            },
            "gdcZones": {
              "resources": {
                "gdcServices": {
                  "resources": {
                    "gdcQuotaInfos": {
                      "methods": {
                        "list": {
                          "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/gdcZones/{gdcZonesId}/gdcServices/{gdcServicesId}/gdcQuotaInfos",
                          "parameters": {
                            "pageToken": {
                              "description": "Optional. A token identifying a page of results the server should return.",
                              "location": "query",
                              "type": "string"
                            },
                            "pageSize": {
                              "description": "Optional. Requested page size. Server may return fewer items than requested. If unspecified, the default page size is 50. The maximum value is 1000; values above 1000 will be coerced to 1000.",
                              "location": "query",
                              "format": "int32",
                              "type": "integer"
                            },
                            "parent": {
                              "pattern": "^projects/[^/]+/locations/[^/]+/gdcZones/[^/]+/gdcServices/[^/]+$",
                              "required": true,
                              "type": "string",
                              "description": "Required. Parent value of GdcQuotaInfo resources. Listing across different resource containers (such as 'projects/-') is not allowed. Example parents: `projects/123/locations/us-west2/gdcZones/us-west2-edge-lga1/gdcServices/edgecontainer.googleapis.com` `organizations/123/locations/us-west2/gdcZones/us-west2-edge-lga1/gdcServices/edgecontainer.googleapis.com`",
                              "location": "path"
                            }
                          },
                          "response": {
                            "$ref": "ListGdcQuotaInfosResponse"
                          },
                          "id": "cloudquotas.projects.locations.gdcZones.gdcServices.gdcQuotaInfos.list",
                          "httpMethod": "GET",
                          "description": "Lists GdcQuotaInfos in a given project and location.",
                          "path": "v1/{+parent}/gdcQuotaInfos",
                          "scopes": [
                            "https://www.googleapis.com/auth/cloud-platform"
                          ],
                          "parameterOrder": [
                            "parent"
                          ]
                        },
                        "get": {
                          "scopes": [
                            "https://www.googleapis.com/auth/cloud-platform"
                          ],
                          "parameterOrder": [
                            "name"
                          ],
                          "path": "v1/{+name}",
                          "id": "cloudquotas.projects.locations.gdcZones.gdcServices.gdcQuotaInfos.get",
                          "description": "Gets details of a single GdcQuotaInfo.",
                          "httpMethod": "GET",
                          "response": {
                            "$ref": "GdcQuotaInfo"
                          },
                          "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/gdcZones/{gdcZonesId}/gdcServices/{gdcServicesId}/gdcQuotaInfos/{gdcQuotaInfosId}",
                          "parameters": {
                            "name": {
                              "description": "Required. The resource name of the GdcQuotaInfo. An example name: `projects/123/locations/us-west2/gdcZones/us-west2-edge-lga1/gdcServices/edgecontainer.googleapis.com/gdcQuotaInfos/gdc-quota-1` `organizations/123/locations/us-west2/gdcZones/us-west2-edge-lga1/gdcServices/edgecontainer.googleapis.com/gdcQuotaInfos/gdc-quota-1`",
                              "location": "path",
                              "pattern": "^projects/[^/]+/locations/[^/]+/gdcZones/[^/]+/gdcServices/[^/]+/gdcQuotaInfos/[^/]+$",
                              "required": true,
                              "type": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            },
            "quotaAdjusterSettings": {
              "methods": {
                "updateQuotaAdjusterSettings": {
                  "parameterOrder": [
                    "name"
                  ],
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "request": {
                    "$ref": "QuotaAdjusterSettings"
                  },
                  "path": "v1/{+name}",
                  "description": "Updates the QuotaAdjusterSettings for the specified resource.",
                  "httpMethod": "PATCH",
                  "id": "cloudquotas.projects.locations.quotaAdjusterSettings.updateQuotaAdjusterSettings",
                  "response": {
                    "$ref": "QuotaAdjusterSettings"
                  },
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/quotaAdjusterSettings",
                  "parameters": {
                    "name": {
                      "description": "Identifier. Name of the configuration, in the formats below: * For a project: projects/PROJECT_NUMBER/locations/global/quotaAdjusterSettings * For a folder: folders/FOLDER_NUMBER/locations/global/quotaAdjusterSettings * For an organization: organizations/ORGANIZATION_NUMBER/locations/global/quotaAdjusterSettings",
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+/quotaAdjusterSettings$",
                      "required": true,
                      "type": "string"
                    },
                    "validateOnly": {
                      "description": "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.",
                      "location": "query",
                      "type": "boolean"
                    },
                    "updateMask": {
                      "format": "google-fieldmask",
                      "description": "Optional. The list of fields to update.",
                      "location": "query",
                      "type": "string"
                    }
                  }
                },
                "getQuotaAdjusterSettings": {
                  "path": "v1/{+name}",
                  "parameterOrder": [
                    "name"
                  ],
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "response": {
                    "$ref": "QuotaAdjusterSettings"
                  },
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/quotaAdjusterSettings",
                  "parameters": {
                    "name": {
                      "description": "Required. Identifier. Name of the `quotaAdjusterSettings` configuration. Only a single setting per project is supported.",
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+/quotaAdjusterSettings$",
                      "required": true,
                      "type": "string"
                    }
                  },
                  "description": "Gets the QuotaAdjusterSettings for the specified resource.",
                  "httpMethod": "GET",
                  "id": "cloudquotas.projects.locations.quotaAdjusterSettings.getQuotaAdjusterSettings"
                }
              }
            }
          }
        }
      }
    }
  },
  "batchPath": "batch",
  "description": "Cloud Quotas API provides Google Cloud service consumers with management and observability for resource usage, quotas, and restrictions of the services they consume.",
  "auth": {
    "oauth2": {
      "scopes": {
        "https://www.googleapis.com/auth/cloud-platform": {
          "description": "See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account."
        }
      }
    }
  },
  "fullyEncodeReservedExpansion": true
}
