Metadata class
Carries information about the pipeline execution that is returned in the long running operation's metadata field.
Constructors
Properties
- createTime ↔ String?
-
The time at which the operation was created by the API.
getter/setter pair
- endTime ↔ String?
-
The time at which execution was completed and resources were cleaned up.
getter/setter pair
-
events
↔ List<
Event> ? -
The list of events that have happened so far during the execution of this
operation.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
labels
↔ Map<
String, String> ? -
The user-defined labels associated with this operation.
getter/setter pair
- pipeline ↔ Pipeline?
-
The pipeline this operation represents.
getter/setter pair
- pubSubTopic ↔ String?
-
The name of the Cloud Pub/Sub topic where notifications of operation
status changes are sent.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startTime ↔ String?
-
The first time at which resources were allocated to execute the pipeline.
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