BuildBazelRemoteExecutionV2ExecuteOperationMetadata class
Metadata about an ongoing execution, which will be contained in the metadata field of the Operation.
Constructors
Properties
- actionDigest ↔ BuildBazelRemoteExecutionV2Digest
-
The digest of the Action being executed.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- stage ↔ String
-
The current stage of execution.
Possible string values are: [...]
read / write
- stderrStreamName ↔ String
-
If set, the client can use this name with ByteStream.Read to stream the
standard error.
read / write
- stdoutStreamName ↔ String
-
If set, the client can use this name with ByteStream.Read to stream the
standard output.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited