google_api_cloud_billing v0.0.1 API Reference
Modules
API calls for all endpoints tagged BillingAccounts
API calls for all endpoints tagged Projects
API calls for all endpoints tagged Services
Handle Tesla connections for GoogleApi.CloudBilling.V1
Helper functions for deserializing responses into models
Represents the aggregation level and interval for pricing of a single SKU
A billing account in Google Cloud Console. You can assign a billing account to one or more projects
Represents the category hierarchy of a SKU
Response message for `ListBillingAccounts`
Request message for `ListProjectBillingInfoResponse`
Response message for `ListServices`
Response message for `ListSkus`
Represents an amount of money with its currency type
Expresses a mathematical pricing formula. For Example:- `usage_unit: GBy` `tiered_rates:` `[start_usage_amount: 20, unit_price: $10]` `[start_usage_amount: 100, unit_price: $5]` The above expresses a pricing formula where the first 20GB is free, the next 80GB is priced at $10 per GB followed by $5 per GB for additional usage
Represents the pricing information for a SKU at a single point of time
Encapsulation of billing information for a Cloud Console project. A project has at most one associated billing account at a time (but a billing account can be assigned to multiple projects)
Encapsulates a single service in Google Cloud Platform
Encapsulates a single SKU in Google Cloud Platform
The price rate indicating starting usage and its corresponding price
Helper functions for building Tesla requests