Skip to content

Commit

Permalink
fix(billingbudgets): update the API
Browse files Browse the repository at this point in the history
#### billingbudgets:v1beta1
The following keys were changed:
- schemas.GoogleCloudBillingBudgetsV1beta1Filter.properties.creditTypes.description

#### billingbudgets:v1
The following keys were changed:
- schemas.GoogleCloudBillingBudgetsV1Filter.properties.creditTypes.description
  • Loading branch information
yoshi-automation authored and bcoe committed Nov 12, 2020
1 parent d85b005 commit 4ce4618
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions discovery/billingbudgets-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@
}
}
},
"revision": "20201026",
"revision": "20201107",
"rootUrl": "https://billingbudgets.googleapis.com/",
"schemas": {
"GoogleCloudBillingBudgetsV1Budget": {
Expand Down Expand Up @@ -332,7 +332,7 @@
"id": "GoogleCloudBillingBudgetsV1Filter",
"properties": {
"creditTypes": {
"description": "Optional. A list of credit types to be subtracted from gross cost to determine the spend for threshold calculations if and only if credit_types_treatment is INCLUDE_SPECIFIED_CREDITS. If credit_types_treatment is not INCLUDE_SPECIFIED_CREDITS, this field must be empty. See credits.type on https://cloud.google.com/billing/docs/how-to/export-data-bigquery-tables#data-schema for a list of acceptable credit type values in this field.",
"description": "Optional. If Filter.credit_types_treatment is INCLUDE_SPECIFIED_CREDITS, this is a list of credit types to be subtracted from gross cost to determine the spend for threshold calculations. If Filter.credit_types_treatment is **not** INCLUDE_SPECIFIED_CREDITS, this field must be empty. See [a list of acceptable credit type values](https://cloud.google.com/billing/docs/how-to/export-data-bigquery-tables#credits-type).",
"items": {
"type": "string"
},
Expand Down
4 changes: 2 additions & 2 deletions discovery/billingbudgets-v1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@
}
}
},
"revision": "20201026",
"revision": "20201107",
"rootUrl": "https://billingbudgets.googleapis.com/",
"schemas": {
"GoogleCloudBillingBudgetsV1beta1AllUpdatesRule": {
Expand Down Expand Up @@ -363,7 +363,7 @@
"id": "GoogleCloudBillingBudgetsV1beta1Filter",
"properties": {
"creditTypes": {
"description": "Optional. A list of credit types to be subtracted from gross cost to determine the spend for threshold calculations if and only if credit_types_treatment is INCLUDE_SPECIFIED_CREDITS. If credit_types_treatment is not INCLUDE_SPECIFIED_CREDITS, this field must be empty. See credits.type at https://cloud.google.com/billing/docs/how-to/export-data-bigquery-tables#data-schema for a list of acceptable credit type values in this field.",
"description": "Optional. If Filter.credit_types_treatment is INCLUDE_SPECIFIED_CREDITS, this is a list of credit types to be subtracted from gross cost to determine the spend for threshold calculations. If Filter.credit_types_treatment is **not** INCLUDE_SPECIFIED_CREDITS, this field must be empty. See [a list of acceptable credit type values](https://cloud.google.com/billing/docs/how-to/export-data-bigquery-tables#credits-type).",
"items": {
"type": "string"
},
Expand Down
2 changes: 1 addition & 1 deletion src/apis/billingbudgets/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export namespace billingbudgets_v1 {
*/
export interface Schema$GoogleCloudBillingBudgetsV1Filter {
/**
* Optional. A list of credit types to be subtracted from gross cost to determine the spend for threshold calculations if and only if credit_types_treatment is INCLUDE_SPECIFIED_CREDITS. If credit_types_treatment is not INCLUDE_SPECIFIED_CREDITS, this field must be empty. See credits.type on https://cloud.google.com/billing/docs/how-to/export-data-bigquery-tables#data-schema for a list of acceptable credit type values in this field.
* Optional. If Filter.credit_types_treatment is INCLUDE_SPECIFIED_CREDITS, this is a list of credit types to be subtracted from gross cost to determine the spend for threshold calculations. If Filter.credit_types_treatment is **not** INCLUDE_SPECIFIED_CREDITS, this field must be empty. See [a list of acceptable credit type values](https://cloud.google.com/billing/docs/how-to/export-data-bigquery-tables#credits-type).
*/
creditTypes?: string[] | null;
/**
Expand Down
2 changes: 1 addition & 1 deletion src/apis/billingbudgets/v1beta1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ export namespace billingbudgets_v1beta1 {
*/
export interface Schema$GoogleCloudBillingBudgetsV1beta1Filter {
/**
* Optional. A list of credit types to be subtracted from gross cost to determine the spend for threshold calculations if and only if credit_types_treatment is INCLUDE_SPECIFIED_CREDITS. If credit_types_treatment is not INCLUDE_SPECIFIED_CREDITS, this field must be empty. See credits.type at https://cloud.google.com/billing/docs/how-to/export-data-bigquery-tables#data-schema for a list of acceptable credit type values in this field.
* Optional. If Filter.credit_types_treatment is INCLUDE_SPECIFIED_CREDITS, this is a list of credit types to be subtracted from gross cost to determine the spend for threshold calculations. If Filter.credit_types_treatment is **not** INCLUDE_SPECIFIED_CREDITS, this field must be empty. See [a list of acceptable credit type values](https://cloud.google.com/billing/docs/how-to/export-data-bigquery-tables#credits-type).
*/
creditTypes?: string[] | null;
/**
Expand Down

0 comments on commit 4ce4618

Please sign in to comment.