Class TpuClient.ListTensorFlowVersionsPage (2.42.0)

public static class TpuClient.ListTensorFlowVersionsPage extends AbstractPage<ListTensorFlowVersionsRequest,ListTensorFlowVersionsResponse,TensorFlowVersion,TpuClient.ListTensorFlowVersionsPage>

Inheritance

java.lang.Object > AbstractPage > TpuClient.ListTensorFlowVersionsPage

Methods

createPage(PageContext<ListTensorFlowVersionsRequest,ListTensorFlowVersionsResponse,TensorFlowVersion> context, ListTensorFlowVersionsResponse response)

protected TpuClient.ListTensorFlowVersionsPage createPage(PageContext<ListTensorFlowVersionsRequest,ListTensorFlowVersionsResponse,TensorFlowVersion> context, ListTensorFlowVersionsResponse response)
Parameters
NameDescription
contextPageContext<ListTensorFlowVersionsRequest,ListTensorFlowVersionsResponse,TensorFlowVersion>
responseListTensorFlowVersionsResponse
Returns
TypeDescription
TpuClient.ListTensorFlowVersionsPage
Overrides

createPageAsync(PageContext<ListTensorFlowVersionsRequest,ListTensorFlowVersionsResponse,TensorFlowVersion> context, ApiFuture<ListTensorFlowVersionsResponse> futureResponse)

public ApiFuture<TpuClient.ListTensorFlowVersionsPage> createPageAsync(PageContext<ListTensorFlowVersionsRequest,ListTensorFlowVersionsResponse,TensorFlowVersion> context, ApiFuture<ListTensorFlowVersionsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListTensorFlowVersionsRequest,ListTensorFlowVersionsResponse,TensorFlowVersion>
futureResponseApiFuture<ListTensorFlowVersionsResponse>
Returns
TypeDescription
ApiFuture<ListTensorFlowVersionsPage>
Overrides