Enum CompositeFilter.Operator (2.19.0)

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

A composite filter operator.

Protobuf enum google.datastore.v1.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;

OR

Documents are required to satisfy at least one of the combined filters.

OR = 2;

OR_VALUE

Documents are required to satisfy at least one of the combined filters.

OR = 2;

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()