Enum StructuredQuery.CompositeFilter.Operator (3.0.21)

public enum StructuredQuery.CompositeFilter.Operator extends Enum<StructuredQuery.CompositeFilter.Operator> implements ProtocolMessageEnum

A composite filter operator.

Protobuf enum google.firestore.v1.StructuredQuery.CompositeFilter.Operator

Implements

ProtocolMessageEnum

Static Fields

NameDescription
AND

The results are required to satisfy each of the combined filters.

AND = 1;

AND_VALUE

The results are required to satisfy each of the combined filters.

AND = 1;

OPERATOR_UNSPECIFIED

Unspecified. This value must not be used.

OPERATOR_UNSPECIFIED = 0;

OPERATOR_UNSPECIFIED_VALUE

Unspecified. This value must not be used.

OPERATOR_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()