Uses of Class
com.google.cloud.baremetalsolution.v2.ListLunsRequest
-
Packages that use ListLunsRequest Package Description com.google.cloud.baremetalsolution.v2 A client to Bare Metal Solution APIcom.google.cloud.baremetalsolution.v2.stub -
-
Uses of ListLunsRequest in com.google.cloud.baremetalsolution.v2
Methods in com.google.cloud.baremetalsolution.v2 that return ListLunsRequest Modifier and Type Method Description ListLunsRequest
ListLunsRequest.Builder. build()
ListLunsRequest
ListLunsRequest.Builder. buildPartial()
static ListLunsRequest
ListLunsRequest. getDefaultInstance()
ListLunsRequest
ListLunsRequest.Builder. getDefaultInstanceForType()
ListLunsRequest
ListLunsRequest. getDefaultInstanceForType()
static ListLunsRequest
ListLunsRequest. parseDelimitedFrom(InputStream input)
static ListLunsRequest
ListLunsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListLunsRequest
ListLunsRequest. parseFrom(byte[] data)
static ListLunsRequest
ListLunsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListLunsRequest
ListLunsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListLunsRequest
ListLunsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListLunsRequest
ListLunsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListLunsRequest
ListLunsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListLunsRequest
ListLunsRequest. parseFrom(InputStream input)
static ListLunsRequest
ListLunsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListLunsRequest
ListLunsRequest. parseFrom(ByteBuffer data)
static ListLunsRequest
ListLunsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.baremetalsolution.v2 that return types with arguments of type ListLunsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListLunsRequest,ListLunsResponse>
BareMetalSolutionGrpc. getListLunsMethod()
com.google.protobuf.Parser<ListLunsRequest>
ListLunsRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListLunsRequest,ListLunsResponse>
BareMetalSolutionClient. listLunsCallable()
List storage volume luns for given storage volume.com.google.api.gax.rpc.UnaryCallable<ListLunsRequest,BareMetalSolutionClient.ListLunsPagedResponse>
BareMetalSolutionClient. listLunsPagedCallable()
List storage volume luns for given storage volume.com.google.api.gax.rpc.PagedCallSettings.Builder<ListLunsRequest,ListLunsResponse,BareMetalSolutionClient.ListLunsPagedResponse>
BareMetalSolutionSettings.Builder. listLunsSettings()
Returns the builder for the settings used for calls to listLuns.com.google.api.gax.rpc.PagedCallSettings<ListLunsRequest,ListLunsResponse,BareMetalSolutionClient.ListLunsPagedResponse>
BareMetalSolutionSettings. listLunsSettings()
Returns the object with the settings used for calls to listLuns.static com.google.protobuf.Parser<ListLunsRequest>
ListLunsRequest. parser()
Methods in com.google.cloud.baremetalsolution.v2 with parameters of type ListLunsRequest Modifier and Type Method Description BareMetalSolutionClient.ListLunsPagedResponse
BareMetalSolutionClient. listLuns(ListLunsRequest request)
List storage volume luns for given storage volume.default void
BareMetalSolutionGrpc.AsyncService. listLuns(ListLunsRequest request, io.grpc.stub.StreamObserver<ListLunsResponse> responseObserver)
List storage volume luns for given storage volume.ListLunsResponse
BareMetalSolutionGrpc.BareMetalSolutionBlockingStub. listLuns(ListLunsRequest request)
List storage volume luns for given storage volume.com.google.common.util.concurrent.ListenableFuture<ListLunsResponse>
BareMetalSolutionGrpc.BareMetalSolutionFutureStub. listLuns(ListLunsRequest request)
List storage volume luns for given storage volume.void
BareMetalSolutionGrpc.BareMetalSolutionStub. listLuns(ListLunsRequest request, io.grpc.stub.StreamObserver<ListLunsResponse> responseObserver)
List storage volume luns for given storage volume.ListLunsRequest.Builder
ListLunsRequest.Builder. mergeFrom(ListLunsRequest other)
static ListLunsRequest.Builder
ListLunsRequest. newBuilder(ListLunsRequest prototype)
Method parameters in com.google.cloud.baremetalsolution.v2 with type arguments of type ListLunsRequest Modifier and Type Method Description 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)
-
Uses of ListLunsRequest in com.google.cloud.baremetalsolution.v2.stub
Methods in com.google.cloud.baremetalsolution.v2.stub that return types with arguments of type ListLunsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListLunsRequest,ListLunsResponse>
BareMetalSolutionStub. listLunsCallable()
com.google.api.gax.rpc.UnaryCallable<ListLunsRequest,ListLunsResponse>
GrpcBareMetalSolutionStub. listLunsCallable()
com.google.api.gax.rpc.UnaryCallable<ListLunsRequest,ListLunsResponse>
HttpJsonBareMetalSolutionStub. listLunsCallable()
com.google.api.gax.rpc.UnaryCallable<ListLunsRequest,BareMetalSolutionClient.ListLunsPagedResponse>
BareMetalSolutionStub. listLunsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListLunsRequest,BareMetalSolutionClient.ListLunsPagedResponse>
GrpcBareMetalSolutionStub. listLunsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListLunsRequest,BareMetalSolutionClient.ListLunsPagedResponse>
HttpJsonBareMetalSolutionStub. listLunsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListLunsRequest,ListLunsResponse,BareMetalSolutionClient.ListLunsPagedResponse>
BareMetalSolutionStubSettings.Builder. listLunsSettings()
Returns the builder for the settings used for calls to listLuns.com.google.api.gax.rpc.PagedCallSettings<ListLunsRequest,ListLunsResponse,BareMetalSolutionClient.ListLunsPagedResponse>
BareMetalSolutionStubSettings. listLunsSettings()
Returns the object with the settings used for calls to listLuns.
-