Interface SearchVolumeRangeOrBuilder

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

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

    Modifier and Type
    Method
    Description
    long
    Upper bound of search volume.
    long
    Lower bound of search volume.
    boolean
    Upper bound of search volume.
    boolean
    Lower bound of search volume.

    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

    • hasMin

      boolean hasMin()
       Lower bound of search volume.
       
      optional int64 min = 1;
      Returns:
      Whether the min field is set.
    • getMin

      long getMin()
       Lower bound of search volume.
       
      optional int64 min = 1;
      Returns:
      The min.
    • hasMax

      boolean hasMax()
       Upper bound of search volume.
       
      optional int64 max = 2;
      Returns:
      Whether the max field is set.
    • getMax

      long getMax()
       Upper bound of search volume.
       
      optional int64 max = 2;
      Returns:
      The max.