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