GoogleCloudDatacatalogLineageV1LineageLink class
Lineage link between two entities.
Constructors
-
GoogleCloudDatacatalogLineageV1LineageLink({List<
GoogleCloudDatacatalogLineageV1LineageLinkDependencyInfo> ? dependencyInfo, int? depth, String? location, List<GoogleCloudDatacatalogLineageV1LineageLinkLineageProcess> ? processes, GoogleCloudDatacatalogLineageV1EntityReference? source, GoogleCloudDatacatalogLineageV1EntityReference? target}) - GoogleCloudDatacatalogLineageV1LineageLink.fromJson(Map json_)
Properties
-
dependencyInfo
↔ List<
GoogleCloudDatacatalogLineageV1LineageLinkDependencyInfo> ? -
Describes how the target entity is dependent on the source entity.
getter/setter pair
- depth ↔ int?
-
Depth of the current link in the graph starting from 1.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- location ↔ String?
-
The location where the LineageEvent that created the link is stored.
getter/setter pair
-
processes
↔ List<
GoogleCloudDatacatalogLineageV1LineageLinkLineageProcess> ? -
Processes metadata associated with the link.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- source ↔ GoogleCloudDatacatalogLineageV1EntityReference?
-
The entity that is the source of this link.
getter/setter pair
- target ↔ GoogleCloudDatacatalogLineageV1EntityReference?
-
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