Enum DependencyType (0.85.0)

public enum DependencyType extends Enum<DependencyType> implements ProtocolMessageEnum

Type of dependency between entities.

Protobuf enum google.cloud.datacatalog.lineage.v1.DependencyType

Implements

ProtocolMessageEnum

Static Fields

Name Description
DEPENDENCY_TYPE_UNSPECIFIED

Dependency type unspecified.

DEPENDENCY_TYPE_UNSPECIFIED = 0;

DEPENDENCY_TYPE_UNSPECIFIED_VALUE

Dependency type unspecified.

DEPENDENCY_TYPE_UNSPECIFIED = 0;

EXACT_COPY

Exact data copy without any change.

EXACT_COPY = 1;

EXACT_COPY_VALUE

Exact data copy without any change.

EXACT_COPY = 1;

OTHER

Other types of dependencies like filtering or grouping.

OTHER = 3;

OTHER_VALUE

Other types of dependencies like filtering or grouping.

OTHER = 3;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()