Class NotificationChannelServiceStub (3.2.9)

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
TypeDescription
UnaryCallable<CreateNotificationChannelRequest,NotificationChannel>

deleteNotificationChannelCallable()

public UnaryCallable<DeleteNotificationChannelRequest,Empty> deleteNotificationChannelCallable()
Returns
TypeDescription
UnaryCallable<DeleteNotificationChannelRequest,Empty>

getNotificationChannelCallable()

public UnaryCallable<GetNotificationChannelRequest,NotificationChannel> getNotificationChannelCallable()
Returns
TypeDescription
UnaryCallable<GetNotificationChannelRequest,NotificationChannel>

getNotificationChannelDescriptorCallable()

public UnaryCallable<GetNotificationChannelDescriptorRequest,NotificationChannelDescriptor> getNotificationChannelDescriptorCallable()
Returns
TypeDescription
UnaryCallable<GetNotificationChannelDescriptorRequest,NotificationChannelDescriptor>

getNotificationChannelVerificationCodeCallable()

public UnaryCallable<GetNotificationChannelVerificationCodeRequest,GetNotificationChannelVerificationCodeResponse> getNotificationChannelVerificationCodeCallable()
Returns
TypeDescription
UnaryCallable<GetNotificationChannelVerificationCodeRequest,GetNotificationChannelVerificationCodeResponse>

listNotificationChannelDescriptorsCallable()

public UnaryCallable<ListNotificationChannelDescriptorsRequest,ListNotificationChannelDescriptorsResponse> listNotificationChannelDescriptorsCallable()
Returns
TypeDescription
UnaryCallable<ListNotificationChannelDescriptorsRequest,ListNotificationChannelDescriptorsResponse>

listNotificationChannelDescriptorsPagedCallable()

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

listNotificationChannelsCallable()

public UnaryCallable<ListNotificationChannelsRequest,ListNotificationChannelsResponse> listNotificationChannelsCallable()
Returns
TypeDescription
UnaryCallable<ListNotificationChannelsRequest,ListNotificationChannelsResponse>

listNotificationChannelsPagedCallable()

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

sendNotificationChannelVerificationCodeCallable()

public UnaryCallable<SendNotificationChannelVerificationCodeRequest,Empty> sendNotificationChannelVerificationCodeCallable()
Returns
TypeDescription
UnaryCallable<SendNotificationChannelVerificationCodeRequest,Empty>

updateNotificationChannelCallable()

public UnaryCallable<UpdateNotificationChannelRequest,NotificationChannel> updateNotificationChannelCallable()
Returns
TypeDescription
UnaryCallable<UpdateNotificationChannelRequest,NotificationChannel>

verifyNotificationChannelCallable()

public UnaryCallable<VerifyNotificationChannelRequest,NotificationChannel> verifyNotificationChannelCallable()
Returns
TypeDescription
UnaryCallable<VerifyNotificationChannelRequest,NotificationChannel>