public static interface StructuredQuery.FieldFilterOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getField()
public abstract StructuredQuery.FieldReference getField()
The field to filter by.
.google.firestore.v1.StructuredQuery.FieldReference field = 1;
Returns | |
---|---|
Type | Description |
StructuredQuery.FieldReference |
The field. |
getFieldOrBuilder()
public abstract StructuredQuery.FieldReferenceOrBuilder getFieldOrBuilder()
The field to filter by.
.google.firestore.v1.StructuredQuery.FieldReference field = 1;
Returns | |
---|---|
Type | Description |
StructuredQuery.FieldReferenceOrBuilder |
getOp()
public abstract StructuredQuery.FieldFilter.Operator getOp()
The operator to filter by.
.google.firestore.v1.StructuredQuery.FieldFilter.Operator op = 2;
Returns | |
---|---|
Type | Description |
StructuredQuery.FieldFilter.Operator |
The op. |
getOpValue()
public abstract int getOpValue()
The operator to filter by.
.google.firestore.v1.StructuredQuery.FieldFilter.Operator op = 2;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for op. |
getValue()
public abstract Value getValue()
The value to compare to.
.google.firestore.v1.Value value = 3;
Returns | |
---|---|
Type | Description |
Value |
The value. |
getValueOrBuilder()
public abstract ValueOrBuilder getValueOrBuilder()
The value to compare to.
.google.firestore.v1.Value value = 3;
Returns | |
---|---|
Type | Description |
ValueOrBuilder |
hasField()
public abstract boolean hasField()
The field to filter by.
.google.firestore.v1.StructuredQuery.FieldReference field = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the field field is set. |
hasValue()
public abstract boolean hasValue()
The value to compare to.
.google.firestore.v1.Value value = 3;
Returns | |
---|---|
Type | Description |
boolean |
Whether the value field is set. |