Reference documentation and code samples for the Google Cloud Database Center V1beta Client class Lineage.
lineage information of the affiliated resources This captures source, target and process which created the lineage.
Generated from protobuf message google.cloud.databasecenter.v1beta.Affiliation.Lineage
Namespace
Google \ Cloud \ DatabaseCenter \ V1beta \ AffiliationMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ source_fqn
string
Optional. FQN of source table / column
↳ target_fqn
string
Optional. FQN of target table / column
↳ process_fqn
string
Optional. FQN of process which created the lineage i.e. dataplex, datastream etc.
↳ process_type
int
Optional. Type of process which created the lineage.
getSourceFqn
Optional. FQN of source table / column
string
setSourceFqn
Optional. FQN of source table / column
var
string
$this
getTargetFqn
Optional. FQN of target table / column
string
setTargetFqn
Optional. FQN of target table / column
var
string
$this
getProcessFqn
Optional. FQN of process which created the lineage i.e. dataplex, datastream etc.
string
setProcessFqn
Optional. FQN of process which created the lineage i.e. dataplex, datastream etc.
var
string
$this
getProcessType
Optional. Type of process which created the lineage.
setProcessType
Optional. Type of process which created the lineage.
$this

