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