Class RecommenderClient.ListRecommendationsPage (2.22.0)

public static class RecommenderClient.ListRecommendationsPage extends AbstractPage<ListRecommendationsRequest,ListRecommendationsResponse,Recommendation,RecommenderClient.ListRecommendationsPage>

Inheritance

java.lang.Object > AbstractPage > RecommenderClient.ListRecommendationsPage

Methods

createPage(PageContext<ListRecommendationsRequest,ListRecommendationsResponse,Recommendation> context, ListRecommendationsResponse response)

protected RecommenderClient.ListRecommendationsPage createPage(PageContext<ListRecommendationsRequest,ListRecommendationsResponse,Recommendation> context, ListRecommendationsResponse response)
Parameters
NameDescription
contextPageContext<ListRecommendationsRequest,ListRecommendationsResponse,Recommendation>
responseListRecommendationsResponse
Returns
TypeDescription
RecommenderClient.ListRecommendationsPage
Overrides

createPageAsync(PageContext<ListRecommendationsRequest,ListRecommendationsResponse,Recommendation> context, ApiFuture<ListRecommendationsResponse> futureResponse)

public ApiFuture<RecommenderClient.ListRecommendationsPage> createPageAsync(PageContext<ListRecommendationsRequest,ListRecommendationsResponse,Recommendation> context, ApiFuture<ListRecommendationsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListRecommendationsRequest,ListRecommendationsResponse,Recommendation>
futureResponseApiFuture<ListRecommendationsResponse>
Returns
TypeDescription
ApiFuture<ListRecommendationsPage>
Overrides