Package com.google.monitoring.v3
Class NotificationChannelServiceGrpc.NotificationChannelServiceImplBase
- java.lang.Object
-
- com.google.monitoring.v3.NotificationChannelServiceGrpc.NotificationChannelServiceImplBase
-
- All Implemented Interfaces:
NotificationChannelServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- NotificationChannelServiceGrpc
public abstract static class NotificationChannelServiceGrpc.NotificationChannelServiceImplBase extends Object implements io.grpc.BindableService, NotificationChannelServiceGrpc.AsyncService
Base class for the server implementation of the service NotificationChannelService.The Notification Channel API provides access to configuration that controls how messages related to incidents are sent.
-
-
Constructor Summary
Constructors Constructor Description NotificationChannelServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.monitoring.v3.NotificationChannelServiceGrpc.AsyncService
createNotificationChannel, deleteNotificationChannel, getNotificationChannel, getNotificationChannelDescriptor, getNotificationChannelVerificationCode, listNotificationChannelDescriptors, listNotificationChannels, sendNotificationChannelVerificationCode, updateNotificationChannel, verifyNotificationChannel
-
-