Reference documentation and code samples for the Billing Budgets V1 API module Google::Cloud::Billing::Budgets::V1::BudgetService::Paths.
Path helper methods for the BudgetService API.
Included In
Methods
#billing_account_path
def billing_account_path(billing_account:) -> ::StringCreate a fully-qualified BillingAccount resource string.
The resource will be in the following format:
billingAccounts/{billing_account}
- billing_account (String)
- (::String)
#budget_path
def budget_path(billing_account:, budget:) -> ::StringCreate a fully-qualified Budget resource string.
The resource will be in the following format:
billingAccounts/{billing_account}/budgets/{budget}
- billing_account (String)
- budget (String)
- (::String)
- (::ArgumentError)