Class AdvisoryNotificationsServiceGrpc.AdvisoryNotificationsServiceStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<AdvisoryNotificationsServiceGrpc.AdvisoryNotificationsServiceStub>
-
- com.google.cloud.advisorynotifications.v1.AdvisoryNotificationsServiceGrpc.AdvisoryNotificationsServiceStub
-
- Enclosing class:
- AdvisoryNotificationsServiceGrpc
public static final class AdvisoryNotificationsServiceGrpc.AdvisoryNotificationsServiceStub extends io.grpc.stub.AbstractAsyncStub<AdvisoryNotificationsServiceGrpc.AdvisoryNotificationsServiceStub>
A stub to allow clients to do asynchronous rpc calls to service AdvisoryNotificationsService.Service to manage Security and Privacy Notifications.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AdvisoryNotificationsServiceGrpc.AdvisoryNotificationsServiceStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
void
getNotification(GetNotificationRequest request, io.grpc.stub.StreamObserver<Notification> responseObserver)
Gets a notification.void
listNotifications(ListNotificationsRequest request, io.grpc.stub.StreamObserver<ListNotificationsResponse> responseObserver)
Lists notifications under a given parent.
-
-
-
Method Detail
-
build
protected AdvisoryNotificationsServiceGrpc.AdvisoryNotificationsServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<AdvisoryNotificationsServiceGrpc.AdvisoryNotificationsServiceStub>
-
listNotifications
public void listNotifications(ListNotificationsRequest request, io.grpc.stub.StreamObserver<ListNotificationsResponse> responseObserver)
Lists notifications under a given parent.
-
getNotification
public void getNotification(GetNotificationRequest request, io.grpc.stub.StreamObserver<Notification> responseObserver)
Gets a notification.
-
-