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.subaccounts.description
  • Loading branch information
yoshi-automation authored and JustinBeckwith committed Jul 10, 2020
1 parent 68c4a0d commit 9089b8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions discovery/billingbudgets-v1beta1.json
Expand Up @@ -256,7 +256,7 @@
}
}
},
"revision": "20200522",
"revision": "20200704",
"rootUrl": "https://billingbudgets.googleapis.com/",
"schemas": {
"GoogleCloudBillingBudgetsV1beta1AllUpdatesRule": {
Expand Down Expand Up @@ -381,7 +381,7 @@
"type": "array"
},
"subaccounts": {
"description": "Optional. A set of subaccounts of the form `billingAccounts/{account_id}`, specifying\nthat usage from only this set of subaccounts should be included in the\nbudget. If a subaccount is set to the name of the master account, usage\nfrom the master account will be included. If omitted, the report will\ninclude usage from the master account and all subaccounts, if they exist.",
"description": "Optional. A set of subaccounts of the form `billingAccounts/{account_id}`, specifying\nthat usage from only this set of subaccounts should be included in the\nbudget. If a subaccount is set to the name of the resller account, usage\nfrom the reseller account will be included. If omitted, the report will\ninclude usage from the reseller account and all subaccounts, if they exist.",
"items": {
"type": "string"
},
Expand Down
2 changes: 1 addition & 1 deletion src/apis/billingbudgets/v1beta1.ts
Expand Up @@ -216,7 +216,7 @@ export namespace billingbudgets_v1beta1 {
*/
services?: string[] | null;
/**
* Optional. A set of subaccounts of the form `billingAccounts/{account_id}`, specifying that usage from only this set of subaccounts should be included in the budget. If a subaccount is set to the name of the master account, usage from the master account will be included. If omitted, the report will include usage from the master account and all subaccounts, if they exist.
* Optional. A set of subaccounts of the form `billingAccounts/{account_id}`, specifying that usage from only this set of subaccounts should be included in the budget. If a subaccount is set to the name of the resller account, usage from the reseller account will be included. If omitted, the report will include usage from the reseller account and all subaccounts, if they exist.
*/
subaccounts?: string[] | null;
}
Expand Down

0 comments on commit 9089b8f

Please sign in to comment.