Interface ValueRangeOrBuilder (2.14.0)

public interface ValueRangeOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEndValueCase()

public abstract ValueRange.EndValueCase getEndValueCase()
Returns
TypeDescription
ValueRange.EndValueCase

getEndValueClosed()

public abstract ByteString getEndValueClosed()

Used when giving an inclusive upper bound for the range.

bytes end_value_closed = 3;

Returns
TypeDescription
ByteString

The endValueClosed.

getEndValueOpen()

public abstract ByteString getEndValueOpen()

Used when giving an exclusive upper bound for the range.

bytes end_value_open = 4;

Returns
TypeDescription
ByteString

The endValueOpen.

getStartValueCase()

public abstract ValueRange.StartValueCase getStartValueCase()
Returns
TypeDescription
ValueRange.StartValueCase

getStartValueClosed()

public abstract ByteString getStartValueClosed()

Used when giving an inclusive lower bound for the range.

bytes start_value_closed = 1;

Returns
TypeDescription
ByteString

The startValueClosed.

getStartValueOpen()

public abstract ByteString getStartValueOpen()

Used when giving an exclusive lower bound for the range.

bytes start_value_open = 2;

Returns
TypeDescription
ByteString

The startValueOpen.

hasEndValueClosed()

public abstract boolean hasEndValueClosed()

Used when giving an inclusive upper bound for the range.

bytes end_value_closed = 3;

Returns
TypeDescription
boolean

Whether the endValueClosed field is set.

hasEndValueOpen()

public abstract boolean hasEndValueOpen()

Used when giving an exclusive upper bound for the range.

bytes end_value_open = 4;

Returns
TypeDescription
boolean

Whether the endValueOpen field is set.

hasStartValueClosed()

public abstract boolean hasStartValueClosed()

Used when giving an inclusive lower bound for the range.

bytes start_value_closed = 1;

Returns
TypeDescription
boolean

Whether the startValueClosed field is set.

hasStartValueOpen()

public abstract boolean hasStartValueOpen()

Used when giving an exclusive lower bound for the range.

bytes start_value_open = 2;

Returns
TypeDescription
boolean

Whether the startValueOpen field is set.