public static interface ScannedData.IncrementalFieldOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getEnd()
public abstract String getEnd()
Value that marks the end of the range.
string end = 3;
Returns | |
---|---|
Type | Description |
String |
The end. |
getEndBytes()
public abstract ByteString getEndBytes()
Value that marks the end of the range.
string end = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for end. |
getField()
public abstract String getField()
The field that contains values which monotonically increases over time (e.g. a timestamp column).
string field = 1;
Returns | |
---|---|
Type | Description |
String |
The field. |
getFieldBytes()
public abstract ByteString getFieldBytes()
The field that contains values which monotonically increases over time (e.g. a timestamp column).
string field = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for field. |
getStart()
public abstract String getStart()
Value that marks the start of the range.
string start = 2;
Returns | |
---|---|
Type | Description |
String |
The start. |
getStartBytes()
public abstract ByteString getStartBytes()
Value that marks the start of the range.
string start = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for start. |