Class TpuClient.ListTensorFlowVersionsPage (2.44.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
Name Description
context PageContext<ListTensorFlowVersionsRequest,ListTensorFlowVersionsResponse,TensorFlowVersion>
response ListTensorFlowVersionsResponse
Returns
Type Description
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
Name Description
context PageContext<ListTensorFlowVersionsRequest,ListTensorFlowVersionsResponse,TensorFlowVersion>
futureResponse ApiFuture<ListTensorFlowVersionsResponse>
Returns
Type Description
ApiFuture<ListTensorFlowVersionsPage>
Overrides