Google Cloud Data Catalog Lineage V1 Client - Class DependencyType (1.4.0)

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 \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

DEPENDENCY_TYPE_UNSPECIFIED

Value: 0

Dependency type unspecified.

Generated from protobuf enum DEPENDENCY_TYPE_UNSPECIFIED = 0;

EXACT_COPY

Value: 1

Exact data copy without any change.

Generated from protobuf enum EXACT_COPY = 1;

OTHER

Value: 3

Other types of dependencies like filtering or grouping.

Generated from protobuf enum OTHER = 3;