Interface ScannedData.IncrementalFieldOrBuilder (1.73.0)

public static interface ScannedData.IncrementalFieldOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEnd()

public abstract String getEnd()

Output only. Value that marks the end of the range.

string end = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The end.

getEndBytes()

public abstract ByteString getEndBytes()

Output only. Value that marks the end of the range.

string end = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for end.

getField()

public abstract String getField()

Output only. The field that contains values which monotonically increases over time (e.g. a timestamp column).

string field = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The field.

getFieldBytes()

public abstract ByteString getFieldBytes()

Output only. The field that contains values which monotonically increases over time (e.g. a timestamp column).

string field = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for field.

getStart()

public abstract String getStart()

Output only. Value that marks the start of the range.

string start = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The start.

getStartBytes()

public abstract ByteString getStartBytes()

Output only. Value that marks the start of the range.

string start = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for start.