Interface CompositeFilterOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getFilters(int index)
    The list of filters to combine.
    int
    The list of filters to combine.
    The list of filters to combine.
    The list of filters to combine.
    The list of filters to combine.
    The operator for combining multiple filters.
    int
    The operator for combining multiple filters.

    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

    • getOpValue

      int getOpValue()
       The operator for combining multiple filters.
       
      .google.datastore.v1.CompositeFilter.Operator op = 1;
      Returns:
      The enum numeric value on the wire for op.
    • getOp

       The operator for combining multiple filters.
       
      .google.datastore.v1.CompositeFilter.Operator op = 1;
      Returns:
      The op.
    • getFiltersList

      List<Filter> getFiltersList()
       The list of filters to combine.
      
       Requires:
      
       * At least one filter is present.
       
      repeated .google.datastore.v1.Filter filters = 2;
    • getFilters

      Filter getFilters(int index)
       The list of filters to combine.
      
       Requires:
      
       * At least one filter is present.
       
      repeated .google.datastore.v1.Filter filters = 2;
    • getFiltersCount

      int getFiltersCount()
       The list of filters to combine.
      
       Requires:
      
       * At least one filter is present.
       
      repeated .google.datastore.v1.Filter filters = 2;
    • getFiltersOrBuilderList

      List<? extends FilterOrBuilder> getFiltersOrBuilderList()
       The list of filters to combine.
      
       Requires:
      
       * At least one filter is present.
       
      repeated .google.datastore.v1.Filter filters = 2;
    • getFiltersOrBuilder

      FilterOrBuilder getFiltersOrBuilder(int index)
       The list of filters to combine.
      
       Requires:
      
       * At least one filter is present.
       
      repeated .google.datastore.v1.Filter filters = 2;