Uses of Class
com.google.cloud.tpu.v1.StopNodeRequest
-
Packages that use StopNodeRequest Package Description com.google.cloud.tpu.v1 A client to Cloud TPU APIcom.google.cloud.tpu.v1.stub -
-
Uses of StopNodeRequest in com.google.cloud.tpu.v1
Methods in com.google.cloud.tpu.v1 that return StopNodeRequest Modifier and Type Method Description StopNodeRequestStopNodeRequest.Builder. build()StopNodeRequestStopNodeRequest.Builder. buildPartial()static StopNodeRequestStopNodeRequest. getDefaultInstance()StopNodeRequestStopNodeRequest.Builder. getDefaultInstanceForType()StopNodeRequestStopNodeRequest. getDefaultInstanceForType()static StopNodeRequestStopNodeRequest. parseDelimitedFrom(InputStream input)static StopNodeRequestStopNodeRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StopNodeRequestStopNodeRequest. parseFrom(byte[] data)static StopNodeRequestStopNodeRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StopNodeRequestStopNodeRequest. parseFrom(com.google.protobuf.ByteString data)static StopNodeRequestStopNodeRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StopNodeRequestStopNodeRequest. parseFrom(com.google.protobuf.CodedInputStream input)static StopNodeRequestStopNodeRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StopNodeRequestStopNodeRequest. parseFrom(InputStream input)static StopNodeRequestStopNodeRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StopNodeRequestStopNodeRequest. parseFrom(ByteBuffer data)static StopNodeRequestStopNodeRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.tpu.v1 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, this operation is only available with single TPU nodes.com.google.api.gax.rpc.OperationCallable<StopNodeRequest,Node,OperationMetadata>TpuClient. stopNodeOperationCallable()Stops a node, this operation is only available with single TPU nodes.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.v1 with parameters of type StopNodeRequest Modifier and Type Method Description StopNodeRequest.BuilderStopNodeRequest.Builder. mergeFrom(StopNodeRequest other)static StopNodeRequest.BuilderStopNodeRequest. newBuilder(StopNodeRequest prototype)default voidTpuGrpc.AsyncService. stopNode(StopNodeRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Stops a node, this operation is only available with single TPU nodes.com.google.longrunning.OperationTpuGrpc.TpuBlockingStub. stopNode(StopNodeRequest request)Stops a node, this operation is only available with single TPU nodes.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>TpuGrpc.TpuFutureStub. stopNode(StopNodeRequest request)Stops a node, this operation is only available with single TPU nodes.voidTpuGrpc.TpuStub. stopNode(StopNodeRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Stops a node, this operation is only available with single TPU nodes.com.google.api.gax.longrunning.OperationFuture<Node,OperationMetadata>TpuClient. stopNodeAsync(StopNodeRequest request)Stops a node, this operation is only available with single TPU nodes. -
Uses of StopNodeRequest in com.google.cloud.tpu.v1.stub
Methods in com.google.cloud.tpu.v1.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>TpuStub. stopNodeCallable()com.google.api.gax.rpc.OperationCallable<StopNodeRequest,Node,OperationMetadata>GrpcTpuStub. 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.
-