Package com.google.monitoring.v3
Class NotificationChannelServiceGrpc
- java.lang.Object
-
- com.google.monitoring.v3.NotificationChannelServiceGrpc
-
@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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceNotificationChannelServiceGrpc.AsyncServiceThe Notification Channel API provides access to configuration that controls how messages related to incidents are sent.static classNotificationChannelServiceGrpc.NotificationChannelServiceBlockingStubA stub to allow clients to do synchronous rpc calls to service NotificationChannelService.static classNotificationChannelServiceGrpc.NotificationChannelServiceFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service NotificationChannelService.static classNotificationChannelServiceGrpc.NotificationChannelServiceImplBaseBase class for the server implementation of the service NotificationChannelService.static classNotificationChannelServiceGrpc.NotificationChannelServiceStubA stub to allow clients to do asynchronous rpc calls to service NotificationChannelService.
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getListNotificationChannelDescriptorsMethod
public static io.grpc.MethodDescriptor<ListNotificationChannelDescriptorsRequest,ListNotificationChannelDescriptorsResponse> getListNotificationChannelDescriptorsMethod()
-
getGetNotificationChannelDescriptorMethod
public static io.grpc.MethodDescriptor<GetNotificationChannelDescriptorRequest,NotificationChannelDescriptor> getGetNotificationChannelDescriptorMethod()
-
getListNotificationChannelsMethod
public static io.grpc.MethodDescriptor<ListNotificationChannelsRequest,ListNotificationChannelsResponse> getListNotificationChannelsMethod()
-
getGetNotificationChannelMethod
public static io.grpc.MethodDescriptor<GetNotificationChannelRequest,NotificationChannel> getGetNotificationChannelMethod()
-
getCreateNotificationChannelMethod
public static io.grpc.MethodDescriptor<CreateNotificationChannelRequest,NotificationChannel> getCreateNotificationChannelMethod()
-
getUpdateNotificationChannelMethod
public static io.grpc.MethodDescriptor<UpdateNotificationChannelRequest,NotificationChannel> getUpdateNotificationChannelMethod()
-
getDeleteNotificationChannelMethod
public static io.grpc.MethodDescriptor<DeleteNotificationChannelRequest,com.google.protobuf.Empty> getDeleteNotificationChannelMethod()
-
getSendNotificationChannelVerificationCodeMethod
public static io.grpc.MethodDescriptor<SendNotificationChannelVerificationCodeRequest,com.google.protobuf.Empty> getSendNotificationChannelVerificationCodeMethod()
-
getGetNotificationChannelVerificationCodeMethod
public static io.grpc.MethodDescriptor<GetNotificationChannelVerificationCodeRequest,GetNotificationChannelVerificationCodeResponse> getGetNotificationChannelVerificationCodeMethod()
-
getVerifyNotificationChannelMethod
public static io.grpc.MethodDescriptor<VerifyNotificationChannelRequest,NotificationChannel> getVerifyNotificationChannelMethod()
-
newStub
public static NotificationChannelServiceGrpc.NotificationChannelServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static NotificationChannelServiceGrpc.NotificationChannelServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static NotificationChannelServiceGrpc.NotificationChannelServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(NotificationChannelServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-