Class AdvisoryNotificationsServiceGrpc
- java.lang.Object
-
- com.google.cloud.advisorynotifications.v1.AdvisoryNotificationsServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/advisorynotifications/v1/service.proto") public final class AdvisoryNotificationsServiceGrpc extends Object
Service to manage Security and Privacy Notifications.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AdvisoryNotificationsServiceGrpc.AdvisoryNotificationsServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service AdvisoryNotificationsService.static class
AdvisoryNotificationsServiceGrpc.AdvisoryNotificationsServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service AdvisoryNotificationsService.static class
AdvisoryNotificationsServiceGrpc.AdvisoryNotificationsServiceImplBase
Base class for the server implementation of the service AdvisoryNotificationsService.static class
AdvisoryNotificationsServiceGrpc.AdvisoryNotificationsServiceStub
A stub to allow clients to do asynchronous rpc calls to service AdvisoryNotificationsService.static interface
AdvisoryNotificationsServiceGrpc.AsyncService
Service to manage Security and Privacy Notifications.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinition
bindService(AdvisoryNotificationsServiceGrpc.AsyncService service)
static io.grpc.MethodDescriptor<GetNotificationRequest,Notification>
getGetNotificationMethod()
static io.grpc.MethodDescriptor<ListNotificationsRequest,ListNotificationsResponse>
getListNotificationsMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static AdvisoryNotificationsServiceGrpc.AdvisoryNotificationsServiceBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic AdvisoryNotificationsServiceGrpc.AdvisoryNotificationsServiceFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic AdvisoryNotificationsServiceGrpc.AdvisoryNotificationsServiceStub
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getListNotificationsMethod
public static io.grpc.MethodDescriptor<ListNotificationsRequest,ListNotificationsResponse> getListNotificationsMethod()
-
getGetNotificationMethod
public static io.grpc.MethodDescriptor<GetNotificationRequest,Notification> getGetNotificationMethod()
-
newStub
public static AdvisoryNotificationsServiceGrpc.AdvisoryNotificationsServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static AdvisoryNotificationsServiceGrpc.AdvisoryNotificationsServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static AdvisoryNotificationsServiceGrpc.AdvisoryNotificationsServiceFutureStub 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(AdvisoryNotificationsServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-