ExecutionStatus class

ExecutionStatus represents the current state of an Execution.

Constructors

ExecutionStatus({int? cancelledCount, String? completionTime, List<GoogleCloudRunV1Condition>? conditions, int? failedCount, String? logUri, int? observedGeneration, int? retriedCount, int? runningCount, String? startTime, int? succeededCount})
ExecutionStatus.fromJson(Map json_)

Properties

cancelledCount int?
The number of tasks which reached phase Cancelled.
getter/setter pair
completionTime String?
Represents the time that the execution was completed.
getter/setter pair
conditions List<GoogleCloudRunV1Condition>?
Conditions communicate information about ongoing/complete reconciliation processes that bring the "spec" inline with the observed state of the world.
getter/setter pair
failedCount int?
The number of tasks which reached phase Failed.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
logUri String?
URI where logs for this execution can be found in Cloud Console.
getter/setter pair
observedGeneration int?
The 'generation' of the execution that was last processed by the controller.
getter/setter pair
retriedCount int?
The number of tasks which have retried at least once.
getter/setter pair
runningCount int?
The number of actively running tasks.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime String?
Represents the time that the execution started to run.
getter/setter pair
succeededCount int?
The number of tasks which reached phase Succeeded.
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