Uses of Enum
com.google.firestore.v1.StructuredQuery.CompositeFilter.Operator
-
Uses of StructuredQuery.CompositeFilter.Operator in com.google.firestore.v1
Methods in com.google.firestore.v1 that return StructuredQuery.CompositeFilter.OperatorModifier and TypeMethodDescriptionStructuredQuery.CompositeFilter.Operator.forNumber(int value) StructuredQuery.CompositeFilter.Builder.getOp()The operator for combining multiple filters.StructuredQuery.CompositeFilter.getOp()The operator for combining multiple filters.StructuredQuery.CompositeFilterOrBuilder.getOp()The operator for combining multiple filters.StructuredQuery.CompositeFilter.Operator.valueOf(int value) Deprecated.StructuredQuery.CompositeFilter.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.StructuredQuery.CompositeFilter.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.CompositeFilter.OperatorModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<StructuredQuery.CompositeFilter.Operator>StructuredQuery.CompositeFilter.Operator.internalGetValueMap()Methods in com.google.firestore.v1 with parameters of type StructuredQuery.CompositeFilter.OperatorModifier and TypeMethodDescriptionStructuredQuery.CompositeFilter.Builder.setOp(StructuredQuery.CompositeFilter.Operator value) The operator for combining multiple filters.