Class RecommenderClient.ListInsightsPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListInsightsRequest,ListInsightsResponse,Insight,RecommenderClient.ListInsightsPage>
-
- com.google.cloud.recommender.v1beta1.RecommenderClient.ListInsightsPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<Insight>
,com.google.api.gax.paging.Page<Insight>
- Enclosing class:
- RecommenderClient
public static class RecommenderClient.ListInsightsPage extends com.google.api.gax.paging.AbstractPage<ListInsightsRequest,ListInsightsResponse,Insight,RecommenderClient.ListInsightsPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected RecommenderClient.ListInsightsPage
createPage(com.google.api.gax.rpc.PageContext<ListInsightsRequest,ListInsightsResponse,Insight> context, ListInsightsResponse response)
com.google.api.core.ApiFuture<RecommenderClient.ListInsightsPage>
createPageAsync(com.google.api.gax.rpc.PageContext<ListInsightsRequest,ListInsightsResponse,Insight> context, com.google.api.core.ApiFuture<ListInsightsResponse> 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 RecommenderClient.ListInsightsPage createPage(com.google.api.gax.rpc.PageContext<ListInsightsRequest,ListInsightsResponse,Insight> context, ListInsightsResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<ListInsightsRequest,ListInsightsResponse,Insight,RecommenderClient.ListInsightsPage>
-
createPageAsync
public com.google.api.core.ApiFuture<RecommenderClient.ListInsightsPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListInsightsRequest,ListInsightsResponse,Insight> context, com.google.api.core.ApiFuture<ListInsightsResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListInsightsRequest,ListInsightsResponse,Insight,RecommenderClient.ListInsightsPage>
-
-