Class TpuClient.ListRuntimeVersionsPage (2.40.0)

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

Inheritance

java.lang.Object > AbstractPage > TpuClient.ListRuntimeVersionsPage

Methods

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

protected TpuClient.ListRuntimeVersionsPage createPage(PageContext<ListRuntimeVersionsRequest,ListRuntimeVersionsResponse,RuntimeVersion> context, ListRuntimeVersionsResponse response)
Parameters
NameDescription
contextPageContext<ListRuntimeVersionsRequest,ListRuntimeVersionsResponse,RuntimeVersion>
responseListRuntimeVersionsResponse
Returns
TypeDescription
TpuClient.ListRuntimeVersionsPage
Overrides

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

public ApiFuture<TpuClient.ListRuntimeVersionsPage> createPageAsync(PageContext<ListRuntimeVersionsRequest,ListRuntimeVersionsResponse,RuntimeVersion> context, ApiFuture<ListRuntimeVersionsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListRuntimeVersionsRequest,ListRuntimeVersionsResponse,RuntimeVersion>
futureResponseApiFuture<ListRuntimeVersionsResponse>
Returns
TypeDescription
ApiFuture<ListRuntimeVersionsPage>
Overrides