Interface StructuredQuery.UnaryFilterOrBuilder (3.2.0)

public static interface StructuredQuery.UnaryFilterOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getField()

public abstract StructuredQuery.FieldReference getField()

The field to which to apply the operator.

.google.firestore.v1.StructuredQuery.FieldReference field = 2;

Returns
TypeDescription
StructuredQuery.FieldReference

The field.

getFieldOrBuilder()

public abstract StructuredQuery.FieldReferenceOrBuilder getFieldOrBuilder()

The field to which to apply the operator.

.google.firestore.v1.StructuredQuery.FieldReference field = 2;

Returns
TypeDescription
StructuredQuery.FieldReferenceOrBuilder

getOp()

public abstract StructuredQuery.UnaryFilter.Operator getOp()

The unary operator to apply.

.google.firestore.v1.StructuredQuery.UnaryFilter.Operator op = 1;

Returns
TypeDescription
StructuredQuery.UnaryFilter.Operator

The op.

getOpValue()

public abstract int getOpValue()

The unary operator to apply.

.google.firestore.v1.StructuredQuery.UnaryFilter.Operator op = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for op.

getOperandTypeCase()

public abstract StructuredQuery.UnaryFilter.OperandTypeCase getOperandTypeCase()
Returns
TypeDescription
StructuredQuery.UnaryFilter.OperandTypeCase

hasField()

public abstract boolean hasField()

The field to which to apply the operator.

.google.firestore.v1.StructuredQuery.FieldReference field = 2;

Returns
TypeDescription
boolean

Whether the field field is set.