Class SupportEventSubscriptionServiceStub (0.78.0)

public abstract class SupportEventSubscriptionServiceStub implements BackgroundResource

Base stub class for the SupportEventSubscriptionService service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > SupportEventSubscriptionServiceStub

Implements

BackgroundResource

Constructors

SupportEventSubscriptionServiceStub()

public SupportEventSubscriptionServiceStub()

Methods

close()

public abstract void close()

createSupportEventSubscriptionCallable()

public UnaryCallable<CreateSupportEventSubscriptionRequest,SupportEventSubscription> createSupportEventSubscriptionCallable()
Returns
Type Description
UnaryCallable<CreateSupportEventSubscriptionRequest,SupportEventSubscription>

deleteSupportEventSubscriptionCallable()

public UnaryCallable<DeleteSupportEventSubscriptionRequest,SupportEventSubscription> deleteSupportEventSubscriptionCallable()
Returns
Type Description
UnaryCallable<DeleteSupportEventSubscriptionRequest,SupportEventSubscription>

getSupportEventSubscriptionCallable()

public UnaryCallable<GetSupportEventSubscriptionRequest,SupportEventSubscription> getSupportEventSubscriptionCallable()
Returns
Type Description
UnaryCallable<GetSupportEventSubscriptionRequest,SupportEventSubscription>

listSupportEventSubscriptionsCallable()

public UnaryCallable<ListSupportEventSubscriptionsRequest,ListSupportEventSubscriptionsResponse> listSupportEventSubscriptionsCallable()
Returns
Type Description
UnaryCallable<ListSupportEventSubscriptionsRequest,ListSupportEventSubscriptionsResponse>

listSupportEventSubscriptionsPagedCallable()

public UnaryCallable<ListSupportEventSubscriptionsRequest,SupportEventSubscriptionServiceClient.ListSupportEventSubscriptionsPagedResponse> listSupportEventSubscriptionsPagedCallable()
Returns
Type Description
UnaryCallable<ListSupportEventSubscriptionsRequest,ListSupportEventSubscriptionsPagedResponse>

undeleteSupportEventSubscriptionCallable()

public UnaryCallable<UndeleteSupportEventSubscriptionRequest,SupportEventSubscription> undeleteSupportEventSubscriptionCallable()
Returns
Type Description
UnaryCallable<UndeleteSupportEventSubscriptionRequest,SupportEventSubscription>

updateSupportEventSubscriptionCallable()

public UnaryCallable<UpdateSupportEventSubscriptionRequest,SupportEventSubscription> updateSupportEventSubscriptionCallable()
Returns
Type Description
UnaryCallable<UpdateSupportEventSubscriptionRequest,SupportEventSubscription>