Advisory Notifications V1 API - Module Google::Cloud::AdvisoryNotifications::V1::AdvisoryNotificationsService::Paths (v0.7.0)

Reference documentation and code samples for the Advisory Notifications V1 API module Google::Cloud::AdvisoryNotifications::V1::AdvisoryNotificationsService::Paths.

Path helper methods for the AdvisoryNotificationsService API.

Methods

#location_path

def location_path(organization:, location:) -> ::String
def location_path(project:, location:) -> ::String

Create a fully-qualified Location resource string.

Overloads
def location_path(organization:, location:) -> ::String
The resource will be in the following format:

organizations/{organization}/locations/{location}

Parameters
  • organization (String)
  • location (String)
def location_path(project:, location:) -> ::String
The resource will be in the following format:

projects/{project}/locations/{location}

Parameters
  • project (String)
  • location (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#notification_path

def notification_path(organization:, location:, notification:) -> ::String
def notification_path(project:, location:, notification:) -> ::String

Create a fully-qualified Notification resource string.

Overloads
def notification_path(organization:, location:, notification:) -> ::String
The resource will be in the following format:

organizations/{organization}/locations/{location}/notifications/{notification}

Parameters
  • organization (String)
  • location (String)
  • notification (String)
def notification_path(project:, location:, notification:) -> ::String
The resource will be in the following format:

projects/{project}/locations/{location}/notifications/{notification}

Parameters
  • project (String)
  • location (String)
  • notification (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#settings_path

def settings_path(organization:, location:) -> ::String

Create a fully-qualified Settings resource string.

The resource will be in the following format:

organizations/{organization}/locations/{location}/settings

Parameters
  • organization (String)
  • location (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)