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