Uses of Class
com.google.cloud.tpu.v1.StartNodeRequest
-
Packages that use StartNodeRequest Package Description com.google.cloud.tpu.v1 A client to Cloud TPU APIcom.google.cloud.tpu.v1.stub -
-
Uses of StartNodeRequest in com.google.cloud.tpu.v1
Methods in com.google.cloud.tpu.v1 that return StartNodeRequest Modifier and Type Method Description StartNodeRequest
StartNodeRequest.Builder. build()
StartNodeRequest
StartNodeRequest.Builder. buildPartial()
static StartNodeRequest
StartNodeRequest. getDefaultInstance()
StartNodeRequest
StartNodeRequest.Builder. getDefaultInstanceForType()
StartNodeRequest
StartNodeRequest. getDefaultInstanceForType()
static StartNodeRequest
StartNodeRequest. parseDelimitedFrom(InputStream input)
static StartNodeRequest
StartNodeRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StartNodeRequest
StartNodeRequest. parseFrom(byte[] data)
static StartNodeRequest
StartNodeRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StartNodeRequest
StartNodeRequest. parseFrom(com.google.protobuf.ByteString data)
static StartNodeRequest
StartNodeRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StartNodeRequest
StartNodeRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static StartNodeRequest
StartNodeRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StartNodeRequest
StartNodeRequest. parseFrom(InputStream input)
static StartNodeRequest
StartNodeRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StartNodeRequest
StartNodeRequest. parseFrom(ByteBuffer data)
static StartNodeRequest
StartNodeRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.tpu.v1 that return types with arguments of type StartNodeRequest Modifier and Type Method Description com.google.protobuf.Parser<StartNodeRequest>
StartNodeRequest. getParserForType()
static io.grpc.MethodDescriptor<StartNodeRequest,com.google.longrunning.Operation>
TpuGrpc. getStartNodeMethod()
static com.google.protobuf.Parser<StartNodeRequest>
StartNodeRequest. parser()
com.google.api.gax.rpc.UnaryCallable<StartNodeRequest,com.google.longrunning.Operation>
TpuClient. startNodeCallable()
Starts a node.com.google.api.gax.rpc.OperationCallable<StartNodeRequest,Node,OperationMetadata>
TpuClient. startNodeOperationCallable()
Starts a node.com.google.api.gax.rpc.OperationCallSettings.Builder<StartNodeRequest,Node,OperationMetadata>
TpuSettings.Builder. startNodeOperationSettings()
Returns the builder for the settings used for calls to startNode.com.google.api.gax.rpc.OperationCallSettings<StartNodeRequest,Node,OperationMetadata>
TpuSettings. startNodeOperationSettings()
Returns the object with the settings used for calls to startNode.com.google.api.gax.rpc.UnaryCallSettings.Builder<StartNodeRequest,com.google.longrunning.Operation>
TpuSettings.Builder. startNodeSettings()
Returns the builder for the settings used for calls to startNode.com.google.api.gax.rpc.UnaryCallSettings<StartNodeRequest,com.google.longrunning.Operation>
TpuSettings. startNodeSettings()
Returns the object with the settings used for calls to startNode.Methods in com.google.cloud.tpu.v1 with parameters of type StartNodeRequest Modifier and Type Method Description StartNodeRequest.Builder
StartNodeRequest.Builder. mergeFrom(StartNodeRequest other)
static StartNodeRequest.Builder
StartNodeRequest. newBuilder(StartNodeRequest prototype)
default void
TpuGrpc.AsyncService. startNode(StartNodeRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Starts a node.com.google.longrunning.Operation
TpuGrpc.TpuBlockingStub. startNode(StartNodeRequest request)
Starts a node.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
TpuGrpc.TpuFutureStub. startNode(StartNodeRequest request)
Starts a node.void
TpuGrpc.TpuStub. startNode(StartNodeRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Starts a node.com.google.api.gax.longrunning.OperationFuture<Node,OperationMetadata>
TpuClient. startNodeAsync(StartNodeRequest request)
Starts a node. -
Uses of StartNodeRequest in com.google.cloud.tpu.v1.stub
Methods in com.google.cloud.tpu.v1.stub that return types with arguments of type StartNodeRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<StartNodeRequest,com.google.longrunning.Operation>
GrpcTpuStub. startNodeCallable()
com.google.api.gax.rpc.UnaryCallable<StartNodeRequest,com.google.longrunning.Operation>
TpuStub. startNodeCallable()
com.google.api.gax.rpc.OperationCallable<StartNodeRequest,Node,OperationMetadata>
GrpcTpuStub. startNodeOperationCallable()
com.google.api.gax.rpc.OperationCallable<StartNodeRequest,Node,OperationMetadata>
TpuStub. startNodeOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<StartNodeRequest,Node,OperationMetadata>
TpuStubSettings.Builder. startNodeOperationSettings()
Returns the builder for the settings used for calls to startNode.com.google.api.gax.rpc.OperationCallSettings<StartNodeRequest,Node,OperationMetadata>
TpuStubSettings. startNodeOperationSettings()
Returns the object with the settings used for calls to startNode.com.google.api.gax.rpc.UnaryCallSettings.Builder<StartNodeRequest,com.google.longrunning.Operation>
TpuStubSettings.Builder. startNodeSettings()
Returns the builder for the settings used for calls to startNode.com.google.api.gax.rpc.UnaryCallSettings<StartNodeRequest,com.google.longrunning.Operation>
TpuStubSettings. startNodeSettings()
Returns the object with the settings used for calls to startNode.
-