Class PredictionApiKeyRegistryClient.ListPredictionApiKeyRegistrationsPage (0.102.0)

public static class PredictionApiKeyRegistryClient.ListPredictionApiKeyRegistrationsPage extends AbstractPage<ListPredictionApiKeyRegistrationsRequest,ListPredictionApiKeyRegistrationsResponse,PredictionApiKeyRegistration,PredictionApiKeyRegistryClient.ListPredictionApiKeyRegistrationsPage>

Inheritance

java.lang.Object > AbstractPage > PredictionApiKeyRegistryClient.ListPredictionApiKeyRegistrationsPage

Methods

createPage(@Nullable PageContext<ListPredictionApiKeyRegistrationsRequest,ListPredictionApiKeyRegistrationsResponse,PredictionApiKeyRegistration> context, @Nullable ListPredictionApiKeyRegistrationsResponse response)

protected PredictionApiKeyRegistryClient.ListPredictionApiKeyRegistrationsPage createPage(@Nullable PageContext<ListPredictionApiKeyRegistrationsRequest,ListPredictionApiKeyRegistrationsResponse,PredictionApiKeyRegistration> context, @Nullable ListPredictionApiKeyRegistrationsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListPredictionApiKeyRegistrationsRequest,ListPredictionApiKeyRegistrationsResponse,PredictionApiKeyRegistration>
response @org.jspecify.annotations.Nullable com.google.cloud.recommendationengine.v1beta1.ListPredictionApiKeyRegistrationsResponse
Returns
Type Description
PredictionApiKeyRegistryClient.ListPredictionApiKeyRegistrationsPage
Overrides

createPageAsync(@Nullable PageContext<ListPredictionApiKeyRegistrationsRequest,ListPredictionApiKeyRegistrationsResponse,PredictionApiKeyRegistration> context, ApiFuture<ListPredictionApiKeyRegistrationsResponse> futureResponse)

public ApiFuture<PredictionApiKeyRegistryClient.ListPredictionApiKeyRegistrationsPage> createPageAsync(@Nullable PageContext<ListPredictionApiKeyRegistrationsRequest,ListPredictionApiKeyRegistrationsResponse,PredictionApiKeyRegistration> context, ApiFuture<ListPredictionApiKeyRegistrationsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListPredictionApiKeyRegistrationsRequest,ListPredictionApiKeyRegistrationsResponse,PredictionApiKeyRegistration>
futureResponse ApiFuture<ListPredictionApiKeyRegistrationsResponse>
Returns
Type Description
ApiFuture<ListPredictionApiKeyRegistrationsPage>
Overrides