Uses of Class
com.google.cloud.tpu.v2.GetNodeRequest
-
Packages that use GetNodeRequest Package Description com.google.cloud.tpu.v2 A client to Cloud TPU APIcom.google.cloud.tpu.v2.stub -
-
Uses of GetNodeRequest in com.google.cloud.tpu.v2
Methods in com.google.cloud.tpu.v2 that return GetNodeRequest Modifier and Type Method Description GetNodeRequestGetNodeRequest.Builder. build()GetNodeRequestGetNodeRequest.Builder. buildPartial()static GetNodeRequestGetNodeRequest. getDefaultInstance()GetNodeRequestGetNodeRequest.Builder. getDefaultInstanceForType()GetNodeRequestGetNodeRequest. getDefaultInstanceForType()static GetNodeRequestGetNodeRequest. parseDelimitedFrom(InputStream input)static GetNodeRequestGetNodeRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetNodeRequestGetNodeRequest. parseFrom(byte[] data)static GetNodeRequestGetNodeRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetNodeRequestGetNodeRequest. parseFrom(com.google.protobuf.ByteString data)static GetNodeRequestGetNodeRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetNodeRequestGetNodeRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetNodeRequestGetNodeRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetNodeRequestGetNodeRequest. parseFrom(InputStream input)static GetNodeRequestGetNodeRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetNodeRequestGetNodeRequest. parseFrom(ByteBuffer data)static GetNodeRequestGetNodeRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.tpu.v2 that return types with arguments of type GetNodeRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetNodeRequest,Node>TpuGrpc. getGetNodeMethod()com.google.api.gax.rpc.UnaryCallable<GetNodeRequest,Node>TpuClient. getNodeCallable()Gets the details of a node.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetNodeRequest,Node>TpuSettings.Builder. getNodeSettings()Returns the builder for the settings used for calls to getNode.com.google.api.gax.rpc.UnaryCallSettings<GetNodeRequest,Node>TpuSettings. getNodeSettings()Returns the object with the settings used for calls to getNode.com.google.protobuf.Parser<GetNodeRequest>GetNodeRequest. getParserForType()static com.google.protobuf.Parser<GetNodeRequest>GetNodeRequest. parser()Methods in com.google.cloud.tpu.v2 with parameters of type GetNodeRequest Modifier and Type Method Description NodeTpuClient. getNode(GetNodeRequest request)Gets the details of a node.default voidTpuGrpc.AsyncService. getNode(GetNodeRequest request, io.grpc.stub.StreamObserver<Node> responseObserver)Gets the details of a node.NodeTpuGrpc.TpuBlockingStub. getNode(GetNodeRequest request)Gets the details of a node.com.google.common.util.concurrent.ListenableFuture<Node>TpuGrpc.TpuFutureStub. getNode(GetNodeRequest request)Gets the details of a node.voidTpuGrpc.TpuStub. getNode(GetNodeRequest request, io.grpc.stub.StreamObserver<Node> responseObserver)Gets the details of a node.GetNodeRequest.BuilderGetNodeRequest.Builder. mergeFrom(GetNodeRequest other)static GetNodeRequest.BuilderGetNodeRequest. newBuilder(GetNodeRequest prototype) -
Uses of GetNodeRequest in com.google.cloud.tpu.v2.stub
Methods in com.google.cloud.tpu.v2.stub that return types with arguments of type GetNodeRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetNodeRequest,Node>GrpcTpuStub. getNodeCallable()com.google.api.gax.rpc.UnaryCallable<GetNodeRequest,Node>HttpJsonTpuStub. getNodeCallable()com.google.api.gax.rpc.UnaryCallable<GetNodeRequest,Node>TpuStub. getNodeCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetNodeRequest,Node>TpuStubSettings.Builder. getNodeSettings()Returns the builder for the settings used for calls to getNode.com.google.api.gax.rpc.UnaryCallSettings<GetNodeRequest,Node>TpuStubSettings. getNodeSettings()Returns the object with the settings used for calls to getNode.
-