module Google::Cloud::Billing::V1::CloudBilling::Paths
Path helper methods for the CloudBilling
API.
Public Instance Methods
billing_account_path(billing_account: "billingAccounts/
click to toggle source
Create a fully-qualified BillingAccount resource string.
The resource will be in the following format:
`billingAccounts/{billing_account}`
@param billing_account [String]
@return [::String]
# File lib/google/cloud/billing/v1/cloud_billing/paths.rb, line 37 def billing_account_path billing_account: "billingAccounts/#{billing_account}" end