Uses of Class
com.google.cloud.baremetalsolution.v2.BareMetalSolutionClient.ListVolumesPagedResponse
-
Packages that use BareMetalSolutionClient.ListVolumesPagedResponse Package Description com.google.cloud.baremetalsolution.v2 A client to Bare Metal Solution APIcom.google.cloud.baremetalsolution.v2.stub -
-
Uses of BareMetalSolutionClient.ListVolumesPagedResponse in com.google.cloud.baremetalsolution.v2
Methods in com.google.cloud.baremetalsolution.v2 that return BareMetalSolutionClient.ListVolumesPagedResponse Modifier and Type Method Description BareMetalSolutionClient.ListVolumesPagedResponse
BareMetalSolutionClient. listVolumes(ListVolumesRequest request)
List storage volumes in a given project and location.BareMetalSolutionClient.ListVolumesPagedResponse
BareMetalSolutionClient. listVolumes(LocationName parent)
List storage volumes in a given project and location.BareMetalSolutionClient.ListVolumesPagedResponse
BareMetalSolutionClient. listVolumes(String parent)
List storage volumes in a given project and location.Methods in com.google.cloud.baremetalsolution.v2 that return types with arguments of type BareMetalSolutionClient.ListVolumesPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<BareMetalSolutionClient.ListVolumesPagedResponse>
BareMetalSolutionClient.ListVolumesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListVolumesRequest,ListVolumesResponse,Volume> context, com.google.api.core.ApiFuture<ListVolumesResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListVolumesRequest,BareMetalSolutionClient.ListVolumesPagedResponse>
BareMetalSolutionClient. listVolumesPagedCallable()
List storage volumes in a given project and location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListVolumesRequest,ListVolumesResponse,BareMetalSolutionClient.ListVolumesPagedResponse>
BareMetalSolutionSettings.Builder. listVolumesSettings()
Returns the builder for the settings used for calls to listVolumes.com.google.api.gax.rpc.PagedCallSettings<ListVolumesRequest,ListVolumesResponse,BareMetalSolutionClient.ListVolumesPagedResponse>
BareMetalSolutionSettings. listVolumesSettings()
Returns the object with the settings used for calls to listVolumes. -
Uses of BareMetalSolutionClient.ListVolumesPagedResponse in com.google.cloud.baremetalsolution.v2.stub
Methods in com.google.cloud.baremetalsolution.v2.stub that return types with arguments of type BareMetalSolutionClient.ListVolumesPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListVolumesRequest,BareMetalSolutionClient.ListVolumesPagedResponse>
BareMetalSolutionStub. listVolumesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListVolumesRequest,BareMetalSolutionClient.ListVolumesPagedResponse>
GrpcBareMetalSolutionStub. listVolumesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListVolumesRequest,BareMetalSolutionClient.ListVolumesPagedResponse>
HttpJsonBareMetalSolutionStub. listVolumesPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListVolumesRequest,ListVolumesResponse,BareMetalSolutionClient.ListVolumesPagedResponse>
BareMetalSolutionStubSettings.Builder. listVolumesSettings()
Returns the builder for the settings used for calls to listVolumes.com.google.api.gax.rpc.PagedCallSettings<ListVolumesRequest,ListVolumesResponse,BareMetalSolutionClient.ListVolumesPagedResponse>
BareMetalSolutionStubSettings. listVolumesSettings()
Returns the object with the settings used for calls to listVolumes.
-