Class AdvisoryNotificationsServiceGrpc.AdvisoryNotificationsServiceImplBase (0.1.0)

public abstract static class AdvisoryNotificationsServiceGrpc.AdvisoryNotificationsServiceImplBase implements BindableService

Service to manage Security and Privacy Notifications.

Inheritance

java.lang.Object > AdvisoryNotificationsServiceGrpc.AdvisoryNotificationsServiceImplBase

Implements

io.grpc.BindableService

Constructors

AdvisoryNotificationsServiceImplBase()

public AdvisoryNotificationsServiceImplBase()

Methods

bindService()

public final ServerServiceDefinition bindService()
Returns
TypeDescription
io.grpc.ServerServiceDefinition

getNotification(GetNotificationRequest request, StreamObserver<Notification> responseObserver)

public void getNotification(GetNotificationRequest request, StreamObserver<Notification> responseObserver)

Gets a notification.

Parameters
NameDescription
requestGetNotificationRequest
responseObserverio.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
NameDescription
requestListNotificationsRequest
responseObserverio.grpc.stub.StreamObserver<ListNotificationsResponse>