Interface PropertyFilterOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
PropertyFilter, PropertyFilter.Builder

public interface PropertyFilterOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The operator to filter by.
    int
    The operator to filter by.
    The property to filter by.
    The property to filter by.
    The value to compare the property to.
    The value to compare the property to.
    boolean
    The property to filter by.
    boolean
    The value to compare the property to.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasProperty

      boolean hasProperty()
       The property to filter by.
       
      .google.datastore.v1.PropertyReference property = 1;
      Returns:
      Whether the property field is set.
    • getProperty

      PropertyReference getProperty()
       The property to filter by.
       
      .google.datastore.v1.PropertyReference property = 1;
      Returns:
      The property.
    • getPropertyOrBuilder

      PropertyReferenceOrBuilder getPropertyOrBuilder()
       The property to filter by.
       
      .google.datastore.v1.PropertyReference property = 1;
    • getOpValue

      int getOpValue()
       The operator to filter by.
       
      .google.datastore.v1.PropertyFilter.Operator op = 2;
      Returns:
      The enum numeric value on the wire for op.
    • getOp

       The operator to filter by.
       
      .google.datastore.v1.PropertyFilter.Operator op = 2;
      Returns:
      The op.
    • hasValue

      boolean hasValue()
       The value to compare the property to.
       
      .google.datastore.v1.Value value = 3;
      Returns:
      Whether the value field is set.
    • getValue

      Value getValue()
       The value to compare the property to.
       
      .google.datastore.v1.Value value = 3;
      Returns:
      The value.
    • getValueOrBuilder

      ValueOrBuilder getValueOrBuilder()
       The value to compare the property to.
       
      .google.datastore.v1.Value value = 3;