Billing V1 API - Module Google::Cloud::Billing::V1::CloudBilling::Paths (v0.13.2)

Reference documentation and code samples for the Billing V1 API module Google::Cloud::Billing::V1::CloudBilling::Paths.

Path helper methods for the CloudBilling 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)

#project_billing_info_path

def project_billing_info_path(project:) -> ::String

Create a fully-qualified ProjectBillingInfo resource string.

The resource will be in the following format:

projects/{project}/billingInfo

Parameter
  • project (String)
Returns
  • (::String)