Reference documentation and code samples for the Google Cloud Data Catalog Lineage V1 Client class DependencyType.
Type of dependency between entities.
Protobuf type google.cloud.datacatalog.lineage.v1.DependencyType
Namespace
Google \ Cloud \ DataCatalog \ Lineage \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
DEPENDENCY_TYPE_UNSPECIFIED
Value: 0Dependency type unspecified.
Generated from protobuf enum DEPENDENCY_TYPE_UNSPECIFIED = 0;
EXACT_COPY
Value: 1Exact data copy without any change.
Generated from protobuf enum EXACT_COPY = 1;
OTHER
Value: 3Other types of dependencies like filtering or grouping.
Generated from protobuf enum OTHER = 3;