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 \ LookupEntryLinksRequestMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
ENTRY_MODE_UNSPECIFIED
Value: 0Unspecified entry mode. Returns both directional and non-directional entry links which references the entry.
Generated from protobuf enum ENTRY_MODE_UNSPECIFIED = 0;
SOURCE
Value: 1Returns all directed entry links which references the entry as source.
Generated from protobuf enum SOURCE = 1;
TARGET
Value: 2Return all directed entry links which references the entry as target.
Generated from protobuf enum TARGET = 2;