Class NotificationChannelServiceStub (3.9.0)

public abstract class NotificationChannelServiceStub implements BackgroundResource

Base stub class for the NotificationChannelService service API.

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

Inheritance

java.lang.Object > NotificationChannelServiceStub

Implements

BackgroundResource

Constructors

NotificationChannelServiceStub()

public NotificationChannelServiceStub()

Methods

close()

public abstract void close()

createNotificationChannelCallable()

public UnaryCallable<CreateNotificationChannelRequest,NotificationChannel> createNotificationChannelCallable()
Returns

deleteNotificationChannelCallable()

public UnaryCallable<DeleteNotificationChannelRequest,Empty> deleteNotificationChannelCallable()
Returns

getNotificationChannelCallable()

public UnaryCallable<GetNotificationChannelRequest,NotificationChannel> getNotificationChannelCallable()
Returns

getNotificationChannelDescriptorCallable()

public UnaryCallable<GetNotificationChannelDescriptorRequest,NotificationChannelDescriptor> getNotificationChannelDescriptorCallable()
Returns

getNotificationChannelVerificationCodeCallable()

public UnaryCallable<GetNotificationChannelVerificationCodeRequest,GetNotificationChannelVerificationCodeResponse> getNotificationChannelVerificationCodeCallable()
Returns

listNotificationChannelDescriptorsCallable()

public UnaryCallable<ListNotificationChannelDescriptorsRequest,ListNotificationChannelDescriptorsResponse> listNotificationChannelDescriptorsCallable()
Returns

listNotificationChannelDescriptorsPagedCallable()

public UnaryCallable<ListNotificationChannelDescriptorsRequest,NotificationChannelServiceClient.ListNotificationChannelDescriptorsPagedResponse> listNotificationChannelDescriptorsPagedCallable()
Returns

listNotificationChannelsCallable()

public UnaryCallable<ListNotificationChannelsRequest,ListNotificationChannelsResponse> listNotificationChannelsCallable()
Returns

listNotificationChannelsPagedCallable()

public UnaryCallable<ListNotificationChannelsRequest,NotificationChannelServiceClient.ListNotificationChannelsPagedResponse> listNotificationChannelsPagedCallable()
Returns

sendNotificationChannelVerificationCodeCallable()

public UnaryCallable<SendNotificationChannelVerificationCodeRequest,Empty> sendNotificationChannelVerificationCodeCallable()
Returns

updateNotificationChannelCallable()

public UnaryCallable<UpdateNotificationChannelRequest,NotificationChannel> updateNotificationChannelCallable()
Returns

verifyNotificationChannelCallable()

public UnaryCallable<VerifyNotificationChannelRequest,NotificationChannel> verifyNotificationChannelCallable()
Returns