{
  "version_module": true,
  "baseUrl": "https://cloudquotas.googleapis.com/",
  "resources": {
    "projects": {
      "resources": {
        "locations": {
          "resources": {
            "services": {
              "resources": {
                "quotaInfos": {
                  "methods": {
                    "get": {
                      "parameters": {
                        "name": {
                          "location": "path",
                          "type": "string",
                          "pattern": "^projects/[^/]+/locations/[^/]+/services/[^/]+/quotaInfos/[^/]+$",
                          "description": "Required. The resource name of the quota info. An example name: `projects/123/locations/global/services/compute.googleapis.com/quotaInfos/CpusPerProjectPerRegion`",
                          "required": true
                        }
                      },
                      "id": "cloudquotas.projects.locations.services.quotaInfos.get",
                      "path": "v1beta/{+name}",
                      "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/services/{servicesId}/quotaInfos/{quotaInfosId}",
                      "parameterOrder": [
                        "name"
                      ],
                      "response": {
                        "$ref": "QuotaInfo"
                      },
                      "httpMethod": "GET",
                      "description": "Retrieve the QuotaInfo of a quota for a project, folder or organization.",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ]
                    },
                    "list": {
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "httpMethod": "GET",
                      "description": "Lists QuotaInfos of all quotas for a given project, folder or organization.",
                      "parameterOrder": [
                        "parent"
                      ],
                      "response": {
                        "$ref": "ListQuotaInfosResponse"
                      },
                      "id": "cloudquotas.projects.locations.services.quotaInfos.list",
                      "path": "v1beta/{+parent}/quotaInfos",
                      "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/services/{servicesId}/quotaInfos",
                      "parameters": {
                        "parent": {
                          "location": "path",
                          "type": "string",
                          "required": true,
                          "description": "Required. 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`",
                          "pattern": "^projects/[^/]+/locations/[^/]+/services/[^/]+$"
                        },
                        "pageSize": {
                          "description": "Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.",
                          "location": "query",
                          "type": "integer",
                          "format": "int32"
                        },
                        "pageToken": {
                          "description": "Optional. A token identifying a page of results the server should return.",
                          "location": "query",
                          "type": "string"
                        }
                      }
                    }
                  }
                }
              }
            },
            "quotaPreferences": {
              "methods": {
                "get": {
                  "id": "cloudquotas.projects.locations.quotaPreferences.get",
                  "path": "v1beta/{+name}",
                  "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/quotaPreferences/{quotaPreferencesId}",
                  "parameters": {
                    "name": {
                      "description": "Required. Name of the resource Example name: `projects/123/locations/global/quota_preferences/my-config-for-us-east1`",
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+/quotaPreferences/[^/]+$",
                      "location": "path",
                      "type": "string"
                    }
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "httpMethod": "GET",
                  "description": "Gets details of a single QuotaPreference.",
                  "parameterOrder": [
                    "name"
                  ],
                  "response": {
                    "$ref": "QuotaPreference"
                  }
                },
                "list": {
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "httpMethod": "GET",
                  "description": "Lists QuotaPreferences in a given project, folder or organization.",
                  "parameterOrder": [
                    "parent"
                  ],
                  "response": {
                    "$ref": "ListQuotaPreferencesResponse"
                  },
                  "id": "cloudquotas.projects.locations.quotaPreferences.list",
                  "path": "v1beta/{+parent}/quotaPreferences",
                  "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/quotaPreferences",
                  "parameters": {
                    "parent": {
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "description": "Required. 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`",
                      "required": true,
                      "location": "path",
                      "type": "string"
                    },
                    "filter": {
                      "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",
                      "type": "string"
                    },
                    "pageSize": {
                      "format": "int32",
                      "description": "Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.",
                      "location": "query",
                      "type": "integer"
                    },
                    "pageToken": {
                      "description": "Optional. A token identifying a page of results the server should return.",
                      "location": "query",
                      "type": "string"
                    },
                    "orderBy": {
                      "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",
                      "type": "string"
                    }
                  }
                },
                "create": {
                  "httpMethod": "POST",
                  "description": "Creates a new QuotaPreference that declares the desired value for a quota.",
                  "parameterOrder": [
                    "parent"
                  ],
                  "response": {
                    "$ref": "QuotaPreference"
                  },
                  "request": {
                    "$ref": "QuotaPreference"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameters": {
                    "ignoreSafetyChecks": {
                      "description": "The list of quota safety checks to be ignored.",
                      "repeated": true,
                      "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."
                      ],
                      "location": "query",
                      "type": "string",
                      "enum": [
                        "QUOTA_SAFETY_CHECK_UNSPECIFIED",
                        "QUOTA_DECREASE_BELOW_USAGE",
                        "QUOTA_DECREASE_PERCENTAGE_TOO_HIGH"
                      ]
                    },
                    "parent": {
                      "location": "path",
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "description": "Required. Value for parent. Example: `projects/123/locations/global`",
                      "required": true
                    },
                    "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"
                    }
                  },
                  "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/quotaPreferences",
                  "id": "cloudquotas.projects.locations.quotaPreferences.create",
                  "path": "v1beta/{+parent}/quotaPreferences"
                },
                "patch": {
                  "parameterOrder": [
                    "name"
                  ],
                  "response": {
                    "$ref": "QuotaPreference"
                  },
                  "httpMethod": "PATCH",
                  "description": "Updates the parameters of a single QuotaPreference. It can updates the config in any states, not just the ones pending approval.",
                  "request": {
                    "$ref": "QuotaPreference"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameters": {
                    "updateMask": {
                      "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",
                      "type": "string"
                    },
                    "ignoreSafetyChecks": {
                      "description": "The list of quota safety checks to be ignored.",
                      "repeated": true,
                      "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."
                      ],
                      "enum": [
                        "QUOTA_SAFETY_CHECK_UNSPECIFIED",
                        "QUOTA_DECREASE_BELOW_USAGE",
                        "QUOTA_DECREASE_PERCENTAGE_TOO_HIGH"
                      ],
                      "location": "query",
                      "type": "string"
                    },
                    "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"
                    },
                    "name": {
                      "required": true,
                      "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`",
                      "pattern": "^projects/[^/]+/locations/[^/]+/quotaPreferences/[^/]+$",
                      "location": "path",
                      "type": "string"
                    },
                    "validateOnly": {
                      "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",
                      "type": "boolean"
                    }
                  },
                  "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/quotaPreferences/{quotaPreferencesId}",
                  "id": "cloudquotas.projects.locations.quotaPreferences.patch",
                  "path": "v1beta/{+name}"
                }
              }
            },
            "gdcZones": {
              "resources": {
                "gdcServices": {
                  "resources": {
                    "gdcQuotaInfos": {
                      "methods": {
                        "get": {
                          "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/gdcZones/{gdcZonesId}/gdcServices/{gdcServicesId}/gdcQuotaInfos/{gdcQuotaInfosId}",
                          "id": "cloudquotas.projects.locations.gdcZones.gdcServices.gdcQuotaInfos.get",
                          "path": "v1beta/{+name}",
                          "parameters": {
                            "name": {
                              "location": "path",
                              "type": "string",
                              "required": true,
                              "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`",
                              "pattern": "^projects/[^/]+/locations/[^/]+/gdcZones/[^/]+/gdcServices/[^/]+/gdcQuotaInfos/[^/]+$"
                            }
                          },
                          "scopes": [
                            "https://www.googleapis.com/auth/cloud-platform"
                          ],
                          "parameterOrder": [
                            "name"
                          ],
                          "response": {
                            "$ref": "GdcQuotaInfo"
                          },
                          "httpMethod": "GET",
                          "description": "Gets details of a single GdcQuotaInfo."
                        },
                        "list": {
                          "id": "cloudquotas.projects.locations.gdcZones.gdcServices.gdcQuotaInfos.list",
                          "path": "v1beta/{+parent}/gdcQuotaInfos",
                          "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/gdcZones/{gdcZonesId}/gdcServices/{gdcServicesId}/gdcQuotaInfos",
                          "parameters": {
                            "parent": {
                              "location": "path",
                              "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`",
                              "required": true,
                              "pattern": "^projects/[^/]+/locations/[^/]+/gdcZones/[^/]+/gdcServices/[^/]+$"
                            },
                            "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",
                              "type": "integer",
                              "format": "int32"
                            },
                            "pageToken": {
                              "description": "Optional. A token identifying a page of results the server should return.",
                              "location": "query",
                              "type": "string"
                            }
                          },
                          "scopes": [
                            "https://www.googleapis.com/auth/cloud-platform"
                          ],
                          "httpMethod": "GET",
                          "description": "Lists GdcQuotaInfos in a given project and location.",
                          "parameterOrder": [
                            "parent"
                          ],
                          "response": {
                            "$ref": "ListGdcQuotaInfosResponse"
                          }
                        }
                      }
                    }
                  }
                }
              }
            },
            "quotaAdjusterSettings": {
              "methods": {
                "updateQuotaAdjusterSettings": {
                  "parameterOrder": [
                    "name"
                  ],
                  "response": {
                    "$ref": "QuotaAdjusterSettings"
                  },
                  "httpMethod": "PATCH",
                  "description": "Updates the QuotaAdjusterSettings for the specified resource.",
                  "request": {
                    "$ref": "QuotaAdjusterSettings"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameters": {
                    "name": {
                      "location": "path",
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+/quotaAdjusterSettings$",
                      "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",
                      "required": true
                    },
                    "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": {
                      "description": "Optional. The list of fields to update.",
                      "location": "query",
                      "type": "string",
                      "format": "google-fieldmask"
                    }
                  },
                  "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/quotaAdjusterSettings",
                  "id": "cloudquotas.projects.locations.quotaAdjusterSettings.updateQuotaAdjusterSettings",
                  "path": "v1beta/{+name}"
                },
                "getQuotaAdjusterSettings": {
                  "parameters": {
                    "name": {
                      "location": "path",
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+/quotaAdjusterSettings$",
                      "required": true,
                      "description": "Required. Name of the `quotaAdjusterSettings` configuration. Only a single setting per project is supported."
                    }
                  },
                  "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/quotaAdjusterSettings",
                  "id": "cloudquotas.projects.locations.quotaAdjusterSettings.getQuotaAdjusterSettings",
                  "path": "v1beta/{+name}",
                  "parameterOrder": [
                    "name"
                  ],
                  "response": {
                    "$ref": "QuotaAdjusterSettings"
                  },
                  "httpMethod": "GET",
                  "description": "Gets the QuotaAdjusterSettings for the specified resource.",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ]
                }
              }
            }
          }
        }
      }
    },
    "folders": {
      "resources": {
        "locations": {
          "resources": {
            "quotaAdjusterSettings": {
              "methods": {
                "updateQuotaAdjusterSettings": {
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "request": {
                    "$ref": "QuotaAdjusterSettings"
                  },
                  "httpMethod": "PATCH",
                  "description": "Updates the QuotaAdjusterSettings for the specified resource.",
                  "parameterOrder": [
                    "name"
                  ],
                  "response": {
                    "$ref": "QuotaAdjusterSettings"
                  },
                  "id": "cloudquotas.folders.locations.quotaAdjusterSettings.updateQuotaAdjusterSettings",
                  "path": "v1beta/{+name}",
                  "flatPath": "v1beta/folders/{foldersId}/locations/{locationsId}/quotaAdjusterSettings",
                  "parameters": {
                    "updateMask": {
                      "description": "Optional. The list of fields to update.",
                      "location": "query",
                      "type": "string",
                      "format": "google-fieldmask"
                    },
                    "name": {
                      "required": true,
                      "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",
                      "pattern": "^folders/[^/]+/locations/[^/]+/quotaAdjusterSettings$",
                      "location": "path",
                      "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"
                    }
                  }
                },
                "getQuotaAdjusterSettings": {
                  "parameters": {
                    "name": {
                      "location": "path",
                      "type": "string",
                      "pattern": "^folders/[^/]+/locations/[^/]+/quotaAdjusterSettings$",
                      "description": "Required. Name of the `quotaAdjusterSettings` configuration. Only a single setting per project is supported.",
                      "required": true
                    }
                  },
                  "id": "cloudquotas.folders.locations.quotaAdjusterSettings.getQuotaAdjusterSettings",
                  "path": "v1beta/{+name}",
                  "flatPath": "v1beta/folders/{foldersId}/locations/{locationsId}/quotaAdjusterSettings",
                  "httpMethod": "GET",
                  "description": "Gets the QuotaAdjusterSettings for the specified resource.",
                  "parameterOrder": [
                    "name"
                  ],
                  "response": {
                    "$ref": "QuotaAdjusterSettings"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ]
                }
              }
            },
            "services": {
              "resources": {
                "quotaInfos": {
                  "methods": {
                    "list": {
                      "httpMethod": "GET",
                      "description": "Lists QuotaInfos of all quotas for a given project, folder or organization.",
                      "parameterOrder": [
                        "parent"
                      ],
                      "response": {
                        "$ref": "ListQuotaInfosResponse"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "parameters": {
                        "parent": {
                          "location": "path",
                          "type": "string",
                          "description": "Required. 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`",
                          "required": true,
                          "pattern": "^folders/[^/]+/locations/[^/]+/services/[^/]+$"
                        },
                        "pageSize": {
                          "description": "Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.",
                          "location": "query",
                          "type": "integer",
                          "format": "int32"
                        },
                        "pageToken": {
                          "description": "Optional. A token identifying a page of results the server should return.",
                          "location": "query",
                          "type": "string"
                        }
                      },
                      "id": "cloudquotas.folders.locations.services.quotaInfos.list",
                      "path": "v1beta/{+parent}/quotaInfos",
                      "flatPath": "v1beta/folders/{foldersId}/locations/{locationsId}/services/{servicesId}/quotaInfos"
                    },
                    "get": {
                      "flatPath": "v1beta/folders/{foldersId}/locations/{locationsId}/services/{servicesId}/quotaInfos/{quotaInfosId}",
                      "id": "cloudquotas.folders.locations.services.quotaInfos.get",
                      "path": "v1beta/{+name}",
                      "parameters": {
                        "name": {
                          "location": "path",
                          "type": "string",
                          "description": "Required. The resource name of the quota info. An example name: `projects/123/locations/global/services/compute.googleapis.com/quotaInfos/CpusPerProjectPerRegion`",
                          "required": true,
                          "pattern": "^folders/[^/]+/locations/[^/]+/services/[^/]+/quotaInfos/[^/]+$"
                        }
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "parameterOrder": [
                        "name"
                      ],
                      "response": {
                        "$ref": "QuotaInfo"
                      },
                      "httpMethod": "GET",
                      "description": "Retrieve the QuotaInfo of a quota for a project, folder or organization."
                    }
                  }
                }
              }
            },
            "quotaPreferences": {
              "methods": {
                "list": {
                  "id": "cloudquotas.folders.locations.quotaPreferences.list",
                  "path": "v1beta/{+parent}/quotaPreferences",
                  "flatPath": "v1beta/folders/{foldersId}/locations/{locationsId}/quotaPreferences",
                  "parameters": {
                    "pageSize": {
                      "format": "int32",
                      "description": "Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.",
                      "location": "query",
                      "type": "integer"
                    },
                    "pageToken": {
                      "description": "Optional. A token identifying a page of results the server should return.",
                      "location": "query",
                      "type": "string"
                    },
                    "orderBy": {
                      "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",
                      "type": "string"
                    },
                    "parent": {
                      "required": true,
                      "description": "Required. 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`",
                      "pattern": "^folders/[^/]+/locations/[^/]+$",
                      "location": "path",
                      "type": "string"
                    },
                    "filter": {
                      "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",
                      "type": "string"
                    }
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameterOrder": [
                    "parent"
                  ],
                  "response": {
                    "$ref": "ListQuotaPreferencesResponse"
                  },
                  "httpMethod": "GET",
                  "description": "Lists QuotaPreferences in a given project, folder or organization."
                },
                "create": {
                  "id": "cloudquotas.folders.locations.quotaPreferences.create",
                  "path": "v1beta/{+parent}/quotaPreferences",
                  "flatPath": "v1beta/folders/{foldersId}/locations/{locationsId}/quotaPreferences",
                  "parameters": {
                    "ignoreSafetyChecks": {
                      "description": "The list of quota safety checks to be ignored.",
                      "repeated": true,
                      "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."
                      ],
                      "location": "query",
                      "type": "string",
                      "enum": [
                        "QUOTA_SAFETY_CHECK_UNSPECIFIED",
                        "QUOTA_DECREASE_BELOW_USAGE",
                        "QUOTA_DECREASE_PERCENTAGE_TOO_HIGH"
                      ]
                    },
                    "parent": {
                      "location": "path",
                      "type": "string",
                      "pattern": "^folders/[^/]+/locations/[^/]+$",
                      "description": "Required. Value for parent. Example: `projects/123/locations/global`",
                      "required": true
                    },
                    "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"
                    }
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "request": {
                    "$ref": "QuotaPreference"
                  },
                  "parameterOrder": [
                    "parent"
                  ],
                  "response": {
                    "$ref": "QuotaPreference"
                  },
                  "httpMethod": "POST",
                  "description": "Creates a new QuotaPreference that declares the desired value for a quota."
                },
                "get": {
                  "parameterOrder": [
                    "name"
                  ],
                  "response": {
                    "$ref": "QuotaPreference"
                  },
                  "httpMethod": "GET",
                  "description": "Gets details of a single QuotaPreference.",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameters": {
                    "name": {
                      "location": "path",
                      "type": "string",
                      "pattern": "^folders/[^/]+/locations/[^/]+/quotaPreferences/[^/]+$",
                      "description": "Required. Name of the resource Example name: `projects/123/locations/global/quota_preferences/my-config-for-us-east1`",
                      "required": true
                    }
                  },
                  "flatPath": "v1beta/folders/{foldersId}/locations/{locationsId}/quotaPreferences/{quotaPreferencesId}",
                  "id": "cloudquotas.folders.locations.quotaPreferences.get",
                  "path": "v1beta/{+name}"
                },
                "patch": {
                  "id": "cloudquotas.folders.locations.quotaPreferences.patch",
                  "path": "v1beta/{+name}",
                  "flatPath": "v1beta/folders/{foldersId}/locations/{locationsId}/quotaPreferences/{quotaPreferencesId}",
                  "parameters": {
                    "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"
                    },
                    "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`",
                      "required": true,
                      "pattern": "^folders/[^/]+/locations/[^/]+/quotaPreferences/[^/]+$",
                      "location": "path",
                      "type": "string"
                    },
                    "validateOnly": {
                      "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",
                      "type": "boolean"
                    },
                    "updateMask": {
                      "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",
                      "type": "string"
                    },
                    "ignoreSafetyChecks": {
                      "description": "The list of quota safety checks to be ignored.",
                      "repeated": true,
                      "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."
                      ],
                      "location": "query",
                      "type": "string",
                      "enum": [
                        "QUOTA_SAFETY_CHECK_UNSPECIFIED",
                        "QUOTA_DECREASE_BELOW_USAGE",
                        "QUOTA_DECREASE_PERCENTAGE_TOO_HIGH"
                      ]
                    }
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "request": {
                    "$ref": "QuotaPreference"
                  },
                  "httpMethod": "PATCH",
                  "description": "Updates the parameters of a single QuotaPreference. It can updates the config in any states, not just the ones pending approval.",
                  "parameterOrder": [
                    "name"
                  ],
                  "response": {
                    "$ref": "QuotaPreference"
                  }
                }
              }
            }
          }
        }
      }
    },
    "organizations": {
      "resources": {
        "locations": {
          "resources": {
            "quotaAdjusterSettings": {
              "methods": {
                "updateQuotaAdjusterSettings": {
                  "parameters": {
                    "name": {
                      "pattern": "^organizations/[^/]+/locations/[^/]+/quotaAdjusterSettings$",
                      "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",
                      "required": true,
                      "location": "path",
                      "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"
                    }
                  },
                  "flatPath": "v1beta/organizations/{organizationsId}/locations/{locationsId}/quotaAdjusterSettings",
                  "id": "cloudquotas.organizations.locations.quotaAdjusterSettings.updateQuotaAdjusterSettings",
                  "path": "v1beta/{+name}",
                  "httpMethod": "PATCH",
                  "description": "Updates the QuotaAdjusterSettings for the specified resource.",
                  "parameterOrder": [
                    "name"
                  ],
                  "response": {
                    "$ref": "QuotaAdjusterSettings"
                  },
                  "request": {
                    "$ref": "QuotaAdjusterSettings"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ]
                },
                "getQuotaAdjusterSettings": {
                  "httpMethod": "GET",
                  "description": "Gets the QuotaAdjusterSettings for the specified resource.",
                  "parameterOrder": [
                    "name"
                  ],
                  "response": {
                    "$ref": "QuotaAdjusterSettings"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameters": {
                    "name": {
                      "location": "path",
                      "type": "string",
                      "pattern": "^organizations/[^/]+/locations/[^/]+/quotaAdjusterSettings$",
                      "required": true,
                      "description": "Required. Name of the `quotaAdjusterSettings` configuration. Only a single setting per project is supported."
                    }
                  },
                  "id": "cloudquotas.organizations.locations.quotaAdjusterSettings.getQuotaAdjusterSettings",
                  "path": "v1beta/{+name}",
                  "flatPath": "v1beta/organizations/{organizationsId}/locations/{locationsId}/quotaAdjusterSettings"
                }
              }
            },
            "quotaPreferences": {
              "methods": {
                "patch": {
                  "request": {
                    "$ref": "QuotaPreference"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameterOrder": [
                    "name"
                  ],
                  "response": {
                    "$ref": "QuotaPreference"
                  },
                  "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": "v1beta/organizations/{organizationsId}/locations/{locationsId}/quotaPreferences/{quotaPreferencesId}",
                  "id": "cloudquotas.organizations.locations.quotaPreferences.patch",
                  "path": "v1beta/{+name}",
                  "parameters": {
                    "updateMask": {
                      "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",
                      "type": "string",
                      "format": "google-fieldmask"
                    },
                    "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.",
                      "repeated": true,
                      "location": "query",
                      "type": "string",
                      "enum": [
                        "QUOTA_SAFETY_CHECK_UNSPECIFIED",
                        "QUOTA_DECREASE_BELOW_USAGE",
                        "QUOTA_DECREASE_PERCENTAGE_TOO_HIGH"
                      ]
                    },
                    "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"
                    },
                    "name": {
                      "location": "path",
                      "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`",
                      "required": true,
                      "pattern": "^organizations/[^/]+/locations/[^/]+/quotaPreferences/[^/]+$"
                    },
                    "validateOnly": {
                      "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",
                      "type": "boolean"
                    }
                  }
                },
                "list": {
                  "httpMethod": "GET",
                  "description": "Lists QuotaPreferences in a given project, folder or organization.",
                  "parameterOrder": [
                    "parent"
                  ],
                  "response": {
                    "$ref": "ListQuotaPreferencesResponse"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameters": {
                    "pageSize": {
                      "description": "Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.",
                      "location": "query",
                      "type": "integer",
                      "format": "int32"
                    },
                    "pageToken": {
                      "description": "Optional. A token identifying a page of results the server should return.",
                      "location": "query",
                      "type": "string"
                    },
                    "orderBy": {
                      "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",
                      "type": "string"
                    },
                    "filter": {
                      "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",
                      "type": "string"
                    },
                    "parent": {
                      "pattern": "^organizations/[^/]+/locations/[^/]+$",
                      "required": true,
                      "description": "Required. 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",
                      "type": "string"
                    }
                  },
                  "flatPath": "v1beta/organizations/{organizationsId}/locations/{locationsId}/quotaPreferences",
                  "id": "cloudquotas.organizations.locations.quotaPreferences.list",
                  "path": "v1beta/{+parent}/quotaPreferences"
                },
                "create": {
                  "parameters": {
                    "ignoreSafetyChecks": {
                      "description": "The list of quota safety checks to be ignored.",
                      "repeated": true,
                      "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."
                      ],
                      "enum": [
                        "QUOTA_SAFETY_CHECK_UNSPECIFIED",
                        "QUOTA_DECREASE_BELOW_USAGE",
                        "QUOTA_DECREASE_PERCENTAGE_TOO_HIGH"
                      ],
                      "location": "query",
                      "type": "string"
                    },
                    "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"
                    },
                    "parent": {
                      "required": true,
                      "description": "Required. Value for parent. Example: `projects/123/locations/global`",
                      "pattern": "^organizations/[^/]+/locations/[^/]+$",
                      "location": "path",
                      "type": "string"
                    }
                  },
                  "flatPath": "v1beta/organizations/{organizationsId}/locations/{locationsId}/quotaPreferences",
                  "id": "cloudquotas.organizations.locations.quotaPreferences.create",
                  "path": "v1beta/{+parent}/quotaPreferences",
                  "httpMethod": "POST",
                  "description": "Creates a new QuotaPreference that declares the desired value for a quota.",
                  "parameterOrder": [
                    "parent"
                  ],
                  "response": {
                    "$ref": "QuotaPreference"
                  },
                  "request": {
                    "$ref": "QuotaPreference"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ]
                },
                "get": {
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameterOrder": [
                    "name"
                  ],
                  "response": {
                    "$ref": "QuotaPreference"
                  },
                  "httpMethod": "GET",
                  "description": "Gets details of a single QuotaPreference.",
                  "flatPath": "v1beta/organizations/{organizationsId}/locations/{locationsId}/quotaPreferences/{quotaPreferencesId}",
                  "id": "cloudquotas.organizations.locations.quotaPreferences.get",
                  "path": "v1beta/{+name}",
                  "parameters": {
                    "name": {
                      "location": "path",
                      "type": "string",
                      "required": true,
                      "description": "Required. Name of the resource Example name: `projects/123/locations/global/quota_preferences/my-config-for-us-east1`",
                      "pattern": "^organizations/[^/]+/locations/[^/]+/quotaPreferences/[^/]+$"
                    }
                  }
                }
              }
            },
            "gdcZones": {
              "resources": {
                "gdcServices": {
                  "resources": {
                    "gdcQuotaInfos": {
                      "methods": {
                        "get": {
                          "scopes": [
                            "https://www.googleapis.com/auth/cloud-platform"
                          ],
                          "httpMethod": "GET",
                          "description": "Gets details of a single GdcQuotaInfo.",
                          "parameterOrder": [
                            "name"
                          ],
                          "response": {
                            "$ref": "GdcQuotaInfo"
                          },
                          "flatPath": "v1beta/organizations/{organizationsId}/locations/{locationsId}/gdcZones/{gdcZonesId}/gdcServices/{gdcServicesId}/gdcQuotaInfos/{gdcQuotaInfosId}",
                          "id": "cloudquotas.organizations.locations.gdcZones.gdcServices.gdcQuotaInfos.get",
                          "path": "v1beta/{+name}",
                          "parameters": {
                            "name": {
                              "location": "path",
                              "type": "string",
                              "pattern": "^organizations/[^/]+/locations/[^/]+/gdcZones/[^/]+/gdcServices/[^/]+/gdcQuotaInfos/[^/]+$",
                              "required": true,
                              "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`"
                            }
                          }
                        },
                        "list": {
                          "parameters": {
                            "parent": {
                              "location": "path",
                              "type": "string",
                              "pattern": "^organizations/[^/]+/locations/[^/]+/gdcZones/[^/]+/gdcServices/[^/]+$",
                              "required": true,
                              "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`"
                            },
                            "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",
                              "type": "integer",
                              "format": "int32"
                            },
                            "pageToken": {
                              "description": "Optional. A token identifying a page of results the server should return.",
                              "location": "query",
                              "type": "string"
                            }
                          },
                          "flatPath": "v1beta/organizations/{organizationsId}/locations/{locationsId}/gdcZones/{gdcZonesId}/gdcServices/{gdcServicesId}/gdcQuotaInfos",
                          "id": "cloudquotas.organizations.locations.gdcZones.gdcServices.gdcQuotaInfos.list",
                          "path": "v1beta/{+parent}/gdcQuotaInfos",
                          "httpMethod": "GET",
                          "description": "Lists GdcQuotaInfos in a given project and location.",
                          "parameterOrder": [
                            "parent"
                          ],
                          "response": {
                            "$ref": "ListGdcQuotaInfosResponse"
                          },
                          "scopes": [
                            "https://www.googleapis.com/auth/cloud-platform"
                          ]
                        }
                      }
                    }
                  }
                }
              }
            },
            "services": {
              "resources": {
                "quotaInfos": {
                  "methods": {
                    "get": {
                      "httpMethod": "GET",
                      "description": "Retrieve the QuotaInfo of a quota for a project, folder or organization.",
                      "parameterOrder": [
                        "name"
                      ],
                      "response": {
                        "$ref": "QuotaInfo"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "parameters": {
                        "name": {
                          "location": "path",
                          "type": "string",
                          "required": true,
                          "description": "Required. The resource name of the quota info. An example name: `projects/123/locations/global/services/compute.googleapis.com/quotaInfos/CpusPerProjectPerRegion`",
                          "pattern": "^organizations/[^/]+/locations/[^/]+/services/[^/]+/quotaInfos/[^/]+$"
                        }
                      },
                      "id": "cloudquotas.organizations.locations.services.quotaInfos.get",
                      "path": "v1beta/{+name}",
                      "flatPath": "v1beta/organizations/{organizationsId}/locations/{locationsId}/services/{servicesId}/quotaInfos/{quotaInfosId}"
                    },
                    "list": {
                      "parameterOrder": [
                        "parent"
                      ],
                      "response": {
                        "$ref": "ListQuotaInfosResponse"
                      },
                      "httpMethod": "GET",
                      "description": "Lists QuotaInfos of all quotas for a given project, folder or organization.",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "parameters": {
                        "parent": {
                          "location": "path",
                          "type": "string",
                          "description": "Required. 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`",
                          "required": true,
                          "pattern": "^organizations/[^/]+/locations/[^/]+/services/[^/]+$"
                        },
                        "pageSize": {
                          "description": "Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.",
                          "location": "query",
                          "type": "integer",
                          "format": "int32"
                        },
                        "pageToken": {
                          "description": "Optional. A token identifying a page of results the server should return.",
                          "location": "query",
                          "type": "string"
                        }
                      },
                      "flatPath": "v1beta/organizations/{organizationsId}/locations/{locationsId}/services/{servicesId}/quotaInfos",
                      "id": "cloudquotas.organizations.locations.services.quotaInfos.list",
                      "path": "v1beta/{+parent}/quotaInfos"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "batchPath": "batch",
  "ownerDomain": "google.com",
  "discoveryVersion": "v1",
  "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."
        }
      }
    }
  },
  "title": "Cloud Quotas API",
  "icons": {
    "x32": "http://www.google.com/images/icons/product/search-32.gif",
    "x16": "http://www.google.com/images/icons/product/search-16.gif"
  },
  "fullyEncodeReservedExpansion": true,
  "ownerName": "Google",
  "description": "Cloud Quotas API provides Google Cloud service consumers with management and observability for resource usage, quotas, and restrictions of the services they consume.",
  "id": "cloudquotas:v1beta",
  "rootUrl": "https://cloudquotas.googleapis.com/",
  "kind": "discovery#restDescription",
  "name": "cloudquotas",
  "schemas": {
    "QuotaInfo": {
      "properties": {
        "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"
        },
        "containerType": {
          "description": "The container type of the QuotaInfo.",
          "type": "string",
          "enum": [
            "CONTAINER_TYPE_UNSPECIFIED",
            "PROJECT",
            "FOLDER",
            "ORGANIZATION"
          ],
          "enumDescriptions": [
            "Unspecified container type.",
            "consumer project",
            "folder",
            "organization"
          ]
        },
        "service": {
          "description": "The name of the service in which the quota is defined. For example, `compute.googleapis.com`",
          "type": "string"
        },
        "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"
        },
        "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"
        },
        "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"
        },
        "dimensions": {
          "description": "The dimensions the quota is defined on.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "quotaDisplayName": {
          "description": "The display name of the quota.",
          "type": "string"
        },
        "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"
        },
        "quotaIncreaseEligibility": {
          "description": "Whether it is eligible to request a higher quota value for this quota.",
          "$ref": "QuotaIncreaseEligibility"
        },
        "isFixed": {
          "description": "Whether the quota value is fixed or adjustable",
          "type": "boolean"
        },
        "dimensionsInfos": {
          "items": {
            "$ref": "DimensionsInfo"
          },
          "description": "The collection of dimensions info ordered by their dimensions from more specific ones to less specific ones.",
          "type": "array"
        },
        "metricUnit": {
          "description": "The unit in which the metric value is reported, e.g., \"MByte\".",
          "type": "string"
        },
        "quotaId": {
          "description": "The id of the quota, which is unique within the service. For example, `CpusPerProjectPerRegion`",
          "type": "string"
        },
        "metricDisplayName": {
          "description": "The display name of the quota metric",
          "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"
        }
      },
      "id": "QuotaInfo",
      "description": "QuotaInfo represents information about a particular quota for a given project, folder or organization.",
      "type": "object"
    },
    "ListGdcQuotaInfosResponse": {
      "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"
        }
      },
      "id": "ListGdcQuotaInfosResponse",
      "description": "Message for response to listing GdcQuotaInfos",
      "type": "object"
    },
    "RolloutInfo": {
      "id": "RolloutInfo",
      "description": "[Output only] Rollout information of a quota.",
      "type": "object",
      "properties": {
        "ongoingRollout": {
          "description": "Whether there is an ongoing rollout for a quota or not.",
          "type": "boolean"
        }
      }
    },
    "QuotaDetails": {
      "properties": {
        "value": {
          "format": "int64",
          "description": "The value currently in effect and being enforced.",
          "type": "string"
        },
        "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.",
          "$ref": "RolloutInfo"
        }
      },
      "id": "QuotaDetails",
      "description": "The quota details for a map of dimensions.",
      "type": "object"
    },
    "ListQuotaPreferencesResponse": {
      "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": {
          "description": "The list of QuotaPreference",
          "type": "array",
          "items": {
            "$ref": "QuotaPreference"
          }
        },
        "unreachable": {
          "items": {
            "type": "string"
          },
          "description": "Locations that could not be reached.",
          "type": "array"
        }
      },
      "id": "ListQuotaPreferencesResponse",
      "description": "Message for response to listing QuotaPreferences",
      "type": "object"
    },
    "GdcQuotaInfo": {
      "properties": {
        "dimensions": {
          "items": {
            "type": "string"
          },
          "description": "Output only. The dimensions the quota is defined on.",
          "type": "array",
          "readOnly": true
        },
        "gdcDimensionsInfos": {
          "items": {
            "$ref": "GdcDimensionsInfo"
          },
          "description": "Output only. The collection of dimensions info ordered by their dimensions from more specific ones to less specific ones.",
          "type": "array",
          "readOnly": true
        },
        "quotaId": {
          "readOnly": true,
          "description": "Output only. The id of the quota, which is unique within the service. For example, `CpusPerProjectPerRegion`",
          "type": "string"
        },
        "metric": {
          "readOnly": true,
          "description": "Output only. The metric of the quota. It specifies the resources consumption the quota is defined for. For example, `compute.googleapis.com/cpus`",
          "type": "string"
        },
        "precise": {
          "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.",
          "type": "boolean",
          "readOnly": true
        },
        "service": {
          "readOnly": true,
          "description": "Output only. The name of the service in which the quota is defined. For example, `compute.googleapis.com`",
          "type": "string"
        },
        "name": {
          "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`",
          "type": "string",
          "readOnly": true
        },
        "containerType": {
          "description": "Output only. The type of a cloud resource container that the quota is defined for.",
          "enumDescriptions": [
            "Unspecified container type.",
            "consumer project",
            "organization"
          ],
          "type": "string",
          "readOnly": true,
          "enum": [
            "GDC_CONTAINER_TYPE_UNSPECIFIED",
            "GDC_PROJECT",
            "GDC_ORGANIZATION"
          ]
        },
        "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.",
          "type": "string",
          "readOnly": true
        }
      },
      "id": "GdcQuotaInfo",
      "description": "GdcQuotaInfo represents information about a particular quota for a given project, folder or organization in GDC.",
      "type": "object"
    },
    "OperationMetadata": {
      "id": "OperationMetadata",
      "description": "Represents the metadata of the long-running operation.",
      "type": "object",
      "properties": {
        "apiVersion": {
          "readOnly": true,
          "description": "Output only. API version used to start the operation.",
          "type": "string"
        },
        "createTime": {
          "description": "Output only. The time the operation was created.",
          "type": "string",
          "readOnly": true,
          "format": "google-datetime"
        },
        "verb": {
          "readOnly": true,
          "description": "Output only. Name of the verb executed by the operation.",
          "type": "string"
        },
        "cancelRequested": {
          "description": "Output only. Identifies whether the user has requested cancellation of the operation. Operations that have been cancelled successfully have google.longrunning.Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.",
          "type": "boolean",
          "readOnly": true
        },
        "endTime": {
          "description": "Output only. The time the operation finished running.",
          "type": "string",
          "readOnly": true,
          "format": "google-datetime"
        },
        "statusDetail": {
          "description": "Output only. Human-readable status of the operation, if any.",
          "type": "string",
          "readOnly": true
        },
        "target": {
          "readOnly": true,
          "description": "Output only. Server-defined resource path for the target of the operation.",
          "type": "string"
        }
      }
    },
    "QuotaConfig": {
      "id": "QuotaConfig",
      "description": "The preferred quota configuration.",
      "type": "object",
      "properties": {
        "stateDetail": {
          "description": "Output only. Optional details about the state of this quota preference.",
          "type": "string",
          "readOnly": true
        },
        "preferredValue": {
          "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\".",
          "type": "string"
        },
        "grantedValue": {
          "readOnly": true,
          "format": "int64",
          "description": "Output only. Granted quota value.",
          "type": "string"
        },
        "traceId": {
          "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.",
          "type": "string",
          "readOnly": true
        },
        "requestOrigin": {
          "enumDescriptions": [
            "The unspecified value.",
            "Created through Cloud Console.",
            "Generated by automatic quota adjustment."
          ],
          "description": "Output only. The origin of the quota preference request.",
          "readOnly": true,
          "enum": [
            "ORIGIN_UNSPECIFIED",
            "CLOUD_CONSOLE",
            "AUTO_ADJUSTER"
          ],
          "type": "string"
        },
        "annotations": {
          "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",
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      }
    },
    "GdcDimensionsInfo": {
      "properties": {
        "dimensions": {
          "additionalProperties": {
            "type": "string"
          },
          "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.",
          "type": "object"
        },
        "details": {
          "description": "Quota details for the specified dimensions.",
          "$ref": "GdcQuotaDetails"
        }
      },
      "id": "GdcDimensionsInfo",
      "description": "The detailed quota information such as effective quota value for a combination of dimensions.",
      "type": "object"
    },
    "ListQuotaInfosResponse": {
      "id": "ListQuotaInfosResponse",
      "description": "Message for response to listing QuotaInfos",
      "type": "object",
      "properties": {
        "quotaInfos": {
          "items": {
            "$ref": "QuotaInfo"
          },
          "description": "The list of QuotaInfo",
          "type": "array"
        },
        "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"
        }
      }
    },
    "GdcQuotaDetails": {
      "properties": {
        "value": {
          "description": "The value currently in effect and being enforced.",
          "type": "string",
          "format": "int64"
        },
        "resetValue": {
          "format": "int64",
          "description": "The Google Cloud defined quota value that the quota will be reset to if a quota decrease preference is deleted",
          "type": "string"
        }
      },
      "id": "GdcQuotaDetails",
      "description": "The quota details for a map of dimensions.",
      "type": "object"
    },
    "DimensionsInfo": {
      "id": "DimensionsInfo",
      "description": "The detailed quota information such as effective quota value for a combination of dimensions.",
      "type": "object",
      "properties": {
        "dimensions": {
          "additionalProperties": {
            "type": "string"
          },
          "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.",
          "type": "object"
        },
        "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"
          }
        }
      }
    },
    "QuotaPreference": {
      "id": "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.",
      "type": "object",
      "properties": {
        "dimensions": {
          "additionalProperties": {
            "type": "string"
          },
          "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.",
          "type": "object"
        },
        "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"
        },
        "createTime": {
          "readOnly": true,
          "format": "google-datetime",
          "description": "Output only. Create time stamp",
          "type": "string"
        },
        "updateTime": {
          "description": "Output only. Update time stamp",
          "type": "string",
          "readOnly": true,
          "format": "google-datetime"
        },
        "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"
        },
        "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"
        },
        "service": {
          "description": "Required. The name of the service to which the quota preference is applied.",
          "type": "string"
        },
        "justification": {
          "description": "The reason / justification for this quota preference.",
          "type": "string"
        },
        "reconciling": {
          "description": "Output only. Is the quota preference pending Google Cloud approval and fulfillment.",
          "type": "boolean",
          "readOnly": true
        },
        "quotaConfig": {
          "$ref": "QuotaConfig",
          "description": "Required. Preferred quota configuration."
        },
        "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"
        }
      }
    },
    "QuotaIncreaseEligibility": {
      "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.",
          "type": "string",
          "enum": [
            "INELIGIBILITY_REASON_UNSPECIFIED",
            "NO_VALID_BILLING_ACCOUNT",
            "NOT_SUPPORTED",
            "NOT_ENOUGH_USAGE_HISTORY",
            "OTHER"
          ],
          "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."
          ]
        }
      },
      "id": "QuotaIncreaseEligibility",
      "description": "Eligibility information regarding requesting increase adjustment of a quota.",
      "type": "object"
    },
    "QuotaAdjusterSettings": {
      "id": "QuotaAdjusterSettings",
      "description": "The QuotaAdjusterSettings resource defines the settings for the Quota Adjuster.",
      "type": "object",
      "properties": {
        "updateTime": {
          "readOnly": true,
          "format": "google-datetime",
          "description": "Output only. The timestamp when the QuotaAdjusterSettings resource was last updated.",
          "type": "string"
        },
        "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"
        },
        "enablement": {
          "description": "Optional. The configured value of the enablement at the given resource.",
          "type": "string",
          "enum": [
            "ENABLEMENT_UNSPECIFIED",
            "ENABLED",
            "DISABLED"
          ],
          "enumDescriptions": [
            "The quota adjuster is in an unknown state.",
            "The quota adjuster is enabled.",
            "The quota adjuster is disabled."
          ]
        },
        "inherited": {
          "description": "Optional. Indicates whether the setting is inherited or explicitly specified.",
          "type": "boolean"
        },
        "inheritedFrom": {
          "readOnly": true,
          "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.",
          "type": "string"
        }
      }
    }
  },
  "documentationLink": "https://cloud.google.com/docs/quotas",
  "servicePath": "",
  "mtlsRootUrl": "https://cloudquotas.mtls.googleapis.com/",
  "protocol": "rest",
  "revision": "20260423",
  "basePath": "",
  "parameters": {
    "upload_protocol": {
      "type": "string",
      "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
      "location": "query"
    },
    "prettyPrint": {
      "default": "true",
      "type": "boolean",
      "description": "Returns response with indentations and line breaks.",
      "location": "query"
    },
    "uploadType": {
      "type": "string",
      "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
      "location": "query"
    },
    "callback": {
      "type": "string",
      "description": "JSONP",
      "location": "query"
    },
    "fields": {
      "type": "string",
      "description": "Selector specifying which fields to include in a partial response.",
      "location": "query"
    },
    "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"
    },
    "$.xgafv": {
      "enum": [
        "1",
        "2"
      ],
      "type": "string",
      "location": "query",
      "description": "V1 error format.",
      "enumDescriptions": [
        "v1 error format",
        "v2 error format"
      ]
    },
    "alt": {
      "type": "string",
      "location": "query",
      "enum": [
        "json",
        "media",
        "proto"
      ],
      "default": "json",
      "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."
    },
    "access_token": {
      "type": "string",
      "description": "OAuth access token.",
      "location": "query"
    },
    "quotaUser": {
      "type": "string",
      "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"
    },
    "oauth_token": {
      "type": "string",
      "description": "OAuth 2.0 token for the current user.",
      "location": "query"
    }
  },
  "canonicalName": "Cloud Quotas",
  "version": "v1beta"
}
