public static interface StructuredQuery.UnaryFilterOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getField()
public abstract StructuredQuery.FieldReference getField()
The field to which to apply the operator.
.google.firestore.v1.StructuredQuery.FieldReference field = 2;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
StructuredQuery.FieldReferenceOrBuilder |
getOp()
public abstract StructuredQuery.UnaryFilter.Operator getOp()
The unary operator to apply.
.google.firestore.v1.StructuredQuery.UnaryFilter.Operator op = 1;
Returns | |
---|---|
Type | Description |
StructuredQuery.UnaryFilter.Operator | The op. |
getOpValue()
public abstract int getOpValue()
The unary operator to apply.
.google.firestore.v1.StructuredQuery.UnaryFilter.Operator op = 1;
Returns | |
---|---|
Type | Description |
int | The enum numeric value on the wire for op. |
getOperandTypeCase()
public abstract StructuredQuery.UnaryFilter.OperandTypeCase getOperandTypeCase()
Returns | |
---|---|
Type | Description |
StructuredQuery.UnaryFilter.OperandTypeCase |
hasField()
public abstract boolean hasField()
The field to which to apply the operator.
.google.firestore.v1.StructuredQuery.FieldReference field = 2;
Returns | |
---|---|
Type | Description |
boolean | Whether the field field is set. |