GoogleCloudDatacatalogLineageV1Link class

Links represent the data flow between source (upstream) and target (downstream) assets in transformation pipelines.

Links are created when LineageEvents record data transformation between related assets.

Properties

endTime String?
The end of the last event establishing this link.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
The name of the link.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source GoogleCloudDatacatalogLineageV1EntityReference?
The pointer to the entity that is the source of this link.
getter/setter pair
startTime String?
The start of the first event establishing this link.
getter/setter pair
target GoogleCloudDatacatalogLineageV1EntityReference?
The pointer to the entity that is the target of this link.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited