Class ModelServiceClient.ListModelsPage (3.44.0)

public static class ModelServiceClient.ListModelsPage extends AbstractPage<ListModelsRequest,ListModelsResponse,Model,ModelServiceClient.ListModelsPage>

Inheritance

java.lang.Object > AbstractPage > ModelServiceClient.ListModelsPage

Methods

createPage(PageContext<ListModelsRequest,ListModelsResponse,Model> context, ListModelsResponse response)

protected ModelServiceClient.ListModelsPage createPage(PageContext<ListModelsRequest,ListModelsResponse,Model> context, ListModelsResponse response)
Parameters
Name Description
context PageContext<ListModelsRequest,ListModelsResponse,Model>
response ListModelsResponse
Returns
Type Description
ModelServiceClient.ListModelsPage
Overrides

createPageAsync(PageContext<ListModelsRequest,ListModelsResponse,Model> context, ApiFuture<ListModelsResponse> futureResponse)

public ApiFuture<ModelServiceClient.ListModelsPage> createPageAsync(PageContext<ListModelsRequest,ListModelsResponse,Model> context, ApiFuture<ListModelsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListModelsRequest,ListModelsResponse,Model>
futureResponse ApiFuture<ListModelsResponse>
Returns
Type Description
ApiFuture<ListModelsPage>
Overrides