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