Class AdvisoryNotificationsServiceGrpc.AdvisoryNotificationsServiceFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<AdvisoryNotificationsServiceGrpc.AdvisoryNotificationsServiceFutureStub>
-
- com.google.cloud.advisorynotifications.v1.AdvisoryNotificationsServiceGrpc.AdvisoryNotificationsServiceFutureStub
-
- Enclosing class:
- AdvisoryNotificationsServiceGrpc
public static final class AdvisoryNotificationsServiceGrpc.AdvisoryNotificationsServiceFutureStub extends io.grpc.stub.AbstractFutureStub<AdvisoryNotificationsServiceGrpc.AdvisoryNotificationsServiceFutureStub>
A stub to allow clients to do ListenableFuture-style 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.AdvisoryNotificationsServiceFutureStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
com.google.common.util.concurrent.ListenableFuture<Notification>
getNotification(GetNotificationRequest request)
Gets a notification.com.google.common.util.concurrent.ListenableFuture<ListNotificationsResponse>
listNotifications(ListNotificationsRequest request)
Lists notifications under a given parent.
-
-
-
Method Detail
-
build
protected AdvisoryNotificationsServiceGrpc.AdvisoryNotificationsServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<AdvisoryNotificationsServiceGrpc.AdvisoryNotificationsServiceFutureStub>
-
listNotifications
public com.google.common.util.concurrent.ListenableFuture<ListNotificationsResponse> listNotifications(ListNotificationsRequest request)
Lists notifications under a given parent.
-
getNotification
public com.google.common.util.concurrent.ListenableFuture<Notification> getNotification(GetNotificationRequest request)
Gets a notification.
-
-