Advisory Notifications V1 API - Module Google::Cloud::AdvisoryNotifications::V1::AdvisoryNotificationsService::Paths (v0.1.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

Create a fully-qualified Location resource string.

The resource will be in the following format:

organizations/{organization}/locations/{location}

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

#notification_path

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

Create a fully-qualified Notification resource string.

The resource will be in the following format:

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

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