GoogleCloudDatacatalogLineageV1Process class
A process is the definition of a data transformation operation.
Constructors
-
GoogleCloudDatacatalogLineageV1Process({Map<
String, Object?> ? attributes, String? displayName, String? name, GoogleCloudDatacatalogLineageV1Origin? origin}) - GoogleCloudDatacatalogLineageV1Process.fromJson(Map json_)
Properties
-
attributes
↔ Map<
String, Object?> ? -
The attributes of the process.
getter/setter pair
- displayName ↔ String?
-
A human-readable name you can set to display in a user interface.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
The resource name of the lineage process.
getter/setter pair
- origin ↔ GoogleCloudDatacatalogLineageV1Origin?
-
The origin of this process and its runs and lineage events.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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