Reference documentation and code samples for the Cloud Monitoring V3 API module Google::Cloud::Monitoring::V3::SnoozeService::Paths.
Path helper methods for the SnoozeService API.
Methods
#alert_policy_path
def alert_policy_path(project:, alert_policy:) -> ::String
def alert_policy_path(organization:, alert_policy:) -> ::String
def alert_policy_path(folder:, alert_policy:) -> ::String
Create a fully-qualified AlertPolicy resource string.
def alert_policy_path(project:, alert_policy:) -> ::String
projects/{project}/alertPolicies/{alert_policy}
- project (String)
- alert_policy (String)
def alert_policy_path(organization:, alert_policy:) -> ::String
organizations/{organization}/alertPolicies/{alert_policy}
- organization (String)
- alert_policy (String)
def alert_policy_path(folder:, alert_policy:) -> ::String
folders/{folder}/alertPolicies/{alert_policy}
- folder (String)
- alert_policy (String)
- (::String)
- (::ArgumentError)
#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)
#snooze_path
def snooze_path(project:, snooze:) -> ::String
Create a fully-qualified Snooze resource string.
The resource will be in the following format:
projects/{project}/snoozes/{snooze}
- project (String)
- snooze (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)