public abstract static class AdvisoryNotificationsServiceGrpc.AdvisoryNotificationsServiceImplBase implements BindableServiceService to manage Security and Privacy Notifications.
Inheritance
java.lang.Object > AdvisoryNotificationsServiceGrpc.AdvisoryNotificationsServiceImplBaseImplements
io.grpc.BindableServiceConstructors
AdvisoryNotificationsServiceImplBase()
public AdvisoryNotificationsServiceImplBase()Methods
bindService()
public final ServerServiceDefinition bindService()| Type | Description |
io.grpc.ServerServiceDefinition |
getNotification(GetNotificationRequest request, StreamObserver<Notification> responseObserver)
public void getNotification(GetNotificationRequest request, StreamObserver<Notification> responseObserver)Gets a notification.
| 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.
| Name | Description |
request |
ListNotificationsRequest |
responseObserver |
io.grpc.stub.StreamObserver<ListNotificationsResponse> |