@Generated(value="by gRPC proto compiler", comments="Source: google/monitoring/v3/notification_service.proto") public final class NotificationChannelServiceGrpc extends 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 | Field and Description |
|---|---|
static String |
SERVICE_NAME |
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<ListNotificationChannelDescriptorsRequest,ListNotificationChannelDescriptorsResponse> getListNotificationChannelDescriptorsMethod()
public static io.grpc.MethodDescriptor<GetNotificationChannelDescriptorRequest,NotificationChannelDescriptor> getGetNotificationChannelDescriptorMethod()
public static io.grpc.MethodDescriptor<ListNotificationChannelsRequest,ListNotificationChannelsResponse> getListNotificationChannelsMethod()
public static io.grpc.MethodDescriptor<GetNotificationChannelRequest,NotificationChannel> getGetNotificationChannelMethod()
public static io.grpc.MethodDescriptor<CreateNotificationChannelRequest,NotificationChannel> getCreateNotificationChannelMethod()
public static io.grpc.MethodDescriptor<UpdateNotificationChannelRequest,NotificationChannel> getUpdateNotificationChannelMethod()
public static io.grpc.MethodDescriptor<DeleteNotificationChannelRequest,com.google.protobuf.Empty> getDeleteNotificationChannelMethod()
public static io.grpc.MethodDescriptor<SendNotificationChannelVerificationCodeRequest,com.google.protobuf.Empty> getSendNotificationChannelVerificationCodeMethod()
public static io.grpc.MethodDescriptor<GetNotificationChannelVerificationCodeRequest,GetNotificationChannelVerificationCodeResponse> getGetNotificationChannelVerificationCodeMethod()
public static io.grpc.MethodDescriptor<VerifyNotificationChannelRequest,NotificationChannel> getVerifyNotificationChannelMethod()
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()
Copyright © 2020 Google LLC. All rights reserved.