Uses of Enum
com.google.firestore.v1.StructuredQuery.FieldFilter.Operator
-
Uses of StructuredQuery.FieldFilter.Operator in com.google.firestore.v1
Methods in com.google.firestore.v1 that return StructuredQuery.FieldFilter.OperatorModifier and TypeMethodDescriptionStructuredQuery.FieldFilter.Operator.forNumber(int value) StructuredQuery.FieldFilter.Builder.getOp()The operator to filter by.StructuredQuery.FieldFilter.getOp()The operator to filter by.StructuredQuery.FieldFilterOrBuilder.getOp()The operator to filter by.StructuredQuery.FieldFilter.Operator.valueOf(int value) Deprecated.StructuredQuery.FieldFilter.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.FieldFilter.Operator[]StructuredQuery.FieldFilter.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.FieldFilter.OperatorModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<StructuredQuery.FieldFilter.Operator>StructuredQuery.FieldFilter.Operator.internalGetValueMap()Methods in com.google.firestore.v1 with parameters of type StructuredQuery.FieldFilter.OperatorModifier and TypeMethodDescriptionStructuredQuery.FieldFilter.Builder.setOp(StructuredQuery.FieldFilter.Operator value) The operator to filter by.