@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 interface |
NotificationChannelServiceGrpc.AsyncService
The Notification Channel API provides access to configuration that
controls how messages related to incidents are sent.
|
static class |
NotificationChannelServiceGrpc.NotificationChannelServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service NotificationChannelService.
|
static class |
NotificationChannelServiceGrpc.NotificationChannelServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service
NotificationChannelService.
|
static class |
NotificationChannelServiceGrpc.NotificationChannelServiceImplBase
Base class for the server implementation of the service NotificationChannelService.
|
static class |
NotificationChannelServiceGrpc.NotificationChannelServiceStub
A stub to allow clients to do asynchronous rpc calls to service NotificationChannelService.
|
| 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 final io.grpc.ServerServiceDefinition bindService(NotificationChannelServiceGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2024 Google LLC. All rights reserved.