public enum DependencyType extends Enum<DependencyType> implements ProtocolMessageEnumType of dependency between entities.
Protobuf enum google.cloud.datacatalog.lineage.v1.DependencyType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
DEPENDENCY_TYPE_UNSPECIFIED |
Dependency type unspecified. |
DEPENDENCY_TYPE_UNSPECIFIED_VALUE |
Dependency type unspecified. |
EXACT_COPY |
Exact data copy without any change. |
EXACT_COPY_VALUE |
Exact data copy without any change. |
OTHER |
Other types of dependencies like filtering or grouping. |
OTHER_VALUE |
Other types of dependencies like filtering or grouping. |
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() |
|