Interface StructuredQuery.UnaryFilterOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
StructuredQuery.UnaryFilter, StructuredQuery.UnaryFilter.Builder
Enclosing class:
StructuredQuery

public static interface StructuredQuery.UnaryFilterOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getOpValue

      int getOpValue()
       The unary operator to apply.
       
      .google.firestore.v1.StructuredQuery.UnaryFilter.Operator op = 1;
      Returns:
      The enum numeric value on the wire for op.
    • getOp

       The unary operator to apply.
       
      .google.firestore.v1.StructuredQuery.UnaryFilter.Operator op = 1;
      Returns:
      The op.
    • hasField

      boolean hasField()
       The field to which to apply the operator.
       
      .google.firestore.v1.StructuredQuery.FieldReference field = 2;
      Returns:
      Whether the field field is set.
    • getField

       The field to which to apply the operator.
       
      .google.firestore.v1.StructuredQuery.FieldReference field = 2;
      Returns:
      The field.
    • getFieldOrBuilder

       The field to which to apply the operator.
       
      .google.firestore.v1.StructuredQuery.FieldReference field = 2;
    • getOperandTypeCase