Uses of Class
com.google.cloud.tpu.v1.GetNodeRequest
-
Packages that use GetNodeRequest Package Description com.google.cloud.tpu.v1 A client to Cloud TPU APIcom.google.cloud.tpu.v1.stub -
-
Uses of GetNodeRequest in com.google.cloud.tpu.v1
Methods in com.google.cloud.tpu.v1 that return GetNodeRequest Modifier and Type Method Description GetNodeRequest
GetNodeRequest.Builder. build()
GetNodeRequest
GetNodeRequest.Builder. buildPartial()
static GetNodeRequest
GetNodeRequest. getDefaultInstance()
GetNodeRequest
GetNodeRequest.Builder. getDefaultInstanceForType()
GetNodeRequest
GetNodeRequest. getDefaultInstanceForType()
static GetNodeRequest
GetNodeRequest. parseDelimitedFrom(InputStream input)
static GetNodeRequest
GetNodeRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetNodeRequest
GetNodeRequest. parseFrom(byte[] data)
static GetNodeRequest
GetNodeRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetNodeRequest
GetNodeRequest. parseFrom(com.google.protobuf.ByteString data)
static GetNodeRequest
GetNodeRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetNodeRequest
GetNodeRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetNodeRequest
GetNodeRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetNodeRequest
GetNodeRequest. parseFrom(InputStream input)
static GetNodeRequest
GetNodeRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetNodeRequest
GetNodeRequest. parseFrom(ByteBuffer data)
static GetNodeRequest
GetNodeRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.tpu.v1 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.v1 with parameters of type GetNodeRequest Modifier and Type Method Description Node
TpuClient. getNode(GetNodeRequest request)
Gets the details of a node.default void
TpuGrpc.AsyncService. getNode(GetNodeRequest request, io.grpc.stub.StreamObserver<Node> responseObserver)
Gets the details of a node.Node
TpuGrpc.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.void
TpuGrpc.TpuStub. getNode(GetNodeRequest request, io.grpc.stub.StreamObserver<Node> responseObserver)
Gets the details of a node.GetNodeRequest.Builder
GetNodeRequest.Builder. mergeFrom(GetNodeRequest other)
static GetNodeRequest.Builder
GetNodeRequest. newBuilder(GetNodeRequest prototype)
-
Uses of GetNodeRequest in com.google.cloud.tpu.v1.stub
Methods in com.google.cloud.tpu.v1.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>
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.
-