Enum LookupEntryLinksRequest.EntryMode (1.86.0)

public enum LookupEntryLinksRequest.EntryMode extends Enum<LookupEntryLinksRequest.EntryMode> implements ProtocolMessageEnum

Mode of entry reference.

Protobuf enum google.cloud.dataplex.v1.LookupEntryLinksRequest.EntryMode

Implements

ProtocolMessageEnum

Static Fields

Name Description
ENTRY_MODE_UNSPECIFIED

Unspecified entry mode. Returns both directional and non-directional entry links which references the entry.

ENTRY_MODE_UNSPECIFIED = 0;

ENTRY_MODE_UNSPECIFIED_VALUE

Unspecified entry mode. Returns both directional and non-directional entry links which references the entry.

ENTRY_MODE_UNSPECIFIED = 0;

SOURCE

Returns all directed entry links which references the entry as source.

SOURCE = 1;

SOURCE_VALUE

Returns all directed entry links which references the entry as source.

SOURCE = 1;

TARGET

Return all directed entry links which references the entry as target.

TARGET = 2;

TARGET_VALUE

Return all directed entry links which references the entry as target.

TARGET = 2;

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()