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