Reference documentation and code samples for the Cloud Logging V2 API module Google::Cloud::Logging::V2::ConfigService::Paths.
Path helper methods for the ConfigService API.
Extended By
Methods
#billing_account_location_path
def billing_account_location_path(billing_account:, location:) -> ::String
Create a fully-qualified BillingAccountLocation resource string.
The resource will be in the following format:
billingAccounts/{billing_account}/locations/{location}
- billing_account (String)
- location (String)
- (::String)
- (::ArgumentError)
#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)
#cmek_settings_path
def cmek_settings_path(project:) -> ::String
def cmek_settings_path(organization:) -> ::String
def cmek_settings_path(folder:) -> ::String
def cmek_settings_path(billing_account:) -> ::String
Create a fully-qualified CmekSettings resource string.
def cmek_settings_path(project:) -> ::String
projects/{project}/cmekSettings
- project (String)
def cmek_settings_path(organization:) -> ::String
organizations/{organization}/cmekSettings
- organization (String)
def cmek_settings_path(folder:) -> ::String
folders/{folder}/cmekSettings
- folder (String)
def cmek_settings_path(billing_account:) -> ::String
billingAccounts/{billing_account}/cmekSettings
- billing_account (String)
- (::String)
- (::ArgumentError)
#folder_location_path
def folder_location_path(folder:, location:) -> ::String
Create a fully-qualified FolderLocation resource string.
The resource will be in the following format:
folders/{folder}/locations/{location}
- folder (String)
- location (String)
- (::String)
- (::ArgumentError)
#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)
#link_path
def link_path(project:, location:, bucket:, link:) -> ::String
def link_path(organization:, location:, bucket:, link:) -> ::String
def link_path(folder:, location:, bucket:, link:) -> ::String
def link_path(billing_account:, location:, bucket:, link:) -> ::String
Create a fully-qualified Link resource string.
def link_path(project:, location:, bucket:, link:) -> ::String
projects/{project}/locations/{location}/buckets/{bucket}/links/{link}
- project (String)
- location (String)
- bucket (String)
- link (String)
def link_path(organization:, location:, bucket:, link:) -> ::String
organizations/{organization}/locations/{location}/buckets/{bucket}/links/{link}
- organization (String)
- location (String)
- bucket (String)
- link (String)
def link_path(folder:, location:, bucket:, link:) -> ::String
folders/{folder}/locations/{location}/buckets/{bucket}/links/{link}
- folder (String)
- location (String)
- bucket (String)
- link (String)
def link_path(billing_account:, location:, bucket:, link:) -> ::String
billingAccounts/{billing_account}/locations/{location}/buckets/{bucket}/links/{link}
- billing_account (String)
- location (String)
- bucket (String)
- link (String)
- (::String)
- (::ArgumentError)
#location_path
def location_path(project:, location:) -> ::String
Create a fully-qualified Location resource string.
The resource will be in the following format:
projects/{project}/locations/{location}
- project (String)
- location (String)
- (::String)
- (::ArgumentError)
#log_bucket_path
def log_bucket_path(project:, location:, bucket:) -> ::String
def log_bucket_path(organization:, location:, bucket:) -> ::String
def log_bucket_path(folder:, location:, bucket:) -> ::String
def log_bucket_path(billing_account:, location:, bucket:) -> ::String
Create a fully-qualified LogBucket resource string.
def log_bucket_path(project:, location:, bucket:) -> ::String
projects/{project}/locations/{location}/buckets/{bucket}
- project (String)
- location (String)
- bucket (String)
def log_bucket_path(organization:, location:, bucket:) -> ::String
organizations/{organization}/locations/{location}/buckets/{bucket}
- organization (String)
- location (String)
- bucket (String)
def log_bucket_path(folder:, location:, bucket:) -> ::String
folders/{folder}/locations/{location}/buckets/{bucket}
- folder (String)
- location (String)
- bucket (String)
def log_bucket_path(billing_account:, location:, bucket:) -> ::String
billingAccounts/{billing_account}/locations/{location}/buckets/{bucket}
- billing_account (String)
- location (String)
- bucket (String)
- (::String)
- (::ArgumentError)
#log_exclusion_path
def log_exclusion_path(project:, exclusion:) -> ::String
def log_exclusion_path(organization:, exclusion:) -> ::String
def log_exclusion_path(folder:, exclusion:) -> ::String
def log_exclusion_path(billing_account:, exclusion:) -> ::String
Create a fully-qualified LogExclusion resource string.
def log_exclusion_path(project:, exclusion:) -> ::String
projects/{project}/exclusions/{exclusion}
- project (String)
- exclusion (String)
def log_exclusion_path(organization:, exclusion:) -> ::String
organizations/{organization}/exclusions/{exclusion}
- organization (String)
- exclusion (String)
def log_exclusion_path(folder:, exclusion:) -> ::String
folders/{folder}/exclusions/{exclusion}
- folder (String)
- exclusion (String)
def log_exclusion_path(billing_account:, exclusion:) -> ::String
billingAccounts/{billing_account}/exclusions/{exclusion}
- billing_account (String)
- exclusion (String)
- (::String)
- (::ArgumentError)
#log_sink_path
def log_sink_path(project:, sink:) -> ::String
def log_sink_path(organization:, sink:) -> ::String
def log_sink_path(folder:, sink:) -> ::String
def log_sink_path(billing_account:, sink:) -> ::String
Create a fully-qualified LogSink resource string.
def log_sink_path(project:, sink:) -> ::String
projects/{project}/sinks/{sink}
- project (String)
- sink (String)
def log_sink_path(organization:, sink:) -> ::String
organizations/{organization}/sinks/{sink}
- organization (String)
- sink (String)
def log_sink_path(folder:, sink:) -> ::String
folders/{folder}/sinks/{sink}
- folder (String)
- sink (String)
def log_sink_path(billing_account:, sink:) -> ::String
billingAccounts/{billing_account}/sinks/{sink}
- billing_account (String)
- sink (String)
- (::String)
- (::ArgumentError)
#log_view_path
def log_view_path(project:, location:, bucket:, view:) -> ::String
def log_view_path(organization:, location:, bucket:, view:) -> ::String
def log_view_path(folder:, location:, bucket:, view:) -> ::String
def log_view_path(billing_account:, location:, bucket:, view:) -> ::String
Create a fully-qualified LogView resource string.
def log_view_path(project:, location:, bucket:, view:) -> ::String
projects/{project}/locations/{location}/buckets/{bucket}/views/{view}
- project (String)
- location (String)
- bucket (String)
- view (String)
def log_view_path(organization:, location:, bucket:, view:) -> ::String
organizations/{organization}/locations/{location}/buckets/{bucket}/views/{view}
- organization (String)
- location (String)
- bucket (String)
- view (String)
def log_view_path(folder:, location:, bucket:, view:) -> ::String
folders/{folder}/locations/{location}/buckets/{bucket}/views/{view}
- folder (String)
- location (String)
- bucket (String)
- view (String)
def log_view_path(billing_account:, location:, bucket:, view:) -> ::String
billingAccounts/{billing_account}/locations/{location}/buckets/{bucket}/views/{view}
- billing_account (String)
- location (String)
- bucket (String)
- view (String)
- (::String)
- (::ArgumentError)
#organization_location_path
def organization_location_path(organization:, location:) -> ::String
Create a fully-qualified OrganizationLocation resource string.
The resource will be in the following format:
organizations/{organization}/locations/{location}
- organization (String)
- location (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)
#settings_path
def settings_path(project:) -> ::String
def settings_path(organization:) -> ::String
def settings_path(folder:) -> ::String
def settings_path(billing_account:) -> ::String
Create a fully-qualified Settings resource string.
def settings_path(project:) -> ::String
projects/{project}/settings
- project (String)
def settings_path(organization:) -> ::String
organizations/{organization}/settings
- organization (String)
def settings_path(folder:) -> ::String
folders/{folder}/settings
- folder (String)
def settings_path(billing_account:) -> ::String
billingAccounts/{billing_account}/settings
- billing_account (String)
- (::String)
- (::ArgumentError)