public abstract static class AdvisoryNotificationsServiceGrpc.AdvisoryNotificationsServiceImplBase implements BindableService
Service to manage Security and Privacy Notifications.
Inheritance
java.lang.Object > AdvisoryNotificationsServiceGrpc.AdvisoryNotificationsServiceImplBaseImplements
io.grpc.BindableServiceConstructors
AdvisoryNotificationsServiceImplBase()
public AdvisoryNotificationsServiceImplBase()
Methods
bindService()
public final ServerServiceDefinition bindService()
Returns | |
---|---|
Type | Description |
io.grpc.ServerServiceDefinition |
getNotification(GetNotificationRequest request, StreamObserver<Notification> responseObserver)
public void getNotification(GetNotificationRequest request, StreamObserver<Notification> responseObserver)
Gets a notification.
Parameters | |
---|---|
Name | Description |
request | GetNotificationRequest |
responseObserver | io.grpc.stub.StreamObserver<Notification> |
listNotifications(ListNotificationsRequest request, StreamObserver<ListNotificationsResponse> responseObserver)
public void listNotifications(ListNotificationsRequest request, StreamObserver<ListNotificationsResponse> responseObserver)
Lists notifications under a given parent.
Parameters | |
---|---|
Name | Description |
request | ListNotificationsRequest |
responseObserver | io.grpc.stub.StreamObserver<ListNotificationsResponse> |