Reference documentation and code samples for the Cloud Monitoring V3 API module Google::Cloud::Monitoring::V3::UptimeCheckService::Paths.
Path helper methods for the UptimeCheckService API.
Methods
#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)
#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)
#uptime_check_config_path
def uptime_check_config_path(project:, uptime_check_config:) -> ::String
def uptime_check_config_path(organization:, uptime_check_config:) -> ::String
def uptime_check_config_path(folder:, uptime_check_config:) -> ::String
Create a fully-qualified UptimeCheckConfig resource string.
def uptime_check_config_path(project:, uptime_check_config:) -> ::String
projects/{project}/uptimeCheckConfigs/{uptime_check_config}
- project (String)
- uptime_check_config (String)
def uptime_check_config_path(organization:, uptime_check_config:) -> ::String
organizations/{organization}/uptimeCheckConfigs/{uptime_check_config}
- organization (String)
- uptime_check_config (String)
def uptime_check_config_path(folder:, uptime_check_config:) -> ::String
folders/{folder}/uptimeCheckConfigs/{uptime_check_config}
- folder (String)
- uptime_check_config (String)
- (::String)
- (::ArgumentError)
#workspace_path
def workspace_path(project:) -> ::String
def workspace_path(workspace:) -> ::String
Create a fully-qualified Workspace resource string.
def workspace_path(project:) -> ::String
projects/{project}
- project (String)
def workspace_path(workspace:) -> ::String
workspaces/{workspace}
- workspace (String)
- (::String)
- (::ArgumentError)