Reference documentation and code samples for the Google Cloud Dataplex V1 Client class EntrySource.
Entry source represents information about the related source entry.
Generated from protobuf message google.cloud.dataplex.v1.DataQualityRule.RuleSource.RulePathElement.EntrySource
Namespace
Google \ Cloud \ Dataplex \ V1 \ DataQualityRule \ RuleSource \ RulePathElementMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ entry_type |
string
Output only. The entry type to represent the current characteristics of the entry in the form of: |
↳ entry |
string
Output only. The entry name in the form of: |
↳ display_name |
string
Output only. The display name of the entry. |
getEntryType
Output only. The entry type to represent the current characteristics
of the entry in the form of:
projects/{project_id_or_number}/locations/{location_id}/entryTypes/{entry-type-id}.
| Returns | |
|---|---|
| Type | Description |
string |
|
setEntryType
Output only. The entry type to represent the current characteristics
of the entry in the form of:
projects/{project_id_or_number}/locations/{location_id}/entryTypes/{entry-type-id}.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEntry
Output only. The entry name in the form of:
projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entries/{entry_id}
| Returns | |
|---|---|
| Type | Description |
string |
|
setEntry
Output only. The entry name in the form of:
projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entries/{entry_id}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDisplayName
Output only. The display name of the entry.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDisplayName
Output only. The display name of the entry.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|