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.MutationCaseMutation.MutationCase. forNumber(int value)Mutation.MutationCaseMutation.Builder. getMutationCase()Mutation.MutationCaseMutation. getMutationCase()Mutation.MutationCaseMutationOrBuilder. getMutationCase()static Mutation.MutationCaseMutation.MutationCase. valueOf(int value)Deprecated.static Mutation.MutationCaseMutation.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.
-