Uses of Enum
com.google.datastore.v1.PropertyFilter.Operator
-
Uses of PropertyFilter.Operator in com.google.datastore.v1
Methods in com.google.datastore.v1 that return PropertyFilter.OperatorModifier and TypeMethodDescriptionstatic PropertyFilter.OperatorPropertyFilter.Operator.forNumber(int value) PropertyFilter.Builder.getOp()The operator to filter by.PropertyFilter.getOp()The operator to filter by.PropertyFilterOrBuilder.getOp()The operator to filter by.static PropertyFilter.OperatorPropertyFilter.Operator.valueOf(int value) Deprecated.static PropertyFilter.OperatorPropertyFilter.Operator.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static PropertyFilter.OperatorReturns the enum constant of this type with the specified name.static PropertyFilter.Operator[]PropertyFilter.Operator.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 PropertyFilter.OperatorModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<PropertyFilter.Operator>PropertyFilter.Operator.internalGetValueMap()Methods in com.google.datastore.v1 with parameters of type PropertyFilter.OperatorModifier and TypeMethodDescriptionPropertyFilter.Builder.setOp(PropertyFilter.Operator value) The operator to filter by.