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:) -> ::String
def billing_account_path(organization:, billing_account:) -> ::String
Create a fully-qualified BillingAccount resource string.
def billing_account_path(billing_account:) -> ::String
billingAccounts/{billing_account}
- billing_account (String)
def billing_account_path(organization:, billing_account:) -> ::String
organizations/{organization}/billingAccounts/{billing_account}
- organization (String)
- billing_account (String)
- (::String)
- (::ArgumentError)
#organization_path
def organization_path(organization:) -> ::String
Create a fully-qualified Organization resource string.
The resource will be in the following format:
organizations/{organization}
- organization (String)
- (::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
- project (String)
- (::String)
#project_path
def project_path(project:) -> ::String
Create a fully-qualified Project resource string.
The resource will be in the following format:
projects/{project}
- project (String)
- (::String)