public abstract class AdvisoryNotificationsServiceStub implements BackgroundResource
Base stub class for the AdvisoryNotificationsService service API.
This class is for advanced usage and reflects the underlying API directly.
Implements
BackgroundResourceConstructors
AdvisoryNotificationsServiceStub()
public AdvisoryNotificationsServiceStub()
Methods
close()
public abstract void close()
getNotificationCallable()
public UnaryCallable<GetNotificationRequest,Notification> getNotificationCallable()
Type | Description |
UnaryCallable<GetNotificationRequest,Notification> |
listNotificationsCallable()
public UnaryCallable<ListNotificationsRequest,ListNotificationsResponse> listNotificationsCallable()
Type | Description |
UnaryCallable<ListNotificationsRequest,ListNotificationsResponse> |
listNotificationsPagedCallable()
public UnaryCallable<ListNotificationsRequest,AdvisoryNotificationsServiceClient.ListNotificationsPagedResponse> listNotificationsPagedCallable()
Type | Description |
UnaryCallable<ListNotificationsRequest,ListNotificationsPagedResponse> |