Uses of Class
com.google.cloud.tpu.v1.TpuClient.ListNodesPagedResponse
-
Packages that use TpuClient.ListNodesPagedResponse Package Description com.google.cloud.tpu.v1 A client to Cloud TPU APIcom.google.cloud.tpu.v1.stub -
-
Uses of TpuClient.ListNodesPagedResponse in com.google.cloud.tpu.v1
Methods in com.google.cloud.tpu.v1 that return TpuClient.ListNodesPagedResponse Modifier and Type Method Description TpuClient.ListNodesPagedResponse
TpuClient. listNodes(ListNodesRequest request)
Lists nodes.TpuClient.ListNodesPagedResponse
TpuClient. listNodes(LocationName parent)
Lists nodes.TpuClient.ListNodesPagedResponse
TpuClient. listNodes(String parent)
Lists nodes.Methods in com.google.cloud.tpu.v1 that return types with arguments of type TpuClient.ListNodesPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<TpuClient.ListNodesPagedResponse>
TpuClient.ListNodesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListNodesRequest,ListNodesResponse,Node> context, com.google.api.core.ApiFuture<ListNodesResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListNodesRequest,TpuClient.ListNodesPagedResponse>
TpuClient. listNodesPagedCallable()
Lists nodes.com.google.api.gax.rpc.PagedCallSettings.Builder<ListNodesRequest,ListNodesResponse,TpuClient.ListNodesPagedResponse>
TpuSettings.Builder. listNodesSettings()
Returns the builder for the settings used for calls to listNodes.com.google.api.gax.rpc.PagedCallSettings<ListNodesRequest,ListNodesResponse,TpuClient.ListNodesPagedResponse>
TpuSettings. listNodesSettings()
Returns the object with the settings used for calls to listNodes. -
Uses of TpuClient.ListNodesPagedResponse in com.google.cloud.tpu.v1.stub
Methods in com.google.cloud.tpu.v1.stub that return types with arguments of type TpuClient.ListNodesPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListNodesRequest,TpuClient.ListNodesPagedResponse>
GrpcTpuStub. listNodesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListNodesRequest,TpuClient.ListNodesPagedResponse>
TpuStub. listNodesPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListNodesRequest,ListNodesResponse,TpuClient.ListNodesPagedResponse>
TpuStubSettings.Builder. listNodesSettings()
Returns the builder for the settings used for calls to listNodes.com.google.api.gax.rpc.PagedCallSettings<ListNodesRequest,ListNodesResponse,TpuClient.ListNodesPagedResponse>
TpuStubSettings. listNodesSettings()
Returns the object with the settings used for calls to listNodes.
-