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 (FQN) of the entity. |
getFullyQualifiedName
Required. Fully Qualified Name (FQN) of the entity.
| Returns | |
|---|---|
| Type | Description |
string |
|
setFullyQualifiedName
Required. Fully Qualified Name (FQN) of the entity.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|