Google Cloud Dataplex V1 Client - Class Type (1.8.0)

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 \ EntryReference

Methods

Parameter
Name Description
value mixed
Parameter
Name Description
name mixed

Constants

Value: 0

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

Generated from protobuf enum UNSPECIFIED = 0;

Value: 2

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

Generated from protobuf enum SOURCE = 2;

Value: 3

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

Generated from protobuf enum TARGET = 3;