Uses of Class
com.google.cloud.baremetalsolution.v2.DetachLunRequest
-
Packages that use DetachLunRequest Package Description com.google.cloud.baremetalsolution.v2 A client to Bare Metal Solution APIcom.google.cloud.baremetalsolution.v2.stub -
-
Uses of DetachLunRequest in com.google.cloud.baremetalsolution.v2
Methods in com.google.cloud.baremetalsolution.v2 that return DetachLunRequest Modifier and Type Method Description DetachLunRequest
DetachLunRequest.Builder. build()
DetachLunRequest
DetachLunRequest.Builder. buildPartial()
static DetachLunRequest
DetachLunRequest. getDefaultInstance()
DetachLunRequest
DetachLunRequest.Builder. getDefaultInstanceForType()
DetachLunRequest
DetachLunRequest. getDefaultInstanceForType()
static DetachLunRequest
DetachLunRequest. parseDelimitedFrom(InputStream input)
static DetachLunRequest
DetachLunRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DetachLunRequest
DetachLunRequest. parseFrom(byte[] data)
static DetachLunRequest
DetachLunRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DetachLunRequest
DetachLunRequest. parseFrom(com.google.protobuf.ByteString data)
static DetachLunRequest
DetachLunRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DetachLunRequest
DetachLunRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static DetachLunRequest
DetachLunRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DetachLunRequest
DetachLunRequest. parseFrom(InputStream input)
static DetachLunRequest
DetachLunRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DetachLunRequest
DetachLunRequest. parseFrom(ByteBuffer data)
static DetachLunRequest
DetachLunRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.baremetalsolution.v2 that return types with arguments of type DetachLunRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DetachLunRequest,com.google.longrunning.Operation>
BareMetalSolutionClient. detachLunCallable()
Detach LUN from Instance.com.google.api.gax.rpc.OperationCallable<DetachLunRequest,Instance,OperationMetadata>
BareMetalSolutionClient. detachLunOperationCallable()
Detach LUN from Instance.com.google.api.gax.rpc.OperationCallSettings.Builder<DetachLunRequest,Instance,OperationMetadata>
BareMetalSolutionSettings.Builder. detachLunOperationSettings()
Returns the builder for the settings used for calls to detachLun.com.google.api.gax.rpc.OperationCallSettings<DetachLunRequest,Instance,OperationMetadata>
BareMetalSolutionSettings. detachLunOperationSettings()
Returns the object with the settings used for calls to detachLun.com.google.api.gax.rpc.UnaryCallSettings.Builder<DetachLunRequest,com.google.longrunning.Operation>
BareMetalSolutionSettings.Builder. detachLunSettings()
Returns the builder for the settings used for calls to detachLun.com.google.api.gax.rpc.UnaryCallSettings<DetachLunRequest,com.google.longrunning.Operation>
BareMetalSolutionSettings. detachLunSettings()
Returns the object with the settings used for calls to detachLun.static io.grpc.MethodDescriptor<DetachLunRequest,com.google.longrunning.Operation>
BareMetalSolutionGrpc. getDetachLunMethod()
com.google.protobuf.Parser<DetachLunRequest>
DetachLunRequest. getParserForType()
static com.google.protobuf.Parser<DetachLunRequest>
DetachLunRequest. parser()
Methods in com.google.cloud.baremetalsolution.v2 with parameters of type DetachLunRequest Modifier and Type Method Description default void
BareMetalSolutionGrpc.AsyncService. detachLun(DetachLunRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Detach LUN from Instance.com.google.longrunning.Operation
BareMetalSolutionGrpc.BareMetalSolutionBlockingStub. detachLun(DetachLunRequest request)
Detach LUN from Instance.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
BareMetalSolutionGrpc.BareMetalSolutionFutureStub. detachLun(DetachLunRequest request)
Detach LUN from Instance.void
BareMetalSolutionGrpc.BareMetalSolutionStub. detachLun(DetachLunRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Detach LUN from Instance.com.google.api.gax.longrunning.OperationFuture<Instance,OperationMetadata>
BareMetalSolutionClient. detachLunAsync(DetachLunRequest request)
Detach LUN from Instance.DetachLunRequest.Builder
DetachLunRequest.Builder. mergeFrom(DetachLunRequest other)
static DetachLunRequest.Builder
DetachLunRequest. newBuilder(DetachLunRequest prototype)
-
Uses of DetachLunRequest in com.google.cloud.baremetalsolution.v2.stub
Methods in com.google.cloud.baremetalsolution.v2.stub that return types with arguments of type DetachLunRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DetachLunRequest,com.google.longrunning.Operation>
BareMetalSolutionStub. detachLunCallable()
com.google.api.gax.rpc.UnaryCallable<DetachLunRequest,com.google.longrunning.Operation>
GrpcBareMetalSolutionStub. detachLunCallable()
com.google.api.gax.rpc.UnaryCallable<DetachLunRequest,com.google.longrunning.Operation>
HttpJsonBareMetalSolutionStub. detachLunCallable()
com.google.api.gax.rpc.OperationCallable<DetachLunRequest,Instance,OperationMetadata>
BareMetalSolutionStub. detachLunOperationCallable()
com.google.api.gax.rpc.OperationCallable<DetachLunRequest,Instance,OperationMetadata>
GrpcBareMetalSolutionStub. detachLunOperationCallable()
com.google.api.gax.rpc.OperationCallable<DetachLunRequest,Instance,OperationMetadata>
HttpJsonBareMetalSolutionStub. detachLunOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<DetachLunRequest,Instance,OperationMetadata>
BareMetalSolutionStubSettings.Builder. detachLunOperationSettings()
Returns the builder for the settings used for calls to detachLun.com.google.api.gax.rpc.OperationCallSettings<DetachLunRequest,Instance,OperationMetadata>
BareMetalSolutionStubSettings. detachLunOperationSettings()
Returns the object with the settings used for calls to detachLun.com.google.api.gax.rpc.UnaryCallSettings.Builder<DetachLunRequest,com.google.longrunning.Operation>
BareMetalSolutionStubSettings.Builder. detachLunSettings()
Returns the builder for the settings used for calls to detachLun.com.google.api.gax.rpc.UnaryCallSettings<DetachLunRequest,com.google.longrunning.Operation>
BareMetalSolutionStubSettings. detachLunSettings()
Returns the object with the settings used for calls to detachLun.
-