Class TpuClient.ListRuntimeVersionsPage (2.96.0)

public static class TpuClient.ListRuntimeVersionsPage extends AbstractPage<ListRuntimeVersionsRequest,ListRuntimeVersionsResponse,RuntimeVersion,TpuClient.ListRuntimeVersionsPage>

Inheritance

java.lang.Object > AbstractPage > TpuClient.ListRuntimeVersionsPage

Methods

createPage(@Nullable PageContext<ListRuntimeVersionsRequest,ListRuntimeVersionsResponse,RuntimeVersion> context, @Nullable ListRuntimeVersionsResponse response)

protected TpuClient.ListRuntimeVersionsPage createPage(@Nullable PageContext<ListRuntimeVersionsRequest,ListRuntimeVersionsResponse,RuntimeVersion> context, @Nullable ListRuntimeVersionsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListRuntimeVersionsRequest,ListRuntimeVersionsResponse,RuntimeVersion>
response @org.jspecify.annotations.Nullable com.google.cloud.tpu.v2.ListRuntimeVersionsResponse
Returns
Type Description
TpuClient.ListRuntimeVersionsPage
Overrides

createPageAsync(@Nullable PageContext<ListRuntimeVersionsRequest,ListRuntimeVersionsResponse,RuntimeVersion> context, ApiFuture<ListRuntimeVersionsResponse> futureResponse)

public ApiFuture<TpuClient.ListRuntimeVersionsPage> createPageAsync(@Nullable PageContext<ListRuntimeVersionsRequest,ListRuntimeVersionsResponse,RuntimeVersion> context, ApiFuture<ListRuntimeVersionsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListRuntimeVersionsRequest,ListRuntimeVersionsResponse,RuntimeVersion>
futureResponse ApiFuture<ListRuntimeVersionsResponse>
Returns
Type Description
ApiFuture<ListRuntimeVersionsPage>
Overrides