Interface AdvisoryNotificationsServiceGrpc.AsyncService
-
- All Known Implementing Classes:
AdvisoryNotificationsServiceGrpc.AdvisoryNotificationsServiceImplBase
- Enclosing class:
- AdvisoryNotificationsServiceGrpc
public static interface AdvisoryNotificationsServiceGrpc.AsyncService
Service to manage Security and Privacy Notifications.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
getNotification(GetNotificationRequest request, io.grpc.stub.StreamObserver<Notification> responseObserver)
Gets a notification.default void
listNotifications(ListNotificationsRequest request, io.grpc.stub.StreamObserver<ListNotificationsResponse> responseObserver)
Lists notifications under a given parent.
-
-
-
Method Detail
-
listNotifications
default void listNotifications(ListNotificationsRequest request, io.grpc.stub.StreamObserver<ListNotificationsResponse> responseObserver)
Lists notifications under a given parent.
-
getNotification
default void getNotification(GetNotificationRequest request, io.grpc.stub.StreamObserver<Notification> responseObserver)
Gets a notification.
-
-