Google Cloud Dataplex V1 Client - Class IncrementalField (0.2.3)

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ field string

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

↳ start string

Value that marks the start of the range

↳ end string

Value that marks the end of the range

getField

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

Returns
TypeDescription
string

setField

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getStart

Value that marks the start of the range

Returns
TypeDescription
string

setStart

Value that marks the start of the range

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getEnd

Value that marks the end of the range

Returns
TypeDescription
string

setEnd

Value that marks the end of the range

Parameter
NameDescription
var string
Returns
TypeDescription
$this