Reference documentation and code samples for the Google Cloud Dataplex V1 Client class EntryLinkSource.
Entry link source represents information about the entry link.
Generated from protobuf message google.cloud.dataplex.v1.DataQualityRule.RuleSource.RulePathElement.EntryLinkSource
Namespace
Google \ Cloud \ Dataplex \ V1 \ DataQualityRule \ RuleSource \ RulePathElementMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ entry_link_type |
string
Output only. The entry link type to represent the current relationship between the entry and the next entry in the path. In the form of: |
↳ entry_link |
string
Output only. The entry link name in the form of: |
getEntryLinkType
Output only. The entry link type to represent the current relationship between the entry and the next entry in the path.
In the form of:
projects/{project_id_or_number}/locations/{location_id}/entryLinkTypes/{entry_link_type_id}
| Returns | |
|---|---|
| Type | Description |
string |
|
setEntryLinkType
Output only. The entry link type to represent the current relationship between the entry and the next entry in the path.
In the form of:
projects/{project_id_or_number}/locations/{location_id}/entryLinkTypes/{entry_link_type_id}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEntryLink
Output only. The entry link name in the form of:
projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entryLinks/{entry_link_id}
| Returns | |
|---|---|
| Type | Description |
string |
|
setEntryLink
Output only. The entry link name in the form of:
projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entryLinks/{entry_link_id}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|