Reference documentation and code samples for the Google Cloud Data Catalog Lineage V1 Client class DependencyInfo.
Dependency info describes how one entity is dependent on another.
Generated from protobuf message google.cloud.datacatalog.lineage.v1.LineageLink.DependencyInfo
Namespace
Google \ Cloud \ DataCatalog \ Lineage \ V1 \ LineageLinkMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ dependency_type |
int
The type of dependency. |
getDependencyType
The type of dependency.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type DependencyType. |
setDependencyType
The type of dependency.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type DependencyType. |
| Returns | |
|---|---|
| Type | Description |
$this |
|