Cloud Monitoring V3 API - Module Google::Cloud::Monitoring::V3::NotificationChannelService::Paths (v0.13.0)
Stay organized with collections
Save and categorize content based on your preferences.
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
deffolder_path(folder:)->::StringCreate a fully-qualified Folder resource string.
The resource will be in the following format:
folders/{folder}
- folder (String)
- (::String)
#notification_channel_descriptor_path
defnotification_channel_descriptor_path(project:,channel_descriptor:)->::String
defnotification_channel_descriptor_path(organization:,channel_descriptor:)->::String
defnotification_channel_descriptor_path(folder:,channel_descriptor:)->::StringCreate a fully-qualified NotificationChannelDescriptor resource string.
defnotification_channel_descriptor_path(project:,channel_descriptor:)->::Stringprojects/{project}/notificationChannelDescriptors/{channel_descriptor}
- project (String)
- channel_descriptor (String)
defnotification_channel_descriptor_path(organization:,channel_descriptor:)->::Stringorganizations/{organization}/notificationChannelDescriptors/{channel_descriptor}
- organization (String)
- channel_descriptor (String)
defnotification_channel_descriptor_path(folder:,channel_descriptor:)->::Stringfolders/{folder}/notificationChannelDescriptors/{channel_descriptor}
- folder (String)
- channel_descriptor (String)
- (::String)
- (::ArgumentError)
#notification_channel_path
defnotification_channel_path(project:,notification_channel:)->::String
defnotification_channel_path(organization:,notification_channel:)->::String
defnotification_channel_path(folder:,notification_channel:)->::StringCreate a fully-qualified NotificationChannel resource string.
defnotification_channel_path(project:,notification_channel:)->::Stringprojects/{project}/notificationChannels/{notification_channel}
- project (String)
- notification_channel (String)
defnotification_channel_path(organization:,notification_channel:)->::Stringorganizations/{organization}/notificationChannels/{notification_channel}
- organization (String)
- notification_channel (String)
defnotification_channel_path(folder:,notification_channel:)->::Stringfolders/{folder}/notificationChannels/{notification_channel}
- folder (String)
- notification_channel (String)
- (::String)
- (::ArgumentError)
#organization_path
deforganization_path(organization:)->::StringCreate a fully-qualified Organization resource string.
The resource will be in the following format:
organizations/{organization}
- organization (String)
- (::String)
#project_path
defproject_path(project:)->::StringCreate a fully-qualified Project resource string.
The resource will be in the following format:
projects/{project}
- project (String)
- (::String)
#workspace_path
defworkspace_path(project:)->::String
defworkspace_path(workspace:)->::StringCreate a fully-qualified Workspace resource string.
defworkspace_path(project:)->::Stringprojects/{project}
- project (String)
defworkspace_path(workspace:)->::Stringworkspaces/{workspace}
- workspace (String)
- (::String)
- (::ArgumentError)