@Generated(value="by gRPC proto compiler (version 1.2.0)",
comments="Source: google/monitoring/v3/notification_service.proto")
public final class NotificationChannelServiceGrpc
extends java.lang.Object
The Notification Channel API provides access to configuration that controls how messages related to incidents are sent.
Modifier and Type | Class and Description |
---|---|
static class |
NotificationChannelServiceGrpc.NotificationChannelServiceBlockingStub
The Notification Channel API provides access to configuration that
controls how messages related to incidents are sent.
|
static class |
NotificationChannelServiceGrpc.NotificationChannelServiceFutureStub
The Notification Channel API provides access to configuration that
controls how messages related to incidents are sent.
|
static class |
NotificationChannelServiceGrpc.NotificationChannelServiceImplBase
The Notification Channel API provides access to configuration that
controls how messages related to incidents are sent.
|
static class |
NotificationChannelServiceGrpc.NotificationChannelServiceStub
The Notification Channel API provides access to configuration that
controls how messages related to incidents are sent.
|
Modifier and Type | Method and Description |
---|---|
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static NotificationChannelServiceGrpc.NotificationChannelServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static NotificationChannelServiceGrpc.NotificationChannelServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary and streaming output calls on the service
|
static NotificationChannelServiceGrpc.NotificationChannelServiceStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final java.lang.String SERVICE_NAME
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<ListNotificationChannelDescriptorsRequest,ListNotificationChannelDescriptorsResponse> METHOD_LIST_NOTIFICATION_CHANNEL_DESCRIPTORS
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<GetNotificationChannelDescriptorRequest,NotificationChannelDescriptor> METHOD_GET_NOTIFICATION_CHANNEL_DESCRIPTOR
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<ListNotificationChannelsRequest,ListNotificationChannelsResponse> METHOD_LIST_NOTIFICATION_CHANNELS
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<GetNotificationChannelRequest,NotificationChannel> METHOD_GET_NOTIFICATION_CHANNEL
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<CreateNotificationChannelRequest,NotificationChannel> METHOD_CREATE_NOTIFICATION_CHANNEL
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<UpdateNotificationChannelRequest,NotificationChannel> METHOD_UPDATE_NOTIFICATION_CHANNEL
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<DeleteNotificationChannelRequest,Empty> METHOD_DELETE_NOTIFICATION_CHANNEL
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<SendNotificationChannelVerificationCodeRequest,Empty> METHOD_SEND_NOTIFICATION_CHANNEL_VERIFICATION_CODE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<GetNotificationChannelVerificationCodeRequest,GetNotificationChannelVerificationCodeResponse> METHOD_GET_NOTIFICATION_CHANNEL_VERIFICATION_CODE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<VerifyNotificationChannelRequest,NotificationChannel> METHOD_VERIFY_NOTIFICATION_CHANNEL
public static NotificationChannelServiceGrpc.NotificationChannelServiceStub newStub(io.grpc.Channel channel)
public static NotificationChannelServiceGrpc.NotificationChannelServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static NotificationChannelServiceGrpc.NotificationChannelServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()