cloud-pipeline
cloud-pipeline copied to clipboard
Issue #3986 Google billing integration
Extended GCP billing price calculation with account-specific pricing
- Added support for retrieving account-specific GCP billing prices when the gcp.billing.account.id property is set.
- This enables more granular and accurate price calculations based on the some discount for billing account.
- Prices are now fetched from the following endpoint: https://cloudbilling.googleapis.com/v1beta/billingAccounts/<BILLING_ACCOUNT_ID>/skus/-/price?currencyCode=CURRENCY Note: The API requires the billing.billingAccountSkus.list permission to function correctly.