Class AdvisoryNotificationsServiceClient.ListNotificationsPage (0.30.0)

public static class AdvisoryNotificationsServiceClient.ListNotificationsPage extends AbstractPage<ListNotificationsRequest,ListNotificationsResponse,Notification,AdvisoryNotificationsServiceClient.ListNotificationsPage>

Inheritance

java.lang.Object > AbstractPage > AdvisoryNotificationsServiceClient.ListNotificationsPage

Methods

createPage(PageContext<ListNotificationsRequest,ListNotificationsResponse,Notification> context, ListNotificationsResponse response)

protected AdvisoryNotificationsServiceClient.ListNotificationsPage createPage(PageContext<ListNotificationsRequest,ListNotificationsResponse,Notification> context, ListNotificationsResponse response)
Parameters
NameDescription
contextPageContext<ListNotificationsRequest,ListNotificationsResponse,Notification>
responseListNotificationsResponse
Returns
TypeDescription
AdvisoryNotificationsServiceClient.ListNotificationsPage
Overrides

createPageAsync(PageContext<ListNotificationsRequest,ListNotificationsResponse,Notification> context, ApiFuture<ListNotificationsResponse> futureResponse)

public ApiFuture<AdvisoryNotificationsServiceClient.ListNotificationsPage> createPageAsync(PageContext<ListNotificationsRequest,ListNotificationsResponse,Notification> context, ApiFuture<ListNotificationsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListNotificationsRequest,ListNotificationsResponse,Notification>
futureResponseApiFuture<ListNotificationsResponse>
Returns
TypeDescription
ApiFuture<ListNotificationsPage>
Overrides