Uses of Class
com.google.cloud.baremetalsolution.v2.Lun
-
Packages that use Lun Package Description com.google.cloud.baremetalsolution.v2 A client to Bare Metal Solution APIcom.google.cloud.baremetalsolution.v2.stub -
-
Uses of Lun in com.google.cloud.baremetalsolution.v2
Methods in com.google.cloud.baremetalsolution.v2 that return Lun Modifier and Type Method Description Lun
Lun.Builder. build()
Lun
Lun.Builder. buildPartial()
static Lun
Lun. getDefaultInstance()
Lun
Lun.Builder. getDefaultInstanceForType()
Lun
Lun. getDefaultInstanceForType()
Lun
BareMetalSolutionClient. getLun(GetLunRequest request)
Get details of a single storage logical unit number(LUN).Lun
BareMetalSolutionClient. getLun(LunName name)
Get details of a single storage logical unit number(LUN).Lun
BareMetalSolutionClient. getLun(String name)
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).Lun
Instance.Builder. getLuns(int index)
Immutable.Lun
Instance. getLuns(int index)
Immutable.Lun
InstanceOrBuilder. getLuns(int index)
Immutable.Lun
ListLunsResponse.Builder. getLuns(int index)
The list of luns.Lun
ListLunsResponse. getLuns(int index)
The list of luns.Lun
ListLunsResponseOrBuilder. getLuns(int index)
The list of luns.static Lun
Lun. parseDelimitedFrom(InputStream input)
static Lun
Lun. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Lun
Lun. parseFrom(byte[] data)
static Lun
Lun. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Lun
Lun. parseFrom(com.google.protobuf.ByteString data)
static Lun
Lun. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Lun
Lun. parseFrom(com.google.protobuf.CodedInputStream input)
static Lun
Lun. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Lun
Lun. parseFrom(InputStream input)
static Lun
Lun. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Lun
Lun. parseFrom(ByteBuffer data)
static Lun
Lun. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.baremetalsolution.v2 that return types with arguments of type Lun Modifier and Type Method Description static io.grpc.MethodDescriptor<GetLunRequest,Lun>
BareMetalSolutionGrpc. getGetLunMethod()
com.google.common.util.concurrent.ListenableFuture<Lun>
BareMetalSolutionGrpc.BareMetalSolutionFutureStub. getLun(GetLunRequest request)
Get details of a single storage logical unit number(LUN).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.List<Lun>
Instance.Builder. getLunsList()
Immutable.List<Lun>
Instance. getLunsList()
Immutable.List<Lun>
InstanceOrBuilder. getLunsList()
Immutable.List<Lun>
ListLunsResponse.Builder. getLunsList()
The list of luns.List<Lun>
ListLunsResponse. getLunsList()
The list of luns.List<Lun>
ListLunsResponseOrBuilder. getLunsList()
The list of luns.com.google.protobuf.Parser<Lun>
Lun. getParserForType()
static com.google.protobuf.Parser<Lun>
Lun. parser()
Methods in com.google.cloud.baremetalsolution.v2 with parameters of type Lun Modifier and Type Method Description Instance.Builder
Instance.Builder. addLuns(int index, Lun value)
Immutable.Instance.Builder
Instance.Builder. addLuns(Lun value)
Immutable.ListLunsResponse.Builder
ListLunsResponse.Builder. addLuns(int index, Lun value)
The list of luns.ListLunsResponse.Builder
ListLunsResponse.Builder. addLuns(Lun value)
The list of luns.Lun.Builder
Lun.Builder. mergeFrom(Lun other)
static Lun.Builder
Lun. newBuilder(Lun prototype)
Instance.Builder
Instance.Builder. setLuns(int index, Lun value)
Immutable.ListLunsResponse.Builder
ListLunsResponse.Builder. setLuns(int index, Lun value)
The list of luns.Method parameters in com.google.cloud.baremetalsolution.v2 with type arguments of type Lun Modifier and Type Method Description Instance.Builder
Instance.Builder. addAllLuns(Iterable<? extends Lun> values)
Immutable.ListLunsResponse.Builder
ListLunsResponse.Builder. addAllLuns(Iterable<? extends Lun> values)
The list of luns.static com.google.api.core.ApiFuture<BareMetalSolutionClient.ListLunsPagedResponse>
BareMetalSolutionClient.ListLunsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListLunsRequest,ListLunsResponse,Lun> context, com.google.api.core.ApiFuture<ListLunsResponse> futureResponse)
protected BareMetalSolutionClient.ListLunsPage
BareMetalSolutionClient.ListLunsPage. createPage(com.google.api.gax.rpc.PageContext<ListLunsRequest,ListLunsResponse,Lun> context, ListLunsResponse response)
com.google.api.core.ApiFuture<BareMetalSolutionClient.ListLunsPage>
BareMetalSolutionClient.ListLunsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListLunsRequest,ListLunsResponse,Lun> context, com.google.api.core.ApiFuture<ListLunsResponse> futureResponse)
default void
BareMetalSolutionGrpc.AsyncService. getLun(GetLunRequest request, io.grpc.stub.StreamObserver<Lun> responseObserver)
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). -
Uses of Lun in com.google.cloud.baremetalsolution.v2.stub
Methods in com.google.cloud.baremetalsolution.v2.stub that return types with arguments of type Lun 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.
-