Reference documentation and code samples for the Billing V1 API module Google::Cloud::Billing::V1::CloudBilling::Paths.
Path helper methods for the CloudBilling API.
Extended By
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)
#project_billing_info_path
def project_billing_info_path(project:) -> ::StringCreate a fully-qualified ProjectBillingInfo resource string.
The resource will be in the following format:
projects/{project}/billingInfo
- project (String)
- (::String)
#project_path
def project_path(project:) -> ::StringCreate a fully-qualified Project resource string.
The resource will be in the following format:
projects/{project}
- project (String)
- (::String)