Uses of Enum
com.google.datastore.v1.Mutation.ConflictResolutionStrategy
-
Uses of Mutation.ConflictResolutionStrategy in com.google.datastore.v1
Methods in com.google.datastore.v1 that return Mutation.ConflictResolutionStrategyModifier and TypeMethodDescriptionMutation.ConflictResolutionStrategy.forNumber(int value) Mutation.Builder.getConflictResolutionStrategy()The strategy to use when a conflict is detected.Mutation.getConflictResolutionStrategy()The strategy to use when a conflict is detected.MutationOrBuilder.getConflictResolutionStrategy()The strategy to use when a conflict is detected.Mutation.ConflictResolutionStrategy.valueOf(int value) Deprecated.Mutation.ConflictResolutionStrategy.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.static Mutation.ConflictResolutionStrategy[]Mutation.ConflictResolutionStrategy.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.datastore.v1 that return types with arguments of type Mutation.ConflictResolutionStrategyModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Mutation.ConflictResolutionStrategy>Mutation.ConflictResolutionStrategy.internalGetValueMap()Methods in com.google.datastore.v1 with parameters of type Mutation.ConflictResolutionStrategyModifier and TypeMethodDescriptionMutation.Builder.setConflictResolutionStrategy(Mutation.ConflictResolutionStrategy value) The strategy to use when a conflict is detected.