Path helper methods for the LoggingService 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}
- billing_account (String)
- (::String)
#folder_path
def folder_path(folder:) -> ::String
Create a fully-qualified Folder resource string.
The resource will be in the following format:
folders/{folder}
- folder (String)
- (::String)
#log_path
def log_path(project:, log:) -> ::String
def log_path(organization:, log:) -> ::String
def log_path(folder:, log:) -> ::String
def log_path(billing_account:, log:) -> ::String
Create a fully-qualified Log resource string.
def log_path(project:, log:) -> ::String
projects/{project}/logs/{log}
- project (String)
- log (String)
def log_path(organization:, log:) -> ::String
organizations/{organization}/logs/{log}
- organization (String)
- log (String)
def log_path(folder:, log:) -> ::String
folders/{folder}/logs/{log}
- folder (String)
- log (String)
def log_path(billing_account:, log:) -> ::String
billingAccounts/{billing_account}/logs/{log}
- billing_account (String)
- log (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_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)