Reference documentation and code samples for the Google Workspace Events V1 API module Google::Apps::Events::Subscriptions::V1::SubscriptionsService::Paths.
Path helper methods for the SubscriptionsService API.
[[["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-09 UTC."],[],[],null,["# Google Workspace Events V1 API - Module Google::Apps::Events::Subscriptions::V1::SubscriptionsService::Paths (v0.4.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.4.0 (latest)](/ruby/docs/reference/google-apps-events-subscriptions-v1/latest/Google-Apps-Events-Subscriptions-V1-SubscriptionsService-Paths)\n- [0.3.1](/ruby/docs/reference/google-apps-events-subscriptions-v1/0.3.1/Google-Apps-Events-Subscriptions-V1-SubscriptionsService-Paths)\n- [0.2.0](/ruby/docs/reference/google-apps-events-subscriptions-v1/0.2.0/Google-Apps-Events-Subscriptions-V1-SubscriptionsService-Paths)\n- [0.1.1](/ruby/docs/reference/google-apps-events-subscriptions-v1/0.1.1/Google-Apps-Events-Subscriptions-V1-SubscriptionsService-Paths) \nReference documentation and code samples for the Google Workspace Events V1 API module Google::Apps::Events::Subscriptions::V1::SubscriptionsService::Paths.\n\nPath helper methods for the SubscriptionsService API. \n\nExtended By\n-----------\n\n- [Google::Apps::Events::Subscriptions::V1::SubscriptionsService::Paths](./Google-Apps-Events-Subscriptions-V1-SubscriptionsService-Paths)\n\nMethods\n-------\n\n### #subscription_path\n\n def subscription_path(subscription:) -\u003e ::String\n\nCreate a fully-qualified Subscription resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`subscriptions/{subscription}` \n**Parameter**\n\n- **subscription** (String) \n**Returns**\n\n- (::String)\n\n### #topic_path\n\n def topic_path(project:, topic:) -\u003e ::String\n\nCreate a fully-qualified Topic resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/topics/{topic}` \n**Parameters**\n\n- **project** (String)\n- **topic** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #user_path\n\n def user_path(user:) -\u003e ::String\n\nCreate a fully-qualified User resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`users/{user}` \n**Parameter**\n\n- **user** (String) \n**Returns**\n\n- (::String)"]]