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.
data
array
Optional. Data for populating the Message object.
↳ fully_qualified_name
↳ field
string[]
Optional. Field path within the entity. Each nesting level should be a separate value in the repeated field. The order matters. Must be empty for asset level lineage For example to address "salary.net" subfield where "salary" is a column and "net" is a proto field two values in the field
should be reported, the first is "salary" and the second is "net". Each field length is limited to 500 characters. Maximum supported nesting level is 20.
getFullyQualifiedName
Required. Fully Qualified Name (FQN) of the entity.
string
setFullyQualifiedName
Required. Fully Qualified Name (FQN) of the entity.
var
string
$this
getField
Optional. Field path within the entity. Each nesting level should be a
separate value in the repeated field. The order matters. Must be empty for
asset level lineage
For example to address "salary.net" subfield where "salary" is a column and
"net" is a proto field two values in the field
should be reported,
the first is "salary" and the second is "net".
Each field length is limited to 500 characters. Maximum supported nesting level is 20.
setField
Optional. Field path within the entity. Each nesting level should be a
separate value in the repeated field. The order matters. Must be empty for
asset level lineage
For example to address "salary.net" subfield where "salary" is a column and
"net" is a proto field two values in the field
should be reported,
the first is "salary" and the second is "net".
Each field length is limited to 500 characters. Maximum supported nesting level is 20.
var
string[]
$this

