Enum EntryLink.EntryReference.Type (1.72.0)

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

ProtocolMessageEnum

Static Fields

Name Description

The Entry is referenced as the source of the directional Entry Link.

SOURCE = 2;

The Entry is referenced as the source of the directional Entry Link.

SOURCE = 2;

The Entry is referenced as the target of the directional Entry Link.

TARGET = 3;

The Entry is referenced as the target of the directional Entry Link.

TARGET = 3;

Unspecified reference type. Implies that the Entry is referenced in a non-directional Entry Link.

UNSPECIFIED = 0;

Unspecified reference type. Implies that the Entry is referenced in a non-directional Entry Link.

UNSPECIFIED = 0;

Static Methods

Name Description

Deprecated. Use #forNumber(int) instead.

Methods

Name Description