Google Cloud Support V2BETA API - Module Google::Cloud::Support::V2beta::SupportEventSubscriptionService::Paths (v0.7.0)

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.

Methods

#organization_path

def organization_path(organization:) -> ::String

Create a fully-qualified Organization resource string.

The resource will be in the following format:

organizations/{organization}

Parameter
  • organization (String)
Returns
  • (::String)

#support_event_subscription_path

def support_event_subscription_path(organization:, support_event_subscription:) -> ::String

Create a fully-qualified SupportEventSubscription resource string.

The resource will be in the following format:

organizations/{organization}/supportEventSubscriptions/{support_event_subscription}

Parameters
  • organization (String)
  • support_event_subscription (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)