Class TpuClient.ListTensorFlowVersionsPage (2.96.0)

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

Inheritance

java.lang.Object > AbstractPage > TpuClient.ListTensorFlowVersionsPage

Methods

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

protected TpuClient.ListTensorFlowVersionsPage createPage(@Nullable PageContext<ListTensorFlowVersionsRequest,ListTensorFlowVersionsResponse,TensorFlowVersion> context, @Nullable ListTensorFlowVersionsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListTensorFlowVersionsRequest,ListTensorFlowVersionsResponse,TensorFlowVersion>
response @org.jspecify.annotations.Nullable com.google.cloud.tpu.v1.ListTensorFlowVersionsResponse
Returns
Type Description
TpuClient.ListTensorFlowVersionsPage
Overrides

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

public ApiFuture<TpuClient.ListTensorFlowVersionsPage> createPageAsync(@Nullable PageContext<ListTensorFlowVersionsRequest,ListTensorFlowVersionsResponse,TensorFlowVersion> context, ApiFuture<ListTensorFlowVersionsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListTensorFlowVersionsRequest,ListTensorFlowVersionsResponse,TensorFlowVersion>
futureResponse ApiFuture<ListTensorFlowVersionsResponse>
Returns
Type Description
ApiFuture<ListTensorFlowVersionsPage>
Overrides