Reference documentation and code samples for the Google Cloud Dataplex V1 Client class Type.
Reference type of the Entry.
Protobuf type google.cloud.dataplex.v1.EntryLink.EntryReference.Type
Namespace
Google \ Cloud \ Dataplex \ V1 \ EntryLink \ EntryReferenceMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNSPECIFIED
Value: 0
Unspecified reference type. Implies that the Entry is referenced in a non-directional Entry Link.
Generated from protobuf enum UNSPECIFIED = 0;
SOURCE
Value: 2
The Entry is referenced as the source of the directional Entry Link.
Generated from protobuf enum SOURCE = 2;
TARGET
Value: 3
The Entry is referenced as the target of the directional Entry Link.
Generated from protobuf enum TARGET = 3;