Google Workspace Events V1BETA API - Module Google::Apps::Events::Subscriptions::V1beta::SubscriptionsService::Paths (v0.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Workspace Events V1BETA API module Google::Apps::Events::Subscriptions::V1beta::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-04 UTC."],[],[],null,["# Google Workspace Events V1BETA API - Module Google::Apps::Events::Subscriptions::V1beta::SubscriptionsService::Paths (v0.1.0)\n\nReference documentation and code samples for the Google Workspace Events V1BETA API module Google::Apps::Events::Subscriptions::V1beta::SubscriptionsService::Paths.\n\nPath helper methods for the SubscriptionsService API. \n\nExtended By\n-----------\n\n- [Google::Apps::Events::Subscriptions::V1beta::SubscriptionsService::Paths](./Google-Apps-Events-Subscriptions-V1beta-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)"]]