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.
Methods
#subscription_path
def subscription_path(subscription:) -> ::String
Create a fully-qualified Subscription resource string.
The resource will be in the following format:
subscriptions/{subscription}
- subscription (String)
- (::String)
#topic_path
def topic_path(project:, topic:) -> ::String
Create a fully-qualified Topic resource string.
The resource will be in the following format:
projects/{project}/topics/{topic}
- project (String)
- topic (String)
- (::String)
- (::ArgumentError)
#user_path
def user_path(user:) -> ::String
Create a fully-qualified User resource string.
The resource will be in the following format:
users/{user}
- user (String)
- (::String)