Uses of Class
com.google.cloud.tpu.v1.TpuClient.ListNodesPage
-
Packages that use TpuClient.ListNodesPage Package Description com.google.cloud.tpu.v1 A client to Cloud TPU API -
-
Uses of TpuClient.ListNodesPage in com.google.cloud.tpu.v1
Methods in com.google.cloud.tpu.v1 that return TpuClient.ListNodesPage Modifier and Type Method Description protected TpuClient.ListNodesPage
TpuClient.ListNodesPage. createPage(com.google.api.gax.rpc.PageContext<ListNodesRequest,ListNodesResponse,Node> context, ListNodesResponse response)
Methods in com.google.cloud.tpu.v1 that return types with arguments of type TpuClient.ListNodesPage Modifier and Type Method Description com.google.api.core.ApiFuture<TpuClient.ListNodesPage>
TpuClient.ListNodesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListNodesRequest,ListNodesResponse,Node> context, com.google.api.core.ApiFuture<ListNodesResponse> futureResponse)
Method parameters in com.google.cloud.tpu.v1 with type arguments of type TpuClient.ListNodesPage Modifier and Type Method Description protected TpuClient.ListNodesFixedSizeCollection
TpuClient.ListNodesFixedSizeCollection. createCollection(List<TpuClient.ListNodesPage> pages, int collectionSize)
-