Reference documentation and code samples for the Cloud Monitoring V3 API module Google::Cloud::Monitoring::V3::NotificationChannelService::Paths.
Path helper methods for the NotificationChannelService 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)
#notification_channel_descriptor_path
def notification_channel_descriptor_path(project:, channel_descriptor:) -> ::String
def notification_channel_descriptor_path(organization:, channel_descriptor:) -> ::String
def notification_channel_descriptor_path(folder:, channel_descriptor:) -> ::String
Create a fully-qualified NotificationChannelDescriptor resource string.
def notification_channel_descriptor_path(project:, channel_descriptor:) -> ::String
projects/{project}/notificationChannelDescriptors/{channel_descriptor}
- project (String)
- channel_descriptor (String)
def notification_channel_descriptor_path(organization:, channel_descriptor:) -> ::String
organizations/{organization}/notificationChannelDescriptors/{channel_descriptor}
- organization (String)
- channel_descriptor (String)
def notification_channel_descriptor_path(folder:, channel_descriptor:) -> ::String
folders/{folder}/notificationChannelDescriptors/{channel_descriptor}
- folder (String)
- channel_descriptor (String)
- (::String)
- (::ArgumentError)
#notification_channel_path
def notification_channel_path(project:, notification_channel:) -> ::String
def notification_channel_path(organization:, notification_channel:) -> ::String
def notification_channel_path(folder:, notification_channel:) -> ::String
Create a fully-qualified NotificationChannel resource string.
def notification_channel_path(project:, notification_channel:) -> ::String
projects/{project}/notificationChannels/{notification_channel}
- project (String)
- notification_channel (String)
def notification_channel_path(organization:, notification_channel:) -> ::String
organizations/{organization}/notificationChannels/{notification_channel}
- organization (String)
- notification_channel (String)
def notification_channel_path(folder:, notification_channel:) -> ::String
folders/{folder}/notificationChannels/{notification_channel}
- folder (String)
- notification_channel (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)
#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)