Stage class final

Each Stage of the deployment process

Constructors

Stage({Stage_Name name = Stage_Name.$default, String message = '', Stage_State state = Stage_State.$default, String resource = '', String resourceUri = '', List<StateMessage> stateMessages = const []})
Stage.fromJson(Object? j)
factory

Properties

hashCode → int
The hash code for this object.
no setterinherited
message → String
Message describing the Stage
final
name → Stage_Name
Name of the Stage. This will be unique for each Stage.
final
qualifiedName → String
The fully qualified name of this message, i.e., google.protobuf.Duration or google.rpc.ErrorInfo.
finalinherited
resource → String
Resource of the Stage
final
resourceUri → String
Link to the current Stage resource
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
state → Stage_State
Current state of the Stage
final
stateMessages → List<StateMessage>
State messages from the current Stage.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Object
toString() → String
A string representation of this object.
override

Operators

operator ==(Object other) → bool
The equality operator.
inherited

Constants

fullyQualifiedName → const String