Class NotificationChannelServiceGrpc (3.3.0)

public final class NotificationChannelServiceGrpc

The Notification Channel API provides access to configuration that controls how messages related to incidents are sent.

Inheritance

java.lang.Object > NotificationChannelServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

getCreateNotificationChannelMethod()

public static MethodDescriptor<CreateNotificationChannelRequest,NotificationChannel> getCreateNotificationChannelMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateNotificationChannelRequest,NotificationChannel>

getDeleteNotificationChannelMethod()

public static MethodDescriptor<DeleteNotificationChannelRequest,Empty> getDeleteNotificationChannelMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteNotificationChannelRequest,Empty>

getGetNotificationChannelDescriptorMethod()

public static MethodDescriptor<GetNotificationChannelDescriptorRequest,NotificationChannelDescriptor> getGetNotificationChannelDescriptorMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetNotificationChannelDescriptorRequest,NotificationChannelDescriptor>

getGetNotificationChannelMethod()

public static MethodDescriptor<GetNotificationChannelRequest,NotificationChannel> getGetNotificationChannelMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetNotificationChannelRequest,NotificationChannel>

getGetNotificationChannelVerificationCodeMethod()

public static MethodDescriptor<GetNotificationChannelVerificationCodeRequest,GetNotificationChannelVerificationCodeResponse> getGetNotificationChannelVerificationCodeMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetNotificationChannelVerificationCodeRequest,GetNotificationChannelVerificationCodeResponse>

getListNotificationChannelDescriptorsMethod()

public static MethodDescriptor<ListNotificationChannelDescriptorsRequest,ListNotificationChannelDescriptorsResponse> getListNotificationChannelDescriptorsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListNotificationChannelDescriptorsRequest,ListNotificationChannelDescriptorsResponse>

getListNotificationChannelsMethod()

public static MethodDescriptor<ListNotificationChannelsRequest,ListNotificationChannelsResponse> getListNotificationChannelsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListNotificationChannelsRequest,ListNotificationChannelsResponse>

getSendNotificationChannelVerificationCodeMethod()

public static MethodDescriptor<SendNotificationChannelVerificationCodeRequest,Empty> getSendNotificationChannelVerificationCodeMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<SendNotificationChannelVerificationCodeRequest,Empty>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
TypeDescription
io.grpc.ServiceDescriptor

getUpdateNotificationChannelMethod()

public static MethodDescriptor<UpdateNotificationChannelRequest,NotificationChannel> getUpdateNotificationChannelMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateNotificationChannelRequest,NotificationChannel>

getVerifyNotificationChannelMethod()

public static MethodDescriptor<VerifyNotificationChannelRequest,NotificationChannel> getVerifyNotificationChannelMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<VerifyNotificationChannelRequest,NotificationChannel>

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
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
NotificationChannelServiceGrpc.NotificationChannelServiceBlockingStub

newFutureStub(Channel channel)

public static NotificationChannelServiceGrpc.NotificationChannelServiceFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
NotificationChannelServiceGrpc.NotificationChannelServiceFutureStub

newStub(Channel channel)

public static NotificationChannelServiceGrpc.NotificationChannelServiceStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
NotificationChannelServiceGrpc.NotificationChannelServiceStub