Reference documentation and code samples for the Google Cloud Data Catalog Lineage V1 Client class EntityReference.
The soft reference to everything you can attach a lineage event to.
Generated from protobuf message google.cloud.datacatalog.lineage.v1.EntityReference
Namespace
Google \ Cloud \ DataCatalog \ Lineage \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ fully_qualified_name |
string
Required. Fully Qualified Name of the entity. Useful for referencing entities that aren't represented as GCP resources, for example, tables in Dataproc Metastore API. Examples: * |
getFullyQualifiedName
Required. Fully Qualified Name of the entity. Useful for referencing entities that aren't represented as GCP resources, for example, tables in Dataproc Metastore API.
Examples:
bigquery:dataset.project_id.dataset_idbigquery:table.project_id.dataset_id.table_idpubsub:project_id.topic_iddataproc_metastore:projectId.locationId.instanceId.databaseId.tableId
| Returns | |
|---|---|
| Type | Description |
string |
|
setFullyQualifiedName
Required. Fully Qualified Name of the entity. Useful for referencing entities that aren't represented as GCP resources, for example, tables in Dataproc Metastore API.
Examples:
bigquery:dataset.project_id.dataset_idbigquery:table.project_id.dataset_id.table_idpubsub:project_id.topic_iddataproc_metastore:projectId.locationId.instanceId.databaseId.tableId
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|