public enum LookupEntryLinksRequest.EntryMode extends Enum<LookupEntryLinksRequest.EntryMode> implements ProtocolMessageEnumMode of entry reference.
Protobuf enum google.cloud.dataplex.v1.LookupEntryLinksRequest.EntryMode
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ENTRY_MODE_UNSPECIFIED |
Unspecified entry mode. Returns both directional and non-directional entry links which references the entry. |
ENTRY_MODE_UNSPECIFIED_VALUE |
Unspecified entry mode. Returns both directional and non-directional entry links which references the entry. |
SOURCE |
Returns all directed entry links which references the entry as source. |
SOURCE_VALUE |
Returns all directed entry links which references the entry as source. |
TARGET |
Return all directed entry links which references the entry as target. |
TARGET_VALUE |
Return all directed entry links which references the entry as target. |
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() |
|