Uses of Class
com.google.cloud.gkebackup.v1.BackupForGKEClient.ListVolumeRestoresPage
-
Packages that use BackupForGKEClient.ListVolumeRestoresPage Package Description com.google.cloud.gkebackup.v1 A client to Backup for GKE API -
-
Uses of BackupForGKEClient.ListVolumeRestoresPage in com.google.cloud.gkebackup.v1
Methods in com.google.cloud.gkebackup.v1 that return BackupForGKEClient.ListVolumeRestoresPage Modifier and Type Method Description protected BackupForGKEClient.ListVolumeRestoresPage
BackupForGKEClient.ListVolumeRestoresPage. createPage(com.google.api.gax.rpc.PageContext<ListVolumeRestoresRequest,ListVolumeRestoresResponse,VolumeRestore> context, ListVolumeRestoresResponse response)
Methods in com.google.cloud.gkebackup.v1 that return types with arguments of type BackupForGKEClient.ListVolumeRestoresPage Modifier and Type Method Description com.google.api.core.ApiFuture<BackupForGKEClient.ListVolumeRestoresPage>
BackupForGKEClient.ListVolumeRestoresPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListVolumeRestoresRequest,ListVolumeRestoresResponse,VolumeRestore> context, com.google.api.core.ApiFuture<ListVolumeRestoresResponse> futureResponse)
Method parameters in com.google.cloud.gkebackup.v1 with type arguments of type BackupForGKEClient.ListVolumeRestoresPage Modifier and Type Method Description protected BackupForGKEClient.ListVolumeRestoresFixedSizeCollection
BackupForGKEClient.ListVolumeRestoresFixedSizeCollection. createCollection(List<BackupForGKEClient.ListVolumeRestoresPage> pages, int collectionSize)
-