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 BackupName
BackupName.Builder. build()
static BackupName
BackupName. of(String project, String instance, String cluster, String backup)
static BackupName
BackupName. 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)
-