Billing Budgets V1beta1 API - Module Google::Cloud::Billing::Budgets::V1beta1::BudgetService::Paths (v0.11.2)

Reference documentation and code samples for the Billing Budgets V1beta1 API module Google::Cloud::Billing::Budgets::V1beta1::BudgetService::Paths.

Path helper methods for the BudgetService API.

Methods

#billing_account_path

def billing_account_path(billing_account:) -> ::String

Create a fully-qualified BillingAccount resource string.

The resource will be in the following format:

billingAccounts/{billing_account}

Parameter
  • billing_account (String)
Returns
  • (::String)

#budget_path

def budget_path(billing_account:, budget:) -> ::String

Create a fully-qualified Budget resource string.

The resource will be in the following format:

billingAccounts/{billing_account}/budgets/{budget}

Parameters
  • billing_account (String)
  • budget (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)