Uses of Class
com.google.spanner.v1.Mutation.OperationCase
-
-
Uses of Mutation.OperationCase in com.google.spanner.v1
Methods in com.google.spanner.v1 that return Mutation.OperationCase Modifier and Type Method Description static Mutation.OperationCaseMutation.OperationCase. forNumber(int value)Mutation.OperationCaseMutation.Builder. getOperationCase()Mutation.OperationCaseMutation. getOperationCase()Mutation.OperationCaseMutationOrBuilder. getOperationCase()static Mutation.OperationCaseMutation.OperationCase. valueOf(int value)Deprecated.static Mutation.OperationCaseMutation.OperationCase. valueOf(String name)Returns the enum constant of this type with the specified name.static Mutation.OperationCase[]Mutation.OperationCase. values()Returns an array containing the constants of this enum type, in the order they are declared.
-