Class AdvisoryNotificationsServiceClient.ListNotificationsPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListNotificationsRequest,ListNotificationsResponse,Notification,AdvisoryNotificationsServiceClient.ListNotificationsPage>
-
- com.google.cloud.advisorynotifications.v1.AdvisoryNotificationsServiceClient.ListNotificationsPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<Notification>
,com.google.api.gax.paging.Page<Notification>
- Enclosing class:
- AdvisoryNotificationsServiceClient
public static class AdvisoryNotificationsServiceClient.ListNotificationsPage extends com.google.api.gax.paging.AbstractPage<ListNotificationsRequest,ListNotificationsResponse,Notification,AdvisoryNotificationsServiceClient.ListNotificationsPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AdvisoryNotificationsServiceClient.ListNotificationsPage
createPage(com.google.api.gax.rpc.PageContext<ListNotificationsRequest,ListNotificationsResponse,Notification> context, ListNotificationsResponse response)
com.google.api.core.ApiFuture<AdvisoryNotificationsServiceClient.ListNotificationsPage>
createPageAsync(com.google.api.gax.rpc.PageContext<ListNotificationsRequest,ListNotificationsResponse,Notification> context, com.google.api.core.ApiFuture<ListNotificationsResponse> futureResponse)
-
Methods inherited from class com.google.api.gax.paging.AbstractPage
getNextPage, getNextPage, getNextPageAsync, getNextPageToken, getPageElementCount, getRequest, getResponse, getValues, hasNextPage, iterateAll
-
-
-
-
Method Detail
-
createPage
protected AdvisoryNotificationsServiceClient.ListNotificationsPage createPage(com.google.api.gax.rpc.PageContext<ListNotificationsRequest,ListNotificationsResponse,Notification> context, ListNotificationsResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<ListNotificationsRequest,ListNotificationsResponse,Notification,AdvisoryNotificationsServiceClient.ListNotificationsPage>
-
createPageAsync
public com.google.api.core.ApiFuture<AdvisoryNotificationsServiceClient.ListNotificationsPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListNotificationsRequest,ListNotificationsResponse,Notification> context, com.google.api.core.ApiFuture<ListNotificationsResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListNotificationsRequest,ListNotificationsResponse,Notification,AdvisoryNotificationsServiceClient.ListNotificationsPage>
-
-