Uses of Class
com.google.cloud.baremetalsolution.v2.GetLunRequest
-
Packages that use GetLunRequest Package Description com.google.cloud.baremetalsolution.v2 A client to Bare Metal Solution APIcom.google.cloud.baremetalsolution.v2.stub -
-
Uses of GetLunRequest in com.google.cloud.baremetalsolution.v2
Methods in com.google.cloud.baremetalsolution.v2 that return GetLunRequest Modifier and Type Method Description GetLunRequest
GetLunRequest.Builder. build()
GetLunRequest
GetLunRequest.Builder. buildPartial()
static GetLunRequest
GetLunRequest. getDefaultInstance()
GetLunRequest
GetLunRequest.Builder. getDefaultInstanceForType()
GetLunRequest
GetLunRequest. getDefaultInstanceForType()
static GetLunRequest
GetLunRequest. parseDelimitedFrom(InputStream input)
static GetLunRequest
GetLunRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetLunRequest
GetLunRequest. parseFrom(byte[] data)
static GetLunRequest
GetLunRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetLunRequest
GetLunRequest. parseFrom(com.google.protobuf.ByteString data)
static GetLunRequest
GetLunRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetLunRequest
GetLunRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetLunRequest
GetLunRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetLunRequest
GetLunRequest. parseFrom(InputStream input)
static GetLunRequest
GetLunRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetLunRequest
GetLunRequest. parseFrom(ByteBuffer data)
static GetLunRequest
GetLunRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.baremetalsolution.v2 that return types with arguments of type GetLunRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetLunRequest,Lun>
BareMetalSolutionGrpc. getGetLunMethod()
com.google.api.gax.rpc.UnaryCallable<GetLunRequest,Lun>
BareMetalSolutionClient. getLunCallable()
Get details of a single storage logical unit number(LUN).com.google.api.gax.rpc.UnaryCallSettings.Builder<GetLunRequest,Lun>
BareMetalSolutionSettings.Builder. getLunSettings()
Returns the builder for the settings used for calls to getLun.com.google.api.gax.rpc.UnaryCallSettings<GetLunRequest,Lun>
BareMetalSolutionSettings. getLunSettings()
Returns the object with the settings used for calls to getLun.com.google.protobuf.Parser<GetLunRequest>
GetLunRequest. getParserForType()
static com.google.protobuf.Parser<GetLunRequest>
GetLunRequest. parser()
Methods in com.google.cloud.baremetalsolution.v2 with parameters of type GetLunRequest Modifier and Type Method Description Lun
BareMetalSolutionClient. getLun(GetLunRequest request)
Get details of a single storage logical unit number(LUN).default void
BareMetalSolutionGrpc.AsyncService. getLun(GetLunRequest request, io.grpc.stub.StreamObserver<Lun> responseObserver)
Get details of a single storage logical unit number(LUN).Lun
BareMetalSolutionGrpc.BareMetalSolutionBlockingStub. getLun(GetLunRequest request)
Get details of a single storage logical unit number(LUN).com.google.common.util.concurrent.ListenableFuture<Lun>
BareMetalSolutionGrpc.BareMetalSolutionFutureStub. getLun(GetLunRequest request)
Get details of a single storage logical unit number(LUN).void
BareMetalSolutionGrpc.BareMetalSolutionStub. getLun(GetLunRequest request, io.grpc.stub.StreamObserver<Lun> responseObserver)
Get details of a single storage logical unit number(LUN).GetLunRequest.Builder
GetLunRequest.Builder. mergeFrom(GetLunRequest other)
static GetLunRequest.Builder
GetLunRequest. newBuilder(GetLunRequest prototype)
-
Uses of GetLunRequest in com.google.cloud.baremetalsolution.v2.stub
Methods in com.google.cloud.baremetalsolution.v2.stub that return types with arguments of type GetLunRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetLunRequest,Lun>
BareMetalSolutionStub. getLunCallable()
com.google.api.gax.rpc.UnaryCallable<GetLunRequest,Lun>
GrpcBareMetalSolutionStub. getLunCallable()
com.google.api.gax.rpc.UnaryCallable<GetLunRequest,Lun>
HttpJsonBareMetalSolutionStub. getLunCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetLunRequest,Lun>
BareMetalSolutionStubSettings.Builder. getLunSettings()
Returns the builder for the settings used for calls to getLun.com.google.api.gax.rpc.UnaryCallSettings<GetLunRequest,Lun>
BareMetalSolutionStubSettings. getLunSettings()
Returns the object with the settings used for calls to getLun.
-