Reference documentation and code samples for the Google Cloud Data Catalog Lineage V1 Client class DependencyInfo.
Dependency info describes how one entity depends on another.
Generated from protobuf message google.cloud.datacatalog.lineage.v1.Link.DependencyInfo
Namespace
Google \ Cloud \ DataCatalog \ Lineage \ V1 \ LinkMethods
__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 |
|