public enum EntryLink.EntryReference.Type extends Enum<EntryLink.EntryReference.Type> implements ProtocolMessageEnum
Reference type of the Entry.
Protobuf enum google.cloud.dataplex.v1.EntryLink.EntryReference.Type
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
SOURCE |
The Entry is referenced as the source of the directional Entry Link. |
SOURCE_VALUE |
The Entry is referenced as the source of the directional Entry Link. |
TARGET |
The Entry is referenced as the target of the directional Entry Link. |
TARGET_VALUE |
The Entry is referenced as the target of the directional Entry Link. |
UNRECOGNIZED |
|
UNSPECIFIED |
Unspecified reference type. Implies that the Entry is referenced in a non-directional Entry Link. |
UNSPECIFIED_VALUE |
Unspecified reference type. Implies that the Entry is referenced in a non-directional Entry Link. |
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() |