Class GkeInferenceQuickstartClient.FetchModelsPage (0.15.0)

public static class GkeInferenceQuickstartClient.FetchModelsPage extends AbstractPage<FetchModelsRequest,FetchModelsResponse,String,GkeInferenceQuickstartClient.FetchModelsPage>

Inheritance

java.lang.Object > AbstractPage > GkeInferenceQuickstartClient.FetchModelsPage

Methods

createPage(@Nullable PageContext<FetchModelsRequest,FetchModelsResponse,String> context, @Nullable FetchModelsResponse response)

protected GkeInferenceQuickstartClient.FetchModelsPage createPage(@Nullable PageContext<FetchModelsRequest,FetchModelsResponse,String> context, @Nullable FetchModelsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<FetchModelsRequest,FetchModelsResponse,String>
response @org.jspecify.annotations.Nullable com.google.cloud.gkerecommender.v1.FetchModelsResponse
Returns
Type Description
GkeInferenceQuickstartClient.FetchModelsPage
Overrides

createPageAsync(@Nullable PageContext<FetchModelsRequest,FetchModelsResponse,String> context, ApiFuture<FetchModelsResponse> futureResponse)

public ApiFuture<GkeInferenceQuickstartClient.FetchModelsPage> createPageAsync(@Nullable PageContext<FetchModelsRequest,FetchModelsResponse,String> context, ApiFuture<FetchModelsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<FetchModelsRequest,FetchModelsResponse,String>
futureResponse ApiFuture<FetchModelsResponse>
Returns
Type Description
ApiFuture<FetchModelsPage>
Overrides