Cloud Monitoring V3 API - Module Google::Cloud::Monitoring::V3::NotificationChannelService::Paths (v0.13.0)

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:)->::String

Create a fully-qualified Folder resource string.

The resource will be in the following format:

folders/{folder}

Parameter
  • folder (String)
Returns
  • (::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:)->::String

Create a fully-qualified NotificationChannelDescriptor resource string.

Overloads
defnotification_channel_descriptor_path(project:,channel_descriptor:)->::String
The resource will be in the following format:

projects/{project}/notificationChannelDescriptors/{channel_descriptor}

Parameters
  • project (String)
  • channel_descriptor (String)
defnotification_channel_descriptor_path(organization:,channel_descriptor:)->::String
The resource will be in the following format:

organizations/{organization}/notificationChannelDescriptors/{channel_descriptor}

Parameters
  • organization (String)
  • channel_descriptor (String)
defnotification_channel_descriptor_path(folder:,channel_descriptor:)->::String
The resource will be in the following format:

folders/{folder}/notificationChannelDescriptors/{channel_descriptor}

Parameters
  • folder (String)
  • channel_descriptor (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#notification_channel_path

defnotification_channel_path(project:,notification_channel:)->::String
defnotification_channel_path(organization:,notification_channel:)->::String
defnotification_channel_path(folder:,notification_channel:)->::String

Create a fully-qualified NotificationChannel resource string.

Overloads
defnotification_channel_path(project:,notification_channel:)->::String
The resource will be in the following format:

projects/{project}/notificationChannels/{notification_channel}

Parameters
  • project (String)
  • notification_channel (String)
defnotification_channel_path(organization:,notification_channel:)->::String
The resource will be in the following format:

organizations/{organization}/notificationChannels/{notification_channel}

Parameters
  • organization (String)
  • notification_channel (String)
defnotification_channel_path(folder:,notification_channel:)->::String
The resource will be in the following format:

folders/{folder}/notificationChannels/{notification_channel}

Parameters
  • folder (String)
  • notification_channel (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#organization_path

deforganization_path(organization:)->::String

Create a fully-qualified Organization resource string.

The resource will be in the following format:

organizations/{organization}

Parameter
  • organization (String)
Returns
  • (::String)

#project_path

defproject_path(project:)->::String

Create a fully-qualified Project resource string.

The resource will be in the following format:

projects/{project}

Parameter
  • project (String)
Returns
  • (::String)

#workspace_path

defworkspace_path(project:)->::String
defworkspace_path(workspace:)->::String

Create a fully-qualified Workspace resource string.

Overloads
defworkspace_path(project:)->::String
The resource will be in the following format:

projects/{project}

Parameter
  • project (String)
defworkspace_path(workspace:)->::String
The resource will be in the following format:

workspaces/{workspace}

Parameter
  • workspace (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.