public static interface StructuredQuery.FieldFilterOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
StructuredQuery.FieldReference |
getField()
The field to filter by.
|
StructuredQuery.FieldReferenceOrBuilder |
getFieldOrBuilder()
The field to filter by.
|
StructuredQuery.FieldFilter.Operator |
getOp()
The operator to filter by.
|
int |
getOpValue()
The operator to filter by.
|
Value |
getValue()
The value to compare to.
|
ValueOrBuilder |
getValueOrBuilder()
The value to compare to.
|
boolean |
hasField()
The field to filter by.
|
boolean |
hasValue()
The value to compare to.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasField()
The field to filter by.
.google.firestore.v1.StructuredQuery.FieldReference field = 1;StructuredQuery.FieldReference getField()
The field to filter by.
.google.firestore.v1.StructuredQuery.FieldReference field = 1;StructuredQuery.FieldReferenceOrBuilder getFieldOrBuilder()
The field to filter by.
.google.firestore.v1.StructuredQuery.FieldReference field = 1;int getOpValue()
The operator to filter by.
.google.firestore.v1.StructuredQuery.FieldFilter.Operator op = 2;StructuredQuery.FieldFilter.Operator getOp()
The operator to filter by.
.google.firestore.v1.StructuredQuery.FieldFilter.Operator op = 2;boolean hasValue()
The value to compare to.
.google.firestore.v1.Value value = 3;Value getValue()
The value to compare to.
.google.firestore.v1.Value value = 3;ValueOrBuilder getValueOrBuilder()
The value to compare to.
.google.firestore.v1.Value value = 3;Copyright © 2022 Google LLC. All rights reserved.