Send feedback
Advisory Notifications V1 API - Module Google::Cloud::AdvisoryNotifications::V1::AdvisoryNotificationsService::Paths (v0.13.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latestkeyboard_arrow_down
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)
#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)
#settings_path
def settings_path ( organization :, location :) - > :: String
def settings_path ( project :, location :) - > :: String
Create a fully-qualified Settings resource string.
Overloads
def settings_path ( organization :, location :) - > :: String
The resource will be in the following format:
organizations/{organization}/locations/{location}/settings
Parameters
organization (String)
location (String)
def settings_path ( project :, location :) - > :: String
The resource will be in the following format:
projects/{project}/locations/{location}/settings
Parameters
project (String)
location (String)
Send feedback
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-09-04 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Advisory Notifications V1 API - Module Google::Cloud::AdvisoryNotifications::V1::AdvisoryNotificationsService::Paths (v0.13.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.13.0 (latest)](/ruby/docs/reference/google-cloud-advisory_notifications-v1/latest/Google-Cloud-AdvisoryNotifications-V1-AdvisoryNotificationsService-Paths)\n- [0.12.1](/ruby/docs/reference/google-cloud-advisory_notifications-v1/0.12.1/Google-Cloud-AdvisoryNotifications-V1-AdvisoryNotificationsService-Paths)\n- [0.11.0](/ruby/docs/reference/google-cloud-advisory_notifications-v1/0.11.0/Google-Cloud-AdvisoryNotifications-V1-AdvisoryNotificationsService-Paths)\n- [0.10.2](/ruby/docs/reference/google-cloud-advisory_notifications-v1/0.10.2/Google-Cloud-AdvisoryNotifications-V1-AdvisoryNotificationsService-Paths)\n- [0.9.0](/ruby/docs/reference/google-cloud-advisory_notifications-v1/0.9.0/Google-Cloud-AdvisoryNotifications-V1-AdvisoryNotificationsService-Paths)\n- [0.8.2](/ruby/docs/reference/google-cloud-advisory_notifications-v1/0.8.2/Google-Cloud-AdvisoryNotifications-V1-AdvisoryNotificationsService-Paths)\n- [0.7.0](/ruby/docs/reference/google-cloud-advisory_notifications-v1/0.7.0/Google-Cloud-AdvisoryNotifications-V1-AdvisoryNotificationsService-Paths)\n- [0.6.0](/ruby/docs/reference/google-cloud-advisory_notifications-v1/0.6.0/Google-Cloud-AdvisoryNotifications-V1-AdvisoryNotificationsService-Paths)\n- [0.5.0](/ruby/docs/reference/google-cloud-advisory_notifications-v1/0.5.0/Google-Cloud-AdvisoryNotifications-V1-AdvisoryNotificationsService-Paths)\n- [0.4.0](/ruby/docs/reference/google-cloud-advisory_notifications-v1/0.4.0/Google-Cloud-AdvisoryNotifications-V1-AdvisoryNotificationsService-Paths)\n- [0.2.0](/ruby/docs/reference/google-cloud-advisory_notifications-v1/0.2.0/Google-Cloud-AdvisoryNotifications-V1-AdvisoryNotificationsService-Paths)\n- [0.1.0](/ruby/docs/reference/google-cloud-advisory_notifications-v1/0.1.0/Google-Cloud-AdvisoryNotifications-V1-AdvisoryNotificationsService-Paths) \nReference documentation and code samples for the Advisory Notifications V1 API module Google::Cloud::AdvisoryNotifications::V1::AdvisoryNotificationsService::Paths.\n\nPath helper methods for the AdvisoryNotificationsService API. \n\nExtended By\n-----------\n\n- [Google::Cloud::AdvisoryNotifications::V1::AdvisoryNotificationsService::Paths](./Google-Cloud-AdvisoryNotifications-V1-AdvisoryNotificationsService-Paths)\n\nMethods\n-------\n\n### #location_path\n\n def location_path(organization:, location:) -\u003e ::String\n def location_path(project:, location:) -\u003e ::String\n\nCreate a fully-qualified Location resource string. \n**Overloads** \n\n def location_path(organization:, location:) -\u003e ::String\n\nThe resource will be in the following format:\n\n\n`organizations/{organization}/locations/{location}` \n**Parameters**\n\n- **organization** (String)\n- **location** (String) \n\n def location_path(project:, location:) -\u003e ::String\n\nThe resource will be in the following format:\n\n\n`projects/{project}/locations/{location}` \n**Parameters**\n\n- **project** (String)\n- **location** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #notification_path\n\n def notification_path(organization:, location:, notification:) -\u003e ::String\n def notification_path(project:, location:, notification:) -\u003e ::String\n\nCreate a fully-qualified Notification resource string. \n**Overloads** \n\n def notification_path(organization:, location:, notification:) -\u003e ::String\n\nThe resource will be in the following format:\n\n\n`organizations/{organization}/locations/{location}/notifications/{notification}` \n**Parameters**\n\n- **organization** (String)\n- **location** (String)\n- **notification** (String) \n\n def notification_path(project:, location:, notification:) -\u003e ::String\n\nThe resource will be in the following format:\n\n\n`projects/{project}/locations/{location}/notifications/{notification}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **notification** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #settings_path\n\n def settings_path(organization:, location:) -\u003e ::String\n def settings_path(project:, location:) -\u003e ::String\n\nCreate a fully-qualified Settings resource string. \n**Overloads** \n\n def settings_path(organization:, location:) -\u003e ::String\n\nThe resource will be in the following format:\n\n\n`organizations/{organization}/locations/{location}/settings` \n**Parameters**\n\n- **organization** (String)\n- **location** (String) \n\n def settings_path(project:, location:) -\u003e ::String\n\nThe resource will be in the following format:\n\n\n`projects/{project}/locations/{location}/settings` \n**Parameters**\n\n- **project** (String)\n- **location** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)"]]