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.DependencyInfo
Namespace
Google \ Cloud \ DataCatalog \ Lineage \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ dependency_type |
int
Required. Type of dependency. |
getDependencyType
Required. Type of dependency.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type DependencyType. |
setDependencyType
Required. Type of dependency.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type DependencyType. |
| Returns | |
|---|---|
| Type | Description |
$this |
|