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