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