Google Cloud Dataplex V1 Client - Class IncrementalField (1.9.0)

Reference documentation and code samples for the Google Cloud Dataplex V1 Client class IncrementalField.

A data range denoted by a pair of start/end values of a field.

Generated from protobuf message google.cloud.dataplex.v1.ScannedData.IncrementalField

Namespace

Google \ Cloud \ Dataplex \ V1 \ ScannedData

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ field string

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

↳ start string

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

↳ end string

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

getField

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

Returns
Type Description
string

setField

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

Parameter
Name Description
var string
Returns
Type Description
$this

getStart

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

Returns
Type Description
string

setStart

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

Parameter
Name Description
var string
Returns
Type Description
$this

getEnd

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

Returns
Type Description
string

setEnd

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

Parameter
Name Description
var string
Returns
Type Description
$this