Uses of Class
com.google.cloud.tpu.v2.ListNodesResponse
-
Packages that use ListNodesResponse Package Description com.google.cloud.tpu.v2 A client to Cloud TPU APIcom.google.cloud.tpu.v2.stub -
-
Uses of ListNodesResponse in com.google.cloud.tpu.v2
Methods in com.google.cloud.tpu.v2 that return ListNodesResponse Modifier and Type Method Description ListNodesResponseListNodesResponse.Builder. build()ListNodesResponseListNodesResponse.Builder. buildPartial()static ListNodesResponseListNodesResponse. getDefaultInstance()ListNodesResponseListNodesResponse.Builder. getDefaultInstanceForType()ListNodesResponseListNodesResponse. getDefaultInstanceForType()ListNodesResponseTpuGrpc.TpuBlockingStub. listNodes(ListNodesRequest request)Lists nodes.static ListNodesResponseListNodesResponse. parseDelimitedFrom(InputStream input)static ListNodesResponseListNodesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListNodesResponseListNodesResponse. parseFrom(byte[] data)static ListNodesResponseListNodesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListNodesResponseListNodesResponse. parseFrom(com.google.protobuf.ByteString data)static ListNodesResponseListNodesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListNodesResponseListNodesResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ListNodesResponseListNodesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListNodesResponseListNodesResponse. parseFrom(InputStream input)static ListNodesResponseListNodesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListNodesResponseListNodesResponse. parseFrom(ByteBuffer data)static ListNodesResponseListNodesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.tpu.v2 that return types with arguments of type ListNodesResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListNodesRequest,ListNodesResponse>TpuGrpc. getListNodesMethod()com.google.protobuf.Parser<ListNodesResponse>ListNodesResponse. getParserForType()com.google.common.util.concurrent.ListenableFuture<ListNodesResponse>TpuGrpc.TpuFutureStub. listNodes(ListNodesRequest request)Lists nodes.com.google.api.gax.rpc.UnaryCallable<ListNodesRequest,ListNodesResponse>TpuClient. listNodesCallable()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.static com.google.protobuf.Parser<ListNodesResponse>ListNodesResponse. parser()Methods in com.google.cloud.tpu.v2 with parameters of type ListNodesResponse Modifier and Type Method Description protected TpuClient.ListNodesPageTpuClient.ListNodesPage. createPage(com.google.api.gax.rpc.PageContext<ListNodesRequest,ListNodesResponse,Node> context, ListNodesResponse response)ListNodesResponse.BuilderListNodesResponse.Builder. mergeFrom(ListNodesResponse other)static ListNodesResponse.BuilderListNodesResponse. newBuilder(ListNodesResponse prototype)Method parameters in com.google.cloud.tpu.v2 with type arguments of type ListNodesResponse 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)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)protected TpuClient.ListNodesPageTpuClient.ListNodesPage. createPage(com.google.api.gax.rpc.PageContext<ListNodesRequest,ListNodesResponse,Node> context, ListNodesResponse response)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)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)default voidTpuGrpc.AsyncService. listNodes(ListNodesRequest request, io.grpc.stub.StreamObserver<ListNodesResponse> responseObserver)Lists nodes.voidTpuGrpc.TpuStub. listNodes(ListNodesRequest request, io.grpc.stub.StreamObserver<ListNodesResponse> responseObserver)Lists nodes. -
Uses of ListNodesResponse in com.google.cloud.tpu.v2.stub
Methods in com.google.cloud.tpu.v2.stub that return types with arguments of type ListNodesResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListNodesRequest,ListNodesResponse>GrpcTpuStub. listNodesCallable()com.google.api.gax.rpc.UnaryCallable<ListNodesRequest,ListNodesResponse>HttpJsonTpuStub. listNodesCallable()com.google.api.gax.rpc.UnaryCallable<ListNodesRequest,ListNodesResponse>TpuStub. listNodesCallable()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.
-