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