Interface RangeOrBuilder (3.6.6)

public interface RangeOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEnd()

public abstract long getEnd()

Index of the last character of the range (exclusive).

int64 end = 2;

Returns
TypeDescription
long

The end.

getStart()

public abstract long getStart()

Index of the first character of the range (inclusive).

int64 start = 1;

Returns
TypeDescription
long

The start.