Uses of Class
com.google.cloud.gkebackup.v1.BackupForGKEClient.ListVolumeRestoresPagedResponse
-
Packages that use BackupForGKEClient.ListVolumeRestoresPagedResponse Package Description com.google.cloud.gkebackup.v1 A client to Backup for GKE APIcom.google.cloud.gkebackup.v1.stub -
-
Uses of BackupForGKEClient.ListVolumeRestoresPagedResponse in com.google.cloud.gkebackup.v1
Methods in com.google.cloud.gkebackup.v1 that return BackupForGKEClient.ListVolumeRestoresPagedResponse Modifier and Type Method Description BackupForGKEClient.ListVolumeRestoresPagedResponse
BackupForGKEClient. listVolumeRestores(ListVolumeRestoresRequest request)
Lists the VolumeRestores for a given Restore.BackupForGKEClient.ListVolumeRestoresPagedResponse
BackupForGKEClient. listVolumeRestores(RestoreName parent)
Lists the VolumeRestores for a given Restore.BackupForGKEClient.ListVolumeRestoresPagedResponse
BackupForGKEClient. listVolumeRestores(String parent)
Lists the VolumeRestores for a given Restore.Methods in com.google.cloud.gkebackup.v1 that return types with arguments of type BackupForGKEClient.ListVolumeRestoresPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<BackupForGKEClient.ListVolumeRestoresPagedResponse>
BackupForGKEClient.ListVolumeRestoresPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListVolumeRestoresRequest,ListVolumeRestoresResponse,VolumeRestore> context, com.google.api.core.ApiFuture<ListVolumeRestoresResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListVolumeRestoresRequest,BackupForGKEClient.ListVolumeRestoresPagedResponse>
BackupForGKEClient. listVolumeRestoresPagedCallable()
Lists the VolumeRestores for a given Restore.com.google.api.gax.rpc.PagedCallSettings.Builder<ListVolumeRestoresRequest,ListVolumeRestoresResponse,BackupForGKEClient.ListVolumeRestoresPagedResponse>
BackupForGKESettings.Builder. listVolumeRestoresSettings()
Returns the builder for the settings used for calls to listVolumeRestores.com.google.api.gax.rpc.PagedCallSettings<ListVolumeRestoresRequest,ListVolumeRestoresResponse,BackupForGKEClient.ListVolumeRestoresPagedResponse>
BackupForGKESettings. listVolumeRestoresSettings()
Returns the object with the settings used for calls to listVolumeRestores. -
Uses of BackupForGKEClient.ListVolumeRestoresPagedResponse in com.google.cloud.gkebackup.v1.stub
-