Interface AdvisoryNotificationsServiceGrpc.AsyncService (0.8.0)

public static interface AdvisoryNotificationsServiceGrpc.AsyncService

Service to manage Security and Privacy Notifications.

Methods

getNotification(GetNotificationRequest request, StreamObserver<Notification> responseObserver)

public default 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 default void listNotifications(ListNotificationsRequest request, StreamObserver<ListNotificationsResponse> responseObserver)

Lists notifications under a given parent.

Parameters
NameDescription
requestListNotificationsRequest
responseObserverio.grpc.stub.StreamObserver<ListNotificationsResponse>