Interface QueryOptions.Filter.PropertyFilterOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
QueryOptions.Filter.PropertyFilter, QueryOptions.Filter.PropertyFilter.Builder
Enclosing class:
QueryOptions.Filter

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

    Modifier and Type
    Method
    Description
    Operator to apply with this filter value.
    int
    Operator to apply with this filter value.
    Property name against which this filter should apply.
    com.google.protobuf.ByteString
    Property name against which this filter should apply.
    com.google.protobuf.Value
    Filter value to apply, as applicable.
    com.google.protobuf.ValueOrBuilder
    Filter value to apply, as applicable.
    boolean
    Filter value to apply, as applicable.

    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

    • getProperty

      String getProperty()
       Property name against which this filter should apply.
       
      string property = 1 [json_name = "property"];
      Returns:
      The property.
    • getPropertyBytes

      com.google.protobuf.ByteString getPropertyBytes()
       Property name against which this filter should apply.
       
      string property = 1 [json_name = "property"];
      Returns:
      The bytes for property.
    • getOperatorValue

      int getOperatorValue()
       Operator to apply with this filter value.
       
      .buildless.service.v1.QueryOptions.Filter.Operator operator = 2 [json_name = "operator"];
      Returns:
      The enum numeric value on the wire for operator.
    • getOperator

       Operator to apply with this filter value.
       
      .buildless.service.v1.QueryOptions.Filter.Operator operator = 2 [json_name = "operator"];
      Returns:
      The operator.
    • hasValue

      boolean hasValue()
       Filter value to apply, as applicable.
       
      .google.protobuf.Value value = 3 [json_name = "value"];
      Returns:
      Whether the value field is set.
    • getValue

      com.google.protobuf.Value getValue()
       Filter value to apply, as applicable.
       
      .google.protobuf.Value value = 3 [json_name = "value"];
      Returns:
      The value.
    • getValueOrBuilder

      com.google.protobuf.ValueOrBuilder getValueOrBuilder()
       Filter value to apply, as applicable.
       
      .google.protobuf.Value value = 3 [json_name = "value"];