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