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