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