{
  "rootUrl": "https://cloudbilling.googleapis.com/",
  "batchPath": "batch",
  "id": "cloudbilling:v2beta",
  "schemas": {
    "GoogleCloudBillingSkusV2betaListSkusResponse": {
      "id": "GoogleCloudBillingSkusV2betaListSkusResponse",
      "description": "Response message for ListSkus.",
      "properties": {
        "skus": {
          "description": "The returned publicly listed SKUs.",
          "type": "array",
          "items": {
            "$ref": "GoogleCloudBillingSkusV2betaSku"
          }
        },
        "nextPageToken": {
          "type": "string",
          "description": "Token that can be sent as `page_token` in the subsequent request to retrieve the next page. If this field is empty, there are no subsequent pages."
        }
      },
      "type": "object"
    },
    "GoogleCloudBillingSkusV2betaProductTaxonomy": {
      "type": "object",
      "id": "GoogleCloudBillingSkusV2betaProductTaxonomy",
      "description": "Encapsulates product categories, such as `Serverless`, `Cloud Run`, `TaskQueue`, and others.",
      "properties": {
        "taxonomyCategories": {
          "description": "All product categories that the SKU belong to.",
          "type": "array",
          "items": {
            "$ref": "GoogleCloudBillingSkusV2betaTaxonomyCategory"
          }
        }
      }
    },
    "GoogleCloudBillingBillingaccountpricesV2betaFixedPrice": {
      "id": "GoogleCloudBillingBillingaccountpricesV2betaFixedPrice",
      "description": "Encapsulates a set fixed price applicable during the terms of a contract agreement.",
      "properties": {},
      "type": "object"
    },
    "GoogleCloudBillingBillingaccountpricesV2betaFloatingDiscount": {
      "id": "GoogleCloudBillingBillingaccountpricesV2betaFloatingDiscount",
      "description": "Encapsulates a discount off the current list price, not anchored to any list price as of a fixed time.",
      "properties": {
        "discountScopeType": {
          "description": "Type of the floating discount scope which indicates the source of the discount. It can have values such as 'unspecified' and 'sku-group'.",
          "type": "string"
        },
        "skuGroup": {
          "description": "SKU group where the floating discount comes from.",
          "type": "string"
        },
        "discountPercent": {
          "$ref": "Decimal",
          "description": "Percentage of the floating discount."
        }
      },
      "type": "object"
    },
    "GoogleCloudBillingPricesV2betaRate": {
      "id": "GoogleCloudBillingPricesV2betaRate",
      "description": "Encapsulates a `Rate` price. SKUs with `Rate` price are offered by pricing tiers. The price have 1 or more rate pricing tiers.",
      "properties": {
        "aggregationInfo": {
          "description": "Aggregation info for tiers such as aggregation level and interval.",
          "$ref": "GoogleCloudBillingPricesV2betaAggregationInfo"
        },
        "unitInfo": {
          "description": "Unit info such as name and quantity.",
          "$ref": "GoogleCloudBillingPricesV2betaUnitInfo"
        },
        "tiers": {
          "items": {
            "$ref": "GoogleCloudBillingPricesV2betaRateTier"
          },
          "description": "All tiers associated with the `Rate` price.",
          "type": "array"
        }
      },
      "type": "object"
    },
    "GoogleCloudBillingPricesV2betaAggregationInfo": {
      "id": "GoogleCloudBillingPricesV2betaAggregationInfo",
      "description": "Encapsulates the aggregation information such as aggregation level and interval for a price.",
      "properties": {
        "interval": {
          "type": "string",
          "description": "Interval at which usage is aggregated to compute cost. Example: \"MONTHLY\" interval indicates that usage is aggregated every month.",
          "enum": [
            "INTERVAL_UNSPECIFIED",
            "INTERVAL_MONTHLY",
            "INTERVAL_DAILY"
          ],
          "enumDescriptions": [
            "Default unspecified value.",
            "Usage is aggregated every month.",
            "Usage is aggregated every day."
          ]
        },
        "level": {
          "description": "Level at which usage is aggregated to compute cost. Example: \"ACCOUNT\" level indicates that usage is aggregated across all projects in a single account.",
          "enum": [
            "LEVEL_UNSPECIFIED",
            "LEVEL_ACCOUNT",
            "LEVEL_PROJECT"
          ],
          "type": "string",
          "enumDescriptions": [
            "Default unspecified value.",
            "Usage is aggregated at an account level.",
            "Usage is aggregated at a project level."
          ]
        }
      },
      "type": "object"
    },
    "GoogleCloudBillingBillingaccountpricesV2betaSkuPrice": {
      "id": "GoogleCloudBillingBillingaccountpricesV2betaSkuPrice",
      "description": "Encapsulates a consumption model price for a SKU.",
      "properties": {
        "consumptionModel": {
          "type": "string",
          "description": "Resource name of the consumption model."
        },
        "priceReason": {
          "description": "Background information on the origin of the price.",
          "$ref": "GoogleCloudBillingBillingaccountpricesV2betaPriceReason"
        },
        "valueType": {
          "type": "string",
          "description": "Type of the price. The possible values are: [\"unspecified\", \"rate\"]."
        },
        "rate": {
          "$ref": "GoogleCloudBillingBillingaccountpricesV2betaRate",
          "description": "Rate price metadata. Billing account SKUs with `Rate` price are offered by pricing tiers. The price can have 1 or more rate pricing tiers."
        },
        "consumptionModelDescription": {
          "type": "string",
          "description": "Description of the consumption model. Example: \"Default\", \"BigQuery CUD - 1 Year\"."
        }
      },
      "type": "object"
    },
    "GoogleCloudBillingSkusV2betaGeoTaxonomyGlobal": {
      "id": "GoogleCloudBillingSkusV2betaGeoTaxonomyGlobal",
      "description": "Encapsulates a global geographic taxonomy.",
      "properties": {},
      "type": "object"
    },
    "GoogleCloudBillingBillingaccountpricesV2betaAggregationInfo": {
      "type": "object",
      "id": "GoogleCloudBillingBillingaccountpricesV2betaAggregationInfo",
      "description": "Encapsulates the aggregation information such as aggregation level and interval for a billing account price.",
      "properties": {
        "level": {
          "type": "string",
          "description": "Level at which usage is aggregated to compute cost. Example: \"ACCOUNT\" level indicates that usage is aggregated across all projects in a single account.",
          "enum": [
            "LEVEL_UNSPECIFIED",
            "LEVEL_ACCOUNT",
            "LEVEL_PROJECT"
          ],
          "enumDescriptions": [
            "Default unspecified value.",
            "Usage is aggregated at an account level.",
            "Usage is aggregated at a project level."
          ]
        },
        "interval": {
          "enumDescriptions": [
            "Default unspecified value.",
            "Usage is aggregated every month.",
            "Usage is aggregated every day."
          ],
          "description": "Interval at which usage is aggregated to compute cost. Example: \"MONTHLY\" interval indicates that usage is aggregated every month.",
          "enum": [
            "INTERVAL_UNSPECIFIED",
            "INTERVAL_MONTHLY",
            "INTERVAL_DAILY"
          ],
          "type": "string"
        }
      }
    },
    "Money": {
      "type": "object",
      "id": "Money",
      "description": "Represents an amount of money with its currency type.",
      "properties": {
        "currencyCode": {
          "description": "The three-letter currency code defined in ISO 4217.",
          "type": "string"
        },
        "units": {
          "description": "The whole units of the amount. For example if `currencyCode` is `\"USD\"`, then 1 unit is one US dollar.",
          "format": "int64",
          "type": "string"
        },
        "nanos": {
          "description": "Number of nano (10^-9) units of the amount. The value must be between -999,999,999 and +999,999,999 inclusive. If `units` is positive, `nanos` must be positive or zero. If `units` is zero, `nanos` can be positive, zero, or negative. If `units` is negative, `nanos` must be negative or zero. For example $-1.75 is represented as `units`=-1 and `nanos`=-750,000,000.",
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "GoogleCloudBillingServicesV2betaService": {
      "id": "GoogleCloudBillingServicesV2betaService",
      "description": "Encapsulates a Google Cloud service.",
      "properties": {
        "serviceId": {
          "type": "string",
          "description": "Identifier for the service. Example: \"DA34-426B-A397\"."
        },
        "displayName": {
          "description": "Description of the service. Example: \"BigQuery\", \"Compute Engine\".",
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "Resource name for the service. Example: \"services/DA34-426B-A397\"."
        }
      },
      "type": "object"
    },
    "GoogleCloudBillingSkusV2betaGeoTaxonomyMultiRegional": {
      "type": "object",
      "id": "GoogleCloudBillingSkusV2betaGeoTaxonomyMultiRegional",
      "description": "Encapsulates a multi-regional geographic taxonomy.",
      "properties": {
        "regions": {
          "type": "array",
          "description": "Google Cloud regions associated with the multi-regional geographic taxonomy.",
          "items": {
            "$ref": "GoogleCloudBillingSkusV2betaGeoTaxonomyRegion"
          }
        }
      }
    },
    "GoogleCloudBillingServicesV2betaListServicesResponse": {
      "type": "object",
      "id": "GoogleCloudBillingServicesV2betaListServicesResponse",
      "description": "Response message for ListServices.",
      "properties": {
        "nextPageToken": {
          "description": "Token that can be sent as `page_token` in the subsequent request to retrieve the next page. If this field is empty, there are no subsequent pages.",
          "type": "string"
        },
        "services": {
          "items": {
            "$ref": "GoogleCloudBillingServicesV2betaService"
          },
          "description": "The returned publicly listed services.",
          "type": "array"
        }
      }
    },
    "GoogleCloudBillingSkusV2betaGeoTaxonomy": {
      "id": "GoogleCloudBillingSkusV2betaGeoTaxonomy",
      "description": "Encapsulates geographic metadata, such as regions and multi-regions like `us-east4` or `European Union`.",
      "properties": {
        "multiRegionalMetadata": {
          "$ref": "GoogleCloudBillingSkusV2betaGeoTaxonomyMultiRegional",
          "description": "Multi-regional geographic metadata with 2 or more regions."
        },
        "type": {
          "enumDescriptions": [
            "Default value. Unspecified type.",
            "Global geographic taxonomy with no regions.",
            "Regional geographic taxonomy with 1 region.",
            "Multi-regional geographic taxonomy with 2 or more regions."
          ],
          "description": "Type of geographic taxonomy associated with the SKU.",
          "enum": [
            "TYPE_UNSPECIFIED",
            "TYPE_GLOBAL",
            "TYPE_REGIONAL",
            "TYPE_MULTI_REGIONAL"
          ],
          "type": "string"
        },
        "globalMetadata": {
          "$ref": "GoogleCloudBillingSkusV2betaGeoTaxonomyGlobal",
          "description": "Global geographic metadata with no regions."
        },
        "regionalMetadata": {
          "$ref": "GoogleCloudBillingSkusV2betaGeoTaxonomyRegional",
          "description": "Regional geographic metadata with 1 region."
        }
      },
      "type": "object"
    },
    "GoogleCloudBillingBillingaccountpricesV2betaRate": {
      "type": "object",
      "id": "GoogleCloudBillingBillingaccountpricesV2betaRate",
      "description": "Encapsulates a `Rate` price. Billing account SKUs with `Rate` price are offered by pricing tiers. The price have 1 or more rate pricing tiers.",
      "properties": {
        "unitInfo": {
          "description": "Unit info such as name and quantity.",
          "$ref": "GoogleCloudBillingBillingaccountpricesV2betaUnitInfo"
        },
        "aggregationInfo": {
          "description": "Aggregation info for tiers such as aggregation level and interval.",
          "$ref": "GoogleCloudBillingBillingaccountpricesV2betaAggregationInfo"
        },
        "tiers": {
          "items": {
            "$ref": "GoogleCloudBillingBillingaccountpricesV2betaRateTier"
          },
          "description": "All tiers associated with the `Rate` price.",
          "type": "array"
        }
      }
    },
    "GoogleCloudBillingBillingaccountpricesV2betaMigratedPrice": {
      "id": "GoogleCloudBillingBillingaccountpricesV2betaMigratedPrice",
      "description": "Encapsulates a price migrated from other SKUs.",
      "properties": {
        "sourceSku": {
          "type": "string",
          "description": "Source SKU where the discount is migrated from. Format: billingAccounts/{billing_account}/skus/{sku}"
        }
      },
      "type": "object"
    },
    "GoogleCloudBillingBillingaccountpricesV2betaListBillingAccountPricesResponse": {
      "type": "object",
      "id": "GoogleCloudBillingBillingaccountpricesV2betaListBillingAccountPricesResponse",
      "description": "Response message for ListBillingAccountPrices.",
      "properties": {
        "billingAccountPrices": {
          "description": "The returned billing account prices.",
          "type": "array",
          "items": {
            "$ref": "GoogleCloudBillingBillingaccountpricesV2betaBillingAccountPrice"
          }
        },
        "nextPageToken": {
          "description": "Token that can be sent as `page_token` in the subsequent request to retrieve the next page. If this field is empty, there are no subsequent pages.",
          "type": "string"
        }
      }
    },
    "Decimal": {
      "type": "object",
      "id": "Decimal",
      "description": "A representation of a decimal value, such as 2.5. Clients may convert values into language-native decimal formats, such as Java's [BigDecimal](https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/math/BigDecimal.html) or Python's [decimal.Decimal](https://docs.python.org/3/library/decimal.html).",
      "properties": {
        "value": {
          "description": "The decimal value, as a string. The string representation consists of an optional sign, `+` (`U+002B`) or `-` (`U+002D`), followed by a sequence of zero or more decimal digits (\"the integer\"), optionally followed by a fraction, optionally followed by an exponent. An empty string **should** be interpreted as `0`. The fraction consists of a decimal point followed by zero or more decimal digits. The string must contain at least one digit in either the integer or the fraction. The number formed by the sign, the integer and the fraction is referred to as the significand. The exponent consists of the character `e` (`U+0065`) or `E` (`U+0045`) followed by one or more decimal digits. Services **should** normalize decimal values before storing them by: - Removing an explicitly-provided `+` sign (`+2.5` -\u003e `2.5`). - Replacing a zero-length integer value with `0` (`.5` -\u003e `0.5`). - Coercing the exponent character to upper-case, with explicit sign (`2.5e8` -\u003e `2.5E+8`). - Removing an explicitly-provided zero exponent (`2.5E0` -\u003e `2.5`). Services **may** perform additional normalization based on its own needs and the internal decimal implementation selected, such as shifting the decimal point and exponent value together (example: `2.5E-1` \u003c-\u003e `0.25`). Additionally, services **may** preserve trailing zeroes in the fraction to indicate increased precision, but are not required to do so. Note that only the `.` character is supported to divide the integer and the fraction; `,` **should not** be supported regardless of locale. Additionally, thousand separators **should not** be supported. If a service does support them, values **must** be normalized. The ENBF grammar is: DecimalString = '' | [Sign] Significand [Exponent]; Sign = '+' | '-'; Significand = Digits '.' | [Digits] '.' Digits; Exponent = ('e' | 'E') [Sign] Digits; Digits = { '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' }; Services **should** clearly document the range of supported values, the maximum supported precision (total number of digits), and, if applicable, the scale (number of digits after the decimal point), as well as how it behaves when receiving out-of-bounds values. Services **may** choose to accept values passed as input even when the value has a higher precision or scale than the service supports, and **should** round the value to fit the supported scale. Alternatively, the service **may** error with `400 Bad Request` (`INVALID_ARGUMENT` in gRPC) if precision would be lost. Services **should** error with `400 Bad Request` (`INVALID_ARGUMENT` in gRPC) if the service receives a value outside of the supported range.",
          "type": "string"
        }
      }
    },
    "GoogleCloudBillingBillingaccountpricesV2betaUnitInfo": {
      "id": "GoogleCloudBillingBillingaccountpricesV2betaUnitInfo",
      "description": "Encapsulates the unit information for a Rate",
      "properties": {
        "unitQuantity": {
          "$ref": "Decimal",
          "description": "Unit quantity for the tier. Example: if the RateTier price is $1 per 1000000 Bytes, then `unit_quantity` is set to 1000000."
        },
        "unitDescription": {
          "description": "Human-readable description of the unit. Example: gibibyte month.",
          "type": "string"
        },
        "unit": {
          "type": "string",
          "description": "Shorthand for the unit. Example: GiBy.mo."
        }
      },
      "type": "object"
    },
    "GoogleCloudBillingBillingaccountpricesV2betaMergedPrice": {
      "id": "GoogleCloudBillingBillingaccountpricesV2betaMergedPrice",
      "description": "Encapsulates a price after merging from multiple sources. With merged tiers, each individual tier can be from a different source with different discount types.",
      "properties": {},
      "type": "object"
    },
    "GoogleCloudBillingBillingaccountpricesV2betaRateTier": {
      "id": "GoogleCloudBillingBillingaccountpricesV2betaRateTier",
      "description": "Encapsulates a rate price tier.",
      "properties": {
        "startAmount": {
          "$ref": "Decimal",
          "description": "Lower bound amount for a tier. Tiers 0-100, 100-200 will be represented with two tiers with `start_amount` 0 and 100."
        },
        "listPrice": {
          "$ref": "Money",
          "description": "List price of one tier."
        },
        "effectiveDiscountPercent": {
          "description": "Percentage of effective discount calculated using the current list price per pricing tier. Formula used: effective_discount_percent = (list_price - contract_price) / list_price × 100 If list_price and contract_price are zero, this field is the same as `discount_percent` of FixedDiscount and FloatingDiscount. If your contract does NOT have the feature LIST_PRICE_AS_CEILING enabled, the effective_discount_percent can be negative if the SKU has a FixedDiscount and the current list price is lower than the list price on the date of the contract agreement. See the `FixedDiscount.fix_time` on when the discount was set. If you have questions regarding pricing per SKU, contact your Account team for more details.",
          "$ref": "Decimal"
        },
        "contractPrice": {
          "$ref": "Money",
          "description": "Negotiated contract price specific for a billing account."
        }
      },
      "type": "object"
    },
    "GoogleCloudBillingBillingaccountpricesV2betaBillingAccountPrice": {
      "type": "object",
      "id": "GoogleCloudBillingBillingaccountpricesV2betaBillingAccountPrice",
      "description": "Encapsulates the latest price for a billing account SKU.",
      "properties": {
        "skuPrices": {
          "description": "consumption model price for the SKU.",
          "type": "array",
          "items": {
            "$ref": "GoogleCloudBillingBillingaccountpricesV2betaSkuPrice"
          }
        },
        "currencyCode": {
          "description": "ISO-4217 currency code for the price.",
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "Identifier. Resource name for the latest billing account price."
        }
      }
    },
    "GoogleCloudBillingPricesV2betaSkuPrice": {
      "type": "object",
      "id": "GoogleCloudBillingPricesV2betaSkuPrice",
      "description": "Encapsulates a consumption model price for a SKU.",
      "properties": {
        "consumptionModel": {
          "description": "Resource name of the consumption model.",
          "type": "string"
        },
        "rate": {
          "description": "Rate price metadata. SKUs with `Rate` price are offered by pricing tiers. The price can have 1 or more rate pricing tiers.",
          "$ref": "GoogleCloudBillingPricesV2betaRate"
        },
        "consumptionModelDescription": {
          "description": "Description of the consumption model. Example: \"Default\", \"BigQuery CUD - 1 Year\".",
          "type": "string"
        },
        "valueType": {
          "type": "string",
          "description": "Type of the price. It can have values: [\"unspecified\", \"rate\"]."
        }
      }
    },
    "GoogleCloudBillingSkusV2betaTaxonomyCategory": {
      "id": "GoogleCloudBillingSkusV2betaTaxonomyCategory",
      "description": "Encapsulates a product category.",
      "properties": {
        "category": {
          "type": "string",
          "description": "Name of the product category."
        }
      },
      "type": "object"
    },
    "GoogleCloudBillingBillingaccountpricesV2betaListPriceAsCeiling": {
      "id": "GoogleCloudBillingBillingaccountpricesV2betaListPriceAsCeiling",
      "description": "Encapsulates a contract feature that the list price (DefaultPrice) will be used for the price if the current list price drops lower than the custom fixed price. Available to new contracts after March 21, 2022. Applies to all fixed price SKUs in the contract, including FixedPrice, FixedDiscount, MigratedPrice, and MergedPrice.",
      "properties": {},
      "type": "object"
    },
    "GoogleCloudBillingBillingaccountpricesV2betaFixedDiscount": {
      "id": "GoogleCloudBillingBillingaccountpricesV2betaFixedDiscount",
      "description": "Encapsulates a discount off the list price, anchored to the list price as of a fixed time.",
      "properties": {
        "skuGroup": {
          "type": "string",
          "description": "SKU group where the fixed discount comes from."
        },
        "discountPercent": {
          "$ref": "Decimal",
          "description": "Percentage of the fixed discount."
        },
        "fixTime": {
          "type": "string",
          "description": "Time that the fixed discount is anchored to.",
          "format": "google-datetime"
        },
        "discountScopeType": {
          "description": "Type of the fixed discount scope which indicates the source of the discount. It can have values such as 'unspecified' and 'sku-group'.",
          "type": "string"
        }
      },
      "type": "object"
    },
    "GoogleCloudBillingPricesV2betaListPricesResponse": {
      "type": "object",
      "id": "GoogleCloudBillingPricesV2betaListPricesResponse",
      "description": "Response message for ListPrices.",
      "properties": {
        "prices": {
          "description": "The returned publicly listed prices.",
          "type": "array",
          "items": {
            "$ref": "GoogleCloudBillingPricesV2betaPrice"
          }
        },
        "nextPageToken": {
          "description": "Token that can be sent as `page_token` in the subsequent request to retrieve the next page. If this field is empty, there are no subsequent pages.",
          "type": "string"
        }
      }
    },
    "GoogleCloudBillingSkusV2betaSku": {
      "id": "GoogleCloudBillingSkusV2betaSku",
      "description": "Encapsulates a stock keeping unit (SKU). A SKU distinctly identifies a resource that you can purchase. For a list of available SKUs, see [SKUs](https://cloud.google.com/skus).",
      "properties": {
        "service": {
          "description": "Service that the SKU belongs to.",
          "type": "string"
        },
        "productTaxonomy": {
          "$ref": "GoogleCloudBillingSkusV2betaProductTaxonomy",
          "description": "List of product categories that apply to the SKU."
        },
        "name": {
          "description": "Resource name for the SKU. Example: \"skus/AA95-CD31-42FE\".",
          "type": "string"
        },
        "geoTaxonomy": {
          "description": "Geographic metadata that applies to the SKU.",
          "$ref": "GoogleCloudBillingSkusV2betaGeoTaxonomy"
        },
        "skuId": {
          "type": "string",
          "description": "Unique identifier for the SKU. Example: \"AA95-CD31-42FE\"."
        },
        "displayName": {
          "type": "string",
          "description": "Description of the SKU. Example: \"A2 Instance Core running in Hong Kong\"."
        }
      },
      "type": "object"
    },
    "GoogleCloudBillingPricesV2betaUnitInfo": {
      "type": "object",
      "id": "GoogleCloudBillingPricesV2betaUnitInfo",
      "description": "Encapsulates the unit information for a Rate",
      "properties": {
        "unit": {
          "description": "Shorthand for the unit. Example: GiBy.mo.",
          "type": "string"
        },
        "unitDescription": {
          "type": "string",
          "description": "Human-readable description of the unit. Example: gibibyte month."
        },
        "unitQuantity": {
          "$ref": "Decimal",
          "description": "Unit quantity for the tier. Example: if the RateTier price is $1 per 1000000 Bytes, then `unit_quantity` is set to 1000000."
        }
      }
    },
    "GoogleCloudBillingBillingaccountpricesV2betaDefaultPrice": {
      "type": "object",
      "id": "GoogleCloudBillingBillingaccountpricesV2betaDefaultPrice",
      "description": "Encapsulates a default price which is the current list price.",
      "properties": {}
    },
    "GoogleCloudBillingPricesV2betaRateTier": {
      "id": "GoogleCloudBillingPricesV2betaRateTier",
      "description": "Encapsulates a rate price tier.",
      "properties": {
        "startAmount": {
          "$ref": "Decimal",
          "description": "Lower bound amount for a tier. Tiers 0-100, 100-200 will be represented with two tiers with `start_amount` 0 and 100."
        },
        "listPrice": {
          "$ref": "Money",
          "description": "List price of one tier."
        }
      },
      "type": "object"
    },
    "GoogleCloudBillingPricesV2betaPrice": {
      "id": "GoogleCloudBillingPricesV2betaPrice",
      "description": "Encapsulates the latest price for a SKU.",
      "properties": {
        "currencyCode": {
          "description": "ISO-4217 currency code for the price.",
          "type": "string"
        },
        "skuPrices": {
          "items": {
            "$ref": "GoogleCloudBillingPricesV2betaSkuPrice"
          },
          "description": "consumption model price for the SKU.",
          "type": "array"
        },
        "name": {
          "description": "Identifier. Resource name for the latest price.",
          "type": "string"
        }
      },
      "type": "object"
    },
    "GoogleCloudBillingSkusV2betaGeoTaxonomyRegional": {
      "type": "object",
      "id": "GoogleCloudBillingSkusV2betaGeoTaxonomyRegional",
      "description": "Encapsulates a regional geographic taxonomy.",
      "properties": {
        "region": {
          "description": "Google Cloud region associated with the regional geographic taxonomy.",
          "$ref": "GoogleCloudBillingSkusV2betaGeoTaxonomyRegion"
        }
      }
    },
    "GoogleCloudBillingBillingaccountpricesV2betaPriceReason": {
      "type": "object",
      "id": "GoogleCloudBillingBillingaccountpricesV2betaPriceReason",
      "description": "Encapsulates a price reason which contains background information about the origin of the price.",
      "properties": {
        "fixedPrice": {
          "description": "Fixed price applicable during the terms of a contract agreement.",
          "$ref": "GoogleCloudBillingBillingaccountpricesV2betaFixedPrice"
        },
        "mergedPrice": {
          "description": "Price after merging from multiple sources.",
          "$ref": "GoogleCloudBillingBillingaccountpricesV2betaMergedPrice"
        },
        "listPriceAsCeiling": {
          "$ref": "GoogleCloudBillingBillingaccountpricesV2betaListPriceAsCeiling",
          "description": "Contract feature that the list price (DefaultPrice) will be used for the price if the current list price drops lower than the custom fixed price. Available to new contracts after March 21, 2022. Applies to all fixed price SKUs in the contract, including FixedPrice, FixedDiscount, MigratedPrice, and MergedPrice."
        },
        "type": {
          "description": "Type of the price reason. It can have values such as 'unspecified', 'default-price', 'fixed-price', 'fixed-discount', 'floating-discount', 'migrated-price', 'merged-price', 'list-price-as-ceiling'.",
          "type": "string"
        },
        "fixedDiscount": {
          "description": "Discount off the list price, anchored to the list price as of a fixed time.",
          "$ref": "GoogleCloudBillingBillingaccountpricesV2betaFixedDiscount"
        },
        "defaultPrice": {
          "description": "Default price which is the current list price.",
          "$ref": "GoogleCloudBillingBillingaccountpricesV2betaDefaultPrice"
        },
        "floatingDiscount": {
          "$ref": "GoogleCloudBillingBillingaccountpricesV2betaFloatingDiscount",
          "description": "Discount off the current list price, not anchored to any list price as of a fixed time."
        },
        "migratedPrice": {
          "$ref": "GoogleCloudBillingBillingaccountpricesV2betaMigratedPrice",
          "description": "Price migrated from other SKUs."
        }
      }
    },
    "GoogleCloudBillingSkusV2betaGeoTaxonomyRegion": {
      "type": "object",
      "id": "GoogleCloudBillingSkusV2betaGeoTaxonomyRegion",
      "description": "Encapsulates a Google Cloud region.",
      "properties": {
        "region": {
          "type": "string",
          "description": "Description of a Google Cloud region. Example: \"us-west2\"."
        }
      }
    }
  },
  "canonicalName": "Cloudbilling",
  "parameters": {
    "upload_protocol": {
      "location": "query",
      "type": "string",
      "description": "Upload protocol for media (e.g. \"raw\", \"multipart\")."
    },
    "callback": {
      "location": "query",
      "type": "string",
      "description": "JSONP"
    },
    "alt": {
      "enumDescriptions": [
        "Responses with Content-Type of application/json",
        "Media download with context-dependent Content-Type",
        "Responses with Content-Type of application/x-protobuf"
      ],
      "location": "query",
      "description": "Data format for response.",
      "enum": [
        "json",
        "media",
        "proto"
      ],
      "type": "string",
      "default": "json"
    },
    "access_token": {
      "type": "string",
      "description": "OAuth access token.",
      "location": "query"
    },
    "fields": {
      "location": "query",
      "type": "string",
      "description": "Selector specifying which fields to include in a partial response."
    },
    "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"
    },
    "prettyPrint": {
      "location": "query",
      "type": "boolean",
      "default": "true",
      "description": "Returns response with indentations and line breaks."
    },
    "quotaUser": {
      "location": "query",
      "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."
    },
    "oauth_token": {
      "type": "string",
      "description": "OAuth 2.0 token for the current user.",
      "location": "query"
    },
    "uploadType": {
      "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
      "type": "string",
      "location": "query"
    },
    "$.xgafv": {
      "description": "V1 error format.",
      "enum": [
        "1",
        "2"
      ],
      "type": "string",
      "enumDescriptions": [
        "v1 error format",
        "v2 error format"
      ],
      "location": "query"
    }
  },
  "resources": {
    "billingAccounts": {
      "resources": {
        "skus": {
          "resources": {
            "prices": {
              "methods": {
                "list": {
                  "httpMethod": "GET",
                  "parameters": {
                    "parent": {
                      "location": "path",
                      "description": "Required. To list all Billing Account SKUs, use `-` as the SKU ID. Format: `billingAccounts/{billing_account}/skus/-` Note: Specifying an actual SKU resource id will return a collection of one Billing Account Price.",
                      "type": "string",
                      "pattern": "^billingAccounts/[^/]+/skus/[^/]+$",
                      "required": true
                    },
                    "currencyCode": {
                      "location": "query",
                      "type": "string",
                      "description": "Optional. ISO-4217 currency code for the price. If not specified, currency of billing account will be used."
                    },
                    "pageToken": {
                      "location": "query",
                      "description": "Optional. Page token received from a previous ListBillingAccountPrices call to retrieve the next page of results. If this field is empty, the first page is returned.",
                      "type": "string"
                    },
                    "pageSize": {
                      "location": "query",
                      "description": "Optional. Maximum number of billing account price to return. Results may return fewer than this value. Default value is 50 and maximum value is 5000.",
                      "format": "int32",
                      "type": "integer"
                    }
                  },
                  "id": "cloudbilling.billingAccounts.skus.prices.list",
                  "parameterOrder": [
                    "parent"
                  ],
                  "response": {
                    "$ref": "GoogleCloudBillingBillingaccountpricesV2betaListBillingAccountPricesResponse"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-billing",
                    "https://www.googleapis.com/auth/cloud-billing.readonly",
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "description": "Lists the latest prices for SKUs available to your Cloud Billing account.",
                  "path": "v2beta/{+parent}/prices",
                  "flatPath": "v2beta/billingAccounts/{billingAccountsId}/skus/{skusId}/prices"
                }
              }
            },
            "price": {
              "methods": {
                "get": {
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-billing",
                    "https://www.googleapis.com/auth/cloud-billing.readonly",
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "description": "Gets the latest price for SKUs available to your Cloud Billing account.",
                  "path": "v2beta/{+name}",
                  "flatPath": "v2beta/billingAccounts/{billingAccountsId}/skus/{skusId}/price",
                  "httpMethod": "GET",
                  "parameters": {
                    "name": {
                      "description": "Required. Name of the billing account price to retrieve. Format: billingAccounts/{billing_account}/skus/{sku}/price",
                      "type": "string",
                      "location": "path",
                      "pattern": "^billingAccounts/[^/]+/skus/[^/]+/price$",
                      "required": true
                    },
                    "currencyCode": {
                      "location": "query",
                      "type": "string",
                      "description": "Optional. ISO-4217 currency code for the price. If not specified, the currency of the billing account is used."
                    }
                  },
                  "id": "cloudbilling.billingAccounts.skus.price.get",
                  "parameterOrder": [
                    "name"
                  ],
                  "response": {
                    "$ref": "GoogleCloudBillingBillingaccountpricesV2betaBillingAccountPrice"
                  }
                }
              }
            }
          }
        }
      }
    },
    "skus": {
      "methods": {
        "get": {
          "id": "cloudbilling.skus.get",
          "parameterOrder": [
            "name"
          ],
          "response": {
            "$ref": "GoogleCloudBillingSkusV2betaSku"
          },
          "parameters": {
            "name": {
              "pattern": "^skus/[^/]+$",
              "required": true,
              "location": "path",
              "description": "Required. The name of the SKU to retrieve. Format: skus/{sku}.",
              "type": "string"
            }
          },
          "httpMethod": "GET",
          "path": "v2beta/{+name}",
          "flatPath": "v2beta/skus/{skusId}",
          "description": "Gets a publicly listed SKU.",
          "scopes": [
            "https://www.googleapis.com/auth/cloud-billing",
            "https://www.googleapis.com/auth/cloud-billing.readonly",
            "https://www.googleapis.com/auth/cloud-platform"
          ]
        },
        "list": {
          "scopes": [
            "https://www.googleapis.com/auth/cloud-billing",
            "https://www.googleapis.com/auth/cloud-billing.readonly",
            "https://www.googleapis.com/auth/cloud-platform"
          ],
          "description": "Lists all publicly listed SKUs.",
          "path": "v2beta/skus",
          "flatPath": "v2beta/skus",
          "httpMethod": "GET",
          "parameters": {
            "pageToken": {
              "description": "Page token received from a previous ListSkus call to retrieve the next page of results. If this field is empty, the first page is returned.",
              "type": "string",
              "location": "query"
            },
            "pageSize": {
              "location": "query",
              "type": "integer",
              "description": "Maximum number of SKUs to return. Results may return fewer than this value. Default value is 50 and maximum value is 5000.",
              "format": "int32"
            },
            "filter": {
              "description": "Options for how to filter the SKUs. Currently, only filter on `service` is supported. Only !=, = operators are supported. Examples: service = \"services/DA34-426B-A397\"",
              "type": "string",
              "location": "query"
            }
          },
          "id": "cloudbilling.skus.list",
          "parameterOrder": [],
          "response": {
            "$ref": "GoogleCloudBillingSkusV2betaListSkusResponse"
          }
        }
      },
      "resources": {
        "price": {
          "methods": {
            "get": {
              "id": "cloudbilling.skus.price.get",
              "parameterOrder": [
                "name"
              ],
              "response": {
                "$ref": "GoogleCloudBillingPricesV2betaPrice"
              },
              "httpMethod": "GET",
              "parameters": {
                "name": {
                  "pattern": "^skus/[^/]+/price$",
                  "required": true,
                  "description": "Required. Name of the latest price to retrieve. Format: skus/{sku}/price",
                  "type": "string",
                  "location": "path"
                },
                "currencyCode": {
                  "location": "query",
                  "description": "Optional. ISO-4217 currency code for the price. If not specified, USD will be used.",
                  "type": "string"
                }
              },
              "path": "v2beta/{+name}",
              "flatPath": "v2beta/skus/{skusId}/price",
              "scopes": [
                "https://www.googleapis.com/auth/cloud-billing",
                "https://www.googleapis.com/auth/cloud-billing.readonly",
                "https://www.googleapis.com/auth/cloud-platform"
              ],
              "description": "Gets the latest consumption model price for the given SKU."
            }
          }
        },
        "prices": {
          "methods": {
            "list": {
              "scopes": [
                "https://www.googleapis.com/auth/cloud-billing",
                "https://www.googleapis.com/auth/cloud-billing.readonly",
                "https://www.googleapis.com/auth/cloud-platform"
              ],
              "description": "Lists the latest consumption model prices for all SKUs.",
              "path": "v2beta/{+parent}/prices",
              "flatPath": "v2beta/skus/{skusId}/prices",
              "httpMethod": "GET",
              "parameters": {
                "pageToken": {
                  "location": "query",
                  "description": "Optional. Page token received from a previous ListPrices call to retrieve the next page of results. If this field is empty, the first page is returned.",
                  "type": "string"
                },
                "currencyCode": {
                  "description": "Optional. ISO-4217 currency code for the price. If not specified, USD will be used.",
                  "type": "string",
                  "location": "query"
                },
                "parent": {
                  "pattern": "^skus/[^/]+$",
                  "required": true,
                  "location": "path",
                  "description": "Required. To list the prices for all SKUs, use `-` as the SKU ID. Format: `skus/-` Specifying a specific SKU ID returns a collection with one Price object for the SKU.",
                  "type": "string"
                },
                "pageSize": {
                  "type": "integer",
                  "description": "Optional. Maximum number of prices to return. Results may return fewer than this value. Default value is 50 and maximum value is 5000.",
                  "format": "int32",
                  "location": "query"
                }
              },
              "id": "cloudbilling.skus.prices.list",
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleCloudBillingPricesV2betaListPricesResponse"
              }
            }
          }
        }
      }
    },
    "services": {
      "methods": {
        "get": {
          "path": "v2beta/{+name}",
          "flatPath": "v2beta/services/{servicesId}",
          "scopes": [
            "https://www.googleapis.com/auth/cloud-billing",
            "https://www.googleapis.com/auth/cloud-billing.readonly",
            "https://www.googleapis.com/auth/cloud-platform"
          ],
          "description": "Gets a publicly listed Google Cloud service.",
          "id": "cloudbilling.services.get",
          "parameterOrder": [
            "name"
          ],
          "response": {
            "$ref": "GoogleCloudBillingServicesV2betaService"
          },
          "httpMethod": "GET",
          "parameters": {
            "name": {
              "location": "path",
              "description": "Required. The name of the service to retrieve. Format: services/{service}",
              "type": "string",
              "pattern": "^services/[^/]+$",
              "required": true
            }
          }
        },
        "list": {
          "scopes": [
            "https://www.googleapis.com/auth/cloud-billing",
            "https://www.googleapis.com/auth/cloud-billing.readonly",
            "https://www.googleapis.com/auth/cloud-platform"
          ],
          "description": "Lists all publicly listed Google Cloud services.",
          "path": "v2beta/services",
          "flatPath": "v2beta/services",
          "httpMethod": "GET",
          "parameters": {
            "pageToken": {
              "type": "string",
              "description": "Page token received from a previous ListServices call to retrieve the next page of results. If this field is empty, the first page is returned.",
              "location": "query"
            },
            "pageSize": {
              "location": "query",
              "description": "Maximum number of services to return. Results may return fewer than this value. Default value is 50 and maximum value is 5000.",
              "format": "int32",
              "type": "integer"
            }
          },
          "id": "cloudbilling.services.list",
          "parameterOrder": [],
          "response": {
            "$ref": "GoogleCloudBillingServicesV2betaListServicesResponse"
          }
        }
      }
    }
  },
  "kind": "discovery#restDescription",
  "description": "Allows developers to manage billing for their Google Cloud Platform projects programmatically.",
  "icons": {
    "x16": "http://www.google.com/images/icons/product/search-16.gif",
    "x32": "http://www.google.com/images/icons/product/search-32.gif"
  },
  "name": "cloudbilling",
  "documentationLink": "https://cloud.google.com/billing/docs/apis",
  "basePath": "",
  "version_module": true,
  "protocol": "rest",
  "version": "v2beta",
  "servicePath": "",
  "mtlsRootUrl": "https://cloudbilling.mtls.googleapis.com/",
  "title": "Cloud Billing API",
  "fullyEncodeReservedExpansion": true,
  "baseUrl": "https://cloudbilling.googleapis.com/",
  "ownerName": "Google",
  "ownerDomain": "google.com",
  "discoveryVersion": "v1",
  "revision": "20260703",
  "auth": {
    "oauth2": {
      "scopes": {
        "https://www.googleapis.com/auth/cloud-billing": {
          "description": "View and manage your Google Cloud Platform billing accounts"
        },
        "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."
        },
        "https://www.googleapis.com/auth/cloud-billing.readonly": {
          "description": "View your Google Cloud Platform billing accounts"
        }
      }
    }
  }
}
