Skip to content

Commit 2b5c66b

Browse files
feat(cloudbilling): update the api
#### cloudbilling:v1beta The following keys were added: - resources.billingAccounts.methods.estimateCostScenario.deprecated (Total Keys: 1) - resources.v1beta (Total Keys: 2)
1 parent 32ddf52 commit 2b5c66b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

googleapiclient/discovery_cache/documents/cloudbilling.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@
751751
}
752752
}
753753
},
754-
"revision": "20240517",
754+
"revision": "20240531",
755755
"rootUrl": "https://cloudbilling.googleapis.com/",
756756
"schemas": {
757757
"AggregationInfo": {

googleapiclient/discovery_cache/documents/cloudbilling.v1beta.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114
"billingAccounts": {
115115
"methods": {
116116
"estimateCostScenario": {
117+
"deprecated": true,
117118
"description": "Use custom pricing in the estimate, using a `CostScenario` with a defined `billingAccount`.",
118119
"flatPath": "v1beta/billingAccounts/{billingAccountsId}:estimateCostScenario",
119120
"httpMethod": "POST",
@@ -734,8 +735,10 @@
734735
}
735736
},
736737
"v1beta": {
738+
"deprecated": true,
737739
"methods": {
738740
"estimateCostScenario": {
741+
"deprecated": true,
739742
"description": "Estimate list prices using a `CostScenario` without a defined `billingAccount`.",
740743
"flatPath": "v1beta:estimateCostScenario",
741744
"httpMethod": "POST",
@@ -758,7 +761,7 @@
758761
}
759762
}
760763
},
761-
"revision": "20240517",
764+
"revision": "20240531",
762765
"rootUrl": "https://cloudbilling.googleapis.com/",
763766
"schemas": {
764767
"CacheFillRegions": {

0 commit comments

Comments
 (0)