Interface ProductCatalogItem.PriceRangeOrBuilder (0.48.0)

public static interface ProductCatalogItem.PriceRangeOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMax()

public abstract float getMax()

Required. The maximum product price.

float max = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
float

The max.

getMin()

public abstract float getMin()

Required. The minimum product price.

float min = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
float

The min.