Google Cloud Dataplex V1 Client - Class EntryMode (1.12.0)

Reference documentation and code samples for the Google Cloud Dataplex V1 Client class EntryMode.

Mode of entry reference.

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

Namespace

Google \ Cloud \ Dataplex \ V1 \ LookupEntryLinksRequest

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

ENTRY_MODE_UNSPECIFIED

Value: 0

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

Generated from protobuf enum ENTRY_MODE_UNSPECIFIED = 0;

SOURCE

Value: 1

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

Generated from protobuf enum SOURCE = 1;

TARGET

Value: 2

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

Generated from protobuf enum TARGET = 2;