Uses of Class
com.google.spanner.v1.Mutation.OperationCase
-
Packages that use Mutation.OperationCase Package Description com.google.spanner.v1 -
-
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.OperationCase
Mutation.OperationCase. forNumber(int value)
Mutation.OperationCase
Mutation.Builder. getOperationCase()
Mutation.OperationCase
Mutation. getOperationCase()
Mutation.OperationCase
MutationOrBuilder. getOperationCase()
static Mutation.OperationCase
Mutation.OperationCase. valueOf(int value)
Deprecated.static Mutation.OperationCase
Mutation.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.
-