public static interface StructuredQuery.UnaryFilterOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
StructuredQuery.FieldReference |
getField()
The field to which to apply the operator.
|
StructuredQuery.FieldReferenceOrBuilder |
getFieldOrBuilder()
The field to which to apply the operator.
|
StructuredQuery.UnaryFilter.Operator |
getOp()
The unary operator to apply.
|
StructuredQuery.UnaryFilter.OperandTypeCase |
getOperandTypeCase() |
int |
getOpValue()
The unary operator to apply.
|
boolean |
hasField()
The field to which to apply the operator.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getOpValue()
The unary operator to apply.
.google.firestore.v1.StructuredQuery.UnaryFilter.Operator op = 1;StructuredQuery.UnaryFilter.Operator getOp()
The unary operator to apply.
.google.firestore.v1.StructuredQuery.UnaryFilter.Operator op = 1;boolean hasField()
The field to which to apply the operator.
.google.firestore.v1.StructuredQuery.FieldReference field = 2;StructuredQuery.FieldReference getField()
The field to which to apply the operator.
.google.firestore.v1.StructuredQuery.FieldReference field = 2;StructuredQuery.FieldReferenceOrBuilder getFieldOrBuilder()
The field to which to apply the operator.
.google.firestore.v1.StructuredQuery.FieldReference field = 2;StructuredQuery.UnaryFilter.OperandTypeCase getOperandTypeCase()
Copyright © 2023 Google LLC. All rights reserved.