Google Cloud Data Catalog Lineage V1 Client - Class ProcessLinkInfo (0.1.3)

Reference documentation and code samples for the Google Cloud Data Catalog Lineage V1 Client class ProcessLinkInfo.

Link details.

Generated from protobuf message google.cloud.datacatalog.lineage.v1.ProcessLinkInfo

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ link string

The name of the link in the format of projects/{project}/locations/{location}/links/{link}.

↳ start_time Google\Protobuf\Timestamp

The start of the first event establishing this link-process tuple.

↳ end_time Google\Protobuf\Timestamp

The end of the last event establishing this link-process tuple.

The name of the link in the format of projects/{project}/locations/{location}/links/{link}.

Returns
TypeDescription
string

The name of the link in the format of projects/{project}/locations/{location}/links/{link}.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getStartTime

The start of the first event establishing this link-process tuple.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasStartTime

clearStartTime

setStartTime

The start of the first event establishing this link-process tuple.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getEndTime

The end of the last event establishing this link-process tuple.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasEndTime

clearEndTime

setEndTime

The end of the last event establishing this link-process tuple.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this