Uses of Enum
com.google.firestore.v1.StructuredQuery.UnaryFilter.Operator
-
Uses of StructuredQuery.UnaryFilter.Operator in com.google.firestore.v1
Methods in com.google.firestore.v1 that return StructuredQuery.UnaryFilter.OperatorModifier and TypeMethodDescriptionStructuredQuery.UnaryFilter.Operator.forNumber(int value) StructuredQuery.UnaryFilter.Builder.getOp()The unary operator to apply.StructuredQuery.UnaryFilter.getOp()The unary operator to apply.StructuredQuery.UnaryFilterOrBuilder.getOp()The unary operator to apply.StructuredQuery.UnaryFilter.Operator.valueOf(int value) Deprecated.StructuredQuery.UnaryFilter.Operator.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 StructuredQuery.UnaryFilter.Operator[]StructuredQuery.UnaryFilter.Operator.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.firestore.v1 that return types with arguments of type StructuredQuery.UnaryFilter.OperatorModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<StructuredQuery.UnaryFilter.Operator>StructuredQuery.UnaryFilter.Operator.internalGetValueMap()Methods in com.google.firestore.v1 with parameters of type StructuredQuery.UnaryFilter.OperatorModifier and TypeMethodDescriptionStructuredQuery.UnaryFilter.Builder.setOp(StructuredQuery.UnaryFilter.Operator value) The unary operator to apply.