Class ModelServiceClient.ListModelsPagedResponse (2.43.0)

public static class ModelServiceClient.ListModelsPagedResponse extends AbstractPagedListResponse<ListModelsRequest,ListModelsResponse,Model,ModelServiceClient.ListModelsPage,ModelServiceClient.ListModelsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractPagedListResponse > ModelServiceClient.ListModelsPagedResponse

Static Methods

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

public static ApiFuture<ModelServiceClient.ListModelsPagedResponse> createAsync(PageContext<ListModelsRequest,ListModelsResponse,Model> context, ApiFuture<ListModelsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListModelsRequest,ListModelsResponse,Model>
futureResponseApiFuture<ListModelsResponse>
Returns
TypeDescription
ApiFuture<ListModelsPagedResponse>