Uses of Class
com.google.bigtable.admin.v2.Cluster.ConfigCase
-
Packages that use Cluster.ConfigCase Package Description com.google.bigtable.admin.v2 -
-
Uses of Cluster.ConfigCase in com.google.bigtable.admin.v2
Methods in com.google.bigtable.admin.v2 that return Cluster.ConfigCase Modifier and Type Method Description static Cluster.ConfigCase
Cluster.ConfigCase. forNumber(int value)
Cluster.ConfigCase
Cluster.Builder. getConfigCase()
Cluster.ConfigCase
Cluster. getConfigCase()
Cluster.ConfigCase
ClusterOrBuilder. getConfigCase()
static Cluster.ConfigCase
Cluster.ConfigCase. valueOf(int value)
Deprecated.static Cluster.ConfigCase
Cluster.ConfigCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static Cluster.ConfigCase[]
Cluster.ConfigCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-