Uses of Class
com.google.cloud.bigtable.admin.v2.models.RestoredTableResult
-
Packages that use RestoredTableResult Package Description com.google.cloud.bigtable.admin.v2 Clients for the Cloud Bigtable admin API. -
-
Uses of RestoredTableResult in com.google.cloud.bigtable.admin.v2
Methods in com.google.cloud.bigtable.admin.v2 that return RestoredTableResult Modifier and Type Method Description RestoredTableResult
BigtableTableAdminClient. restoreTable(RestoreTableRequest request)
Restores a backup to a new table with the specified configuration.Methods in com.google.cloud.bigtable.admin.v2 that return types with arguments of type RestoredTableResult Modifier and Type Method Description com.google.api.core.ApiFuture<RestoredTableResult>
BigtableTableAdminClient. restoreTableAsync(RestoreTableRequest request)
Restores a backup to a new table with the specified configuration asynchronously.
-