Reference documentation and code samples for the Google Cloud Support V2BETA API module Google::Cloud::Support::V2beta::SupportEventSubscriptionService::Paths.
Path helper methods for the SupportEventSubscriptionService API.
Included In
Methods
#organization_path
def organization_path(organization:) -> ::StringCreate a fully-qualified Organization resource string.
The resource will be in the following format:
organizations/{organization}
- organization (String)
- (::String)
#support_event_subscription_path
def support_event_subscription_path(organization:, support_event_subscription:) -> ::StringCreate a fully-qualified SupportEventSubscription resource string.
The resource will be in the following format:
organizations/{organization}/supportEventSubscriptions/{support_event_subscription}
- organization (String)
- support_event_subscription (String)
- (::String)
- (::ArgumentError)