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 classAdvisoryNotificationsServiceGrpc.AdvisoryNotificationsServiceBlockingStubA stub to allow clients to do synchronous rpc calls to service AdvisoryNotificationsService.static classAdvisoryNotificationsServiceGrpc.AdvisoryNotificationsServiceFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service AdvisoryNotificationsService.static classAdvisoryNotificationsServiceGrpc.AdvisoryNotificationsServiceImplBaseBase class for the server implementation of the service AdvisoryNotificationsService.static classAdvisoryNotificationsServiceGrpc.AdvisoryNotificationsServiceStubA stub to allow clients to do asynchronous rpc calls to service AdvisoryNotificationsService.static interfaceAdvisoryNotificationsServiceGrpc.AsyncServiceService to manage Security and Privacy Notifications.
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinitionbindService(AdvisoryNotificationsServiceGrpc.AsyncService service)static io.grpc.MethodDescriptor<GetNotificationRequest,Notification>getGetNotificationMethod()static io.grpc.MethodDescriptor<ListNotificationsRequest,ListNotificationsResponse>getListNotificationsMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static AdvisoryNotificationsServiceGrpc.AdvisoryNotificationsServiceBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic AdvisoryNotificationsServiceGrpc.AdvisoryNotificationsServiceFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic AdvisoryNotificationsServiceGrpc.AdvisoryNotificationsServiceStubnewStub(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()
-
-