Uses of Class
com.google.bigtable.admin.v2.BackupName
-
Packages that use BackupName Package Description com.google.bigtable.admin.v2 -
-
Uses of BackupName in com.google.bigtable.admin.v2
Methods in com.google.bigtable.admin.v2 that return BackupName Modifier and Type Method Description BackupNameBackupName.Builder. build()static BackupNameBackupName. of(String project, String instance, String cluster, String backup)static BackupNameBackupName. parse(String formattedString)Methods in com.google.bigtable.admin.v2 that return types with arguments of type BackupName Modifier and Type Method Description static List<BackupName>BackupName. parseList(List<String> formattedStrings)Method parameters in com.google.bigtable.admin.v2 with type arguments of type BackupName Modifier and Type Method Description static List<String>BackupName. toStringList(List<BackupName> values)
-