Data Lineage v1 API - Class EntityReference (1.0.0)

public sealed class EntityReference : IMessage<EntityReference>, IEquatable<EntityReference>, IDeepCloneable<EntityReference>, IBufferMessage, IMessage

Reference documentation and code samples for the Data Lineage v1 API class EntityReference.

The soft reference to everything you can attach a lineage event to.

Inheritance

object > EntityReference

Namespace

GoogleCloudGoogle.Cloud.DataCatalogGoogle.Cloud.DataCatalog.LineageV1

Assembly

Google.Cloud.DataCatalog.Lineage.V1.dll

Constructors

EntityReference()

public EntityReference()

EntityReference(EntityReference)

public EntityReference(EntityReference other)
Parameter
NameDescription
otherEntityReference

Properties

FullyQualifiedName

public string FullyQualifiedName { get; set; }

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_id
  • bigquery:table.project_id.dataset_id.table_id
  • pubsub:project_id.topic_id
  • dataproc_metastore:projectId.locationId.instanceId.databaseId.tableId
Property Value
TypeDescription
string