Google Cloud Support V2BETA API - Class Google::Cloud::Support::V2beta::SupportEventSubscriptionService::Rest::ServiceStub (v0.7.0)

Reference documentation and code samples for the Google Cloud Support V2BETA API class Google::Cloud::Support::V2beta::SupportEventSubscriptionService::Rest::ServiceStub.

REST service stub for the SupportEventSubscriptionService service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.

Inherits

  • Object

Methods

#create_support_event_subscription

def create_support_event_subscription(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Support::V2beta::SupportEventSubscription

Baseline implementation for the create_support_event_subscription REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#delete_support_event_subscription

def delete_support_event_subscription(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Support::V2beta::SupportEventSubscription

Baseline implementation for the delete_support_event_subscription REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#endpoint

def endpoint() -> String

The effective endpoint

Returns
  • (String)

#get_support_event_subscription

def get_support_event_subscription(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Support::V2beta::SupportEventSubscription

Baseline implementation for the get_support_event_subscription REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#list_support_event_subscriptions

def list_support_event_subscriptions(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Support::V2beta::ListSupportEventSubscriptionsResponse

Baseline implementation for the list_support_event_subscriptions REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#logger

def logger(stub: false) -> Logger

The logger used for request/response debug logging.

Returns
  • (Logger)

#undelete_support_event_subscription

def undelete_support_event_subscription(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Support::V2beta::SupportEventSubscription

Baseline implementation for the undelete_support_event_subscription REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#universe_domain

def universe_domain() -> String

The effective universe domain

Returns
  • (String)

#update_support_event_subscription

def update_support_event_subscription(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Support::V2beta::SupportEventSubscription

Baseline implementation for the update_support_event_subscription REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)