Google Cloud Support v2beta API - Class SupportEventSubscriptionService.SupportEventSubscriptionServiceBase (1.0.0-beta04)

[BindServiceMethod(typeof(SupportEventSubscriptionService), "BindService")]
public abstract class SupportEventSubscriptionService.SupportEventSubscriptionServiceBase

Reference documentation and code samples for the Google Cloud Support v2beta API class SupportEventSubscriptionService.SupportEventSubscriptionServiceBase.

Base class for server-side implementations of SupportEventSubscriptionService

Inheritance

object > SupportEventSubscriptionService.SupportEventSubscriptionServiceBase

Namespace

Google.Cloud.Support.V2Beta

Assembly

Google.Cloud.Support.V2Beta.dll

Methods

CreateSupportEventSubscription(CreateSupportEventSubscriptionRequest, ServerCallContext)

public virtual Task<SupportEventSubscription> CreateSupportEventSubscription(CreateSupportEventSubscriptionRequest request, ServerCallContext context)

Creates a support event subscription for an organization.

Parameters
Name Description
request CreateSupportEventSubscriptionRequest

The request received from the client.

context ServerCallContext

The context of the server-side call handler being invoked.

Returns
Type Description
TaskSupportEventSubscription

The response to send back to the client (wrapped by a task).

DeleteSupportEventSubscription(DeleteSupportEventSubscriptionRequest, ServerCallContext)

public virtual Task<SupportEventSubscription> DeleteSupportEventSubscription(DeleteSupportEventSubscriptionRequest request, ServerCallContext context)

Soft deletes a support event subscription.

Parameters
Name Description
request DeleteSupportEventSubscriptionRequest

The request received from the client.

context ServerCallContext

The context of the server-side call handler being invoked.

Returns
Type Description
TaskSupportEventSubscription

The response to send back to the client (wrapped by a task).

GetSupportEventSubscription(GetSupportEventSubscriptionRequest, ServerCallContext)

public virtual Task<SupportEventSubscription> GetSupportEventSubscription(GetSupportEventSubscriptionRequest request, ServerCallContext context)

Gets a support event subscription.

Parameters
Name Description
request GetSupportEventSubscriptionRequest

The request received from the client.

context ServerCallContext

The context of the server-side call handler being invoked.

Returns
Type Description
TaskSupportEventSubscription

The response to send back to the client (wrapped by a task).

ListSupportEventSubscriptions(ListSupportEventSubscriptionsRequest, ServerCallContext)

public virtual Task<ListSupportEventSubscriptionsResponse> ListSupportEventSubscriptions(ListSupportEventSubscriptionsRequest request, ServerCallContext context)

Lists support event subscriptions.

Parameters
Name Description
request ListSupportEventSubscriptionsRequest

The request received from the client.

context ServerCallContext

The context of the server-side call handler being invoked.

Returns
Type Description
TaskListSupportEventSubscriptionsResponse

The response to send back to the client (wrapped by a task).

UndeleteSupportEventSubscription(UndeleteSupportEventSubscriptionRequest, ServerCallContext)

public virtual Task<SupportEventSubscription> UndeleteSupportEventSubscription(UndeleteSupportEventSubscriptionRequest request, ServerCallContext context)

Undeletes a support event subscription.

Parameters
Name Description
request UndeleteSupportEventSubscriptionRequest

The request received from the client.

context ServerCallContext

The context of the server-side call handler being invoked.

Returns
Type Description
TaskSupportEventSubscription

The response to send back to the client (wrapped by a task).

UpdateSupportEventSubscription(UpdateSupportEventSubscriptionRequest, ServerCallContext)

public virtual Task<SupportEventSubscription> UpdateSupportEventSubscription(UpdateSupportEventSubscriptionRequest request, ServerCallContext context)

Updates a support event subscription.

Parameters
Name Description
request UpdateSupportEventSubscriptionRequest

The request received from the client.

context ServerCallContext

The context of the server-side call handler being invoked.

Returns
Type Description
TaskSupportEventSubscription

The response to send back to the client (wrapped by a task).