Interface ProductAttributeIntervalOrBuilder (2.54.0)

public interface ProductAttributeIntervalOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInterval()

public abstract Interval getInterval()

The numeric interval (e.g. [10, 20))

.google.cloud.retail.v2alpha.Interval interval = 2;

Returns
Type Description
Interval

The interval.

getIntervalOrBuilder()

public abstract IntervalOrBuilder getIntervalOrBuilder()

The numeric interval (e.g. [10, 20))

.google.cloud.retail.v2alpha.Interval interval = 2;

Returns
Type Description
IntervalOrBuilder

getName()

public abstract String getName()

The attribute name (e.g. "length")

string name = 1;

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

The attribute name (e.g. "length")

string name = 1;

Returns
Type Description
ByteString

The bytes for name.

hasInterval()

public abstract boolean hasInterval()

The numeric interval (e.g. [10, 20))

.google.cloud.retail.v2alpha.Interval interval = 2;

Returns
Type Description
boolean

Whether the interval field is set.