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}
- organization (String)
- location (String)
- (::String)
- (::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}
- organization (String)
- location (String)
- notification (String)
- (::String)
- (::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
- organization (String)
- location (String)
- (::String)
- (::ArgumentError)