DelayedEvent class

An event generated whenever a resource limitation or transient error delays execution of a pipeline that was otherwise ready to run.

Constructors

DelayedEvent({String? cause, List<String>? metrics})
DelayedEvent.fromJson(Map _json)

Properties

cause String?
A textual description of the cause of the delay.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
metrics List<String>?
If the delay was caused by a resource shortage, this field lists the Compute Engine metrics that are preventing this operation from running (for example, CPUS or INSTANCES).
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