Interface ProductCatalogItem.PriceRangeOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      float getMax()
      Required.
      float getMin()
      Required.
      • 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

      • getMin

        float getMin()
         Required. The minimum product price.
         
        float min = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The min.
      • getMax

        float getMax()
         Required. The maximum product price.
         
        float max = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The max.