Uses of Class
com.google.cloud.baremetalsolution.v2.BareMetalSolutionClient.ListLunsPagedResponse
-
Packages that use BareMetalSolutionClient.ListLunsPagedResponse Package Description com.google.cloud.baremetalsolution.v2 A client to Bare Metal Solution APIcom.google.cloud.baremetalsolution.v2.stub -
-
Uses of BareMetalSolutionClient.ListLunsPagedResponse in com.google.cloud.baremetalsolution.v2
Methods in com.google.cloud.baremetalsolution.v2 that return BareMetalSolutionClient.ListLunsPagedResponse Modifier and Type Method Description BareMetalSolutionClient.ListLunsPagedResponse
BareMetalSolutionClient. listLuns(ListLunsRequest request)
List storage volume luns for given storage volume.BareMetalSolutionClient.ListLunsPagedResponse
BareMetalSolutionClient. listLuns(VolumeName parent)
List storage volume luns for given storage volume.BareMetalSolutionClient.ListLunsPagedResponse
BareMetalSolutionClient. listLuns(String parent)
List storage volume luns for given storage volume.Methods in com.google.cloud.baremetalsolution.v2 that return types with arguments of type BareMetalSolutionClient.ListLunsPagedResponse 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)
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. -
Uses of BareMetalSolutionClient.ListLunsPagedResponse in com.google.cloud.baremetalsolution.v2.stub
Methods in com.google.cloud.baremetalsolution.v2.stub that return types with arguments of type BareMetalSolutionClient.ListLunsPagedResponse Modifier and Type Method Description 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.
-