public final class NotificationChannelServiceGrpc
The Notification Channel API provides access to configuration that
controls how messages related to incidents are sent.
Static Fields
SERVICE_NAME
public static final String SERVICE_NAME
Field Value |
Type |
Description |
String |
|
Static Methods
bindService(NotificationChannelServiceGrpc.AsyncService service)
public static final ServerServiceDefinition bindService(NotificationChannelServiceGrpc.AsyncService service)
Returns |
Type |
Description |
io.grpc.ServerServiceDefinition |
|
getCreateNotificationChannelMethod()
public static MethodDescriptor<CreateNotificationChannelRequest,NotificationChannel> getCreateNotificationChannelMethod()
getDeleteNotificationChannelMethod()
public static MethodDescriptor<DeleteNotificationChannelRequest,Empty> getDeleteNotificationChannelMethod()
getGetNotificationChannelDescriptorMethod()
public static MethodDescriptor<GetNotificationChannelDescriptorRequest,NotificationChannelDescriptor> getGetNotificationChannelDescriptorMethod()
getGetNotificationChannelMethod()
public static MethodDescriptor<GetNotificationChannelRequest,NotificationChannel> getGetNotificationChannelMethod()
getGetNotificationChannelVerificationCodeMethod()
public static MethodDescriptor<GetNotificationChannelVerificationCodeRequest,GetNotificationChannelVerificationCodeResponse> getGetNotificationChannelVerificationCodeMethod()
getListNotificationChannelDescriptorsMethod()
public static MethodDescriptor<ListNotificationChannelDescriptorsRequest,ListNotificationChannelDescriptorsResponse> getListNotificationChannelDescriptorsMethod()
getListNotificationChannelsMethod()
public static MethodDescriptor<ListNotificationChannelsRequest,ListNotificationChannelsResponse> getListNotificationChannelsMethod()
getSendNotificationChannelVerificationCodeMethod()
public static MethodDescriptor<SendNotificationChannelVerificationCodeRequest,Empty> getSendNotificationChannelVerificationCodeMethod()
getServiceDescriptor()
public static ServiceDescriptor getServiceDescriptor()
Returns |
Type |
Description |
io.grpc.ServiceDescriptor |
|
getUpdateNotificationChannelMethod()
public static MethodDescriptor<UpdateNotificationChannelRequest,NotificationChannel> getUpdateNotificationChannelMethod()
getVerifyNotificationChannelMethod()
public static MethodDescriptor<VerifyNotificationChannelRequest,NotificationChannel> getVerifyNotificationChannelMethod()
newBlockingStub(Channel channel)
public static NotificationChannelServiceGrpc.NotificationChannelServiceBlockingStub newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
Parameter |
Name |
Description |
channel |
io.grpc.Channel
|
newFutureStub(Channel channel)
public static NotificationChannelServiceGrpc.NotificationChannelServiceFutureStub newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
Parameter |
Name |
Description |
channel |
io.grpc.Channel
|
newStub(Channel channel)
public static NotificationChannelServiceGrpc.NotificationChannelServiceStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
Parameter |
Name |
Description |
channel |
io.grpc.Channel
|