Uses of Class
com.google.cloud.baremetalsolution.v2.BareMetalSolutionClient.ListVolumeSnapshotsPagedResponse
-
Packages that use BareMetalSolutionClient.ListVolumeSnapshotsPagedResponse Package Description com.google.cloud.baremetalsolution.v2 A client to Bare Metal Solution APIcom.google.cloud.baremetalsolution.v2.stub -
-
Uses of BareMetalSolutionClient.ListVolumeSnapshotsPagedResponse in com.google.cloud.baremetalsolution.v2
Methods in com.google.cloud.baremetalsolution.v2 that return BareMetalSolutionClient.ListVolumeSnapshotsPagedResponse Modifier and Type Method Description BareMetalSolutionClient.ListVolumeSnapshotsPagedResponseBareMetalSolutionClient. listVolumeSnapshots(ListVolumeSnapshotsRequest request)Retrieves the list of snapshots for the specified volume.BareMetalSolutionClient.ListVolumeSnapshotsPagedResponseBareMetalSolutionClient. listVolumeSnapshots(VolumeName parent)Retrieves the list of snapshots for the specified volume.BareMetalSolutionClient.ListVolumeSnapshotsPagedResponseBareMetalSolutionClient. listVolumeSnapshots(String parent)Retrieves the list of snapshots for the specified volume.Methods in com.google.cloud.baremetalsolution.v2 that return types with arguments of type BareMetalSolutionClient.ListVolumeSnapshotsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<BareMetalSolutionClient.ListVolumeSnapshotsPagedResponse>BareMetalSolutionClient.ListVolumeSnapshotsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListVolumeSnapshotsRequest,ListVolumeSnapshotsResponse,VolumeSnapshot> context, com.google.api.core.ApiFuture<ListVolumeSnapshotsResponse> futureResponse)com.google.api.gax.rpc.UnaryCallable<ListVolumeSnapshotsRequest,BareMetalSolutionClient.ListVolumeSnapshotsPagedResponse>BareMetalSolutionClient. listVolumeSnapshotsPagedCallable()Retrieves the list of snapshots for the specified volume.com.google.api.gax.rpc.PagedCallSettings.Builder<ListVolumeSnapshotsRequest,ListVolumeSnapshotsResponse,BareMetalSolutionClient.ListVolumeSnapshotsPagedResponse>BareMetalSolutionSettings.Builder. listVolumeSnapshotsSettings()Returns the builder for the settings used for calls to listVolumeSnapshots.com.google.api.gax.rpc.PagedCallSettings<ListVolumeSnapshotsRequest,ListVolumeSnapshotsResponse,BareMetalSolutionClient.ListVolumeSnapshotsPagedResponse>BareMetalSolutionSettings. listVolumeSnapshotsSettings()Returns the object with the settings used for calls to listVolumeSnapshots. -
Uses of BareMetalSolutionClient.ListVolumeSnapshotsPagedResponse in com.google.cloud.baremetalsolution.v2.stub
-