Class PredictionServiceClient.PredictPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<PredictRequest,PredictResponse,Map.Entry<String,com.google.protobuf.Value>,PredictionServiceClient.PredictPage>
-
- com.google.cloud.recommendationengine.v1beta1.PredictionServiceClient.PredictPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<Map.Entry<String,com.google.protobuf.Value>>
,com.google.api.gax.paging.Page<Map.Entry<String,com.google.protobuf.Value>>
- Enclosing class:
- PredictionServiceClient
public static class PredictionServiceClient.PredictPage extends com.google.api.gax.paging.AbstractPage<PredictRequest,PredictResponse,Map.Entry<String,com.google.protobuf.Value>,PredictionServiceClient.PredictPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PredictionServiceClient.PredictPage
createPage(com.google.api.gax.rpc.PageContext<PredictRequest,PredictResponse,Map.Entry<String,com.google.protobuf.Value>> context, PredictResponse response)
com.google.api.core.ApiFuture<PredictionServiceClient.PredictPage>
createPageAsync(com.google.api.gax.rpc.PageContext<PredictRequest,PredictResponse,Map.Entry<String,com.google.protobuf.Value>> context, com.google.api.core.ApiFuture<PredictResponse> 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 PredictionServiceClient.PredictPage createPage(com.google.api.gax.rpc.PageContext<PredictRequest,PredictResponse,Map.Entry<String,com.google.protobuf.Value>> context, PredictResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<PredictRequest,PredictResponse,Map.Entry<String,com.google.protobuf.Value>,PredictionServiceClient.PredictPage>
-
createPageAsync
public com.google.api.core.ApiFuture<PredictionServiceClient.PredictPage> createPageAsync(com.google.api.gax.rpc.PageContext<PredictRequest,PredictResponse,Map.Entry<String,com.google.protobuf.Value>> context, com.google.api.core.ApiFuture<PredictResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<PredictRequest,PredictResponse,Map.Entry<String,com.google.protobuf.Value>,PredictionServiceClient.PredictPage>
-
-