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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getMax()
      Upper bound of search volume.
      long getMin()
      Lower bound of search volume.
      boolean hasMax()
      Upper bound of search volume.
      boolean hasMin()
      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 Detail

      • 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.