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.
| Parameters | |
|---|---|
| Name | Description |
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
| Returns | |
|---|---|
| Type | Description |
string |
|
setSourceFqn
Optional. FQN of source table / column
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getTargetFqn
Optional. FQN of target table / column
| Returns | |
|---|---|
| Type | Description |
string |
|
setTargetFqn
Optional. FQN of target table / column
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getProcessFqn
Optional. FQN of process which created the lineage i.e. dataplex, datastream etc.
| Returns | |
|---|---|
| Type | Description |
string |
|
setProcessFqn
Optional. FQN of process which created the lineage i.e. dataplex, datastream etc.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getProcessType
Optional. Type of process which created the lineage.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type ProcessType. |
setProcessType
Optional. Type of process which created the lineage.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type ProcessType. |
| Returns | |
|---|---|
| Type | Description |
$this |
|