Interface ScannedData.IncrementalFieldOrBuilder (1.31.0)

public static interface ScannedData.IncrementalFieldOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEnd()

public abstract String getEnd()

Value that marks the end of the range.

string end = 3;

Returns
TypeDescription
String

The end.

getEndBytes()

public abstract ByteString getEndBytes()

Value that marks the end of the range.

string end = 3;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for field.

getStart()

public abstract String getStart()

Value that marks the start of the range.

string start = 2;

Returns
TypeDescription
String

The start.

getStartBytes()

public abstract ByteString getStartBytes()

Value that marks the start of the range.

string start = 2;

Returns
TypeDescription
ByteString

The bytes for start.