public static class TpuClient.ListNodesPage extends AbstractPage<ListNodesRequest,ListNodesResponse,Node,TpuClient.ListNodesPage>
Methods
createPage(PageContext<ListNodesRequest,ListNodesResponse,Node> context, ListNodesResponse response)
protected TpuClient.ListNodesPage createPage(PageContext<ListNodesRequest,ListNodesResponse,Node> context, ListNodesResponse response)
Name | Description |
context | PageContext<ListNodesRequest,ListNodesResponse,Node> |
response | ListNodesResponse |
Type | Description |
TpuClient.ListNodesPage |
createPageAsync(PageContext<ListNodesRequest,ListNodesResponse,Node> context, ApiFuture<ListNodesResponse> futureResponse)
public ApiFuture<TpuClient.ListNodesPage> createPageAsync(PageContext<ListNodesRequest,ListNodesResponse,Node> context, ApiFuture<ListNodesResponse> futureResponse)
Name | Description |
context | PageContext<ListNodesRequest,ListNodesResponse,Node> |
futureResponse | ApiFuture<ListNodesResponse> |
Type | Description |
ApiFuture<ListNodesPage> |