GoogleDevtoolsRemoteworkersV1test2CommandOutputs class
DEPRECATED - use CommandResult instead. Describes the actual outputs from the task.
Constructors
Properties
- exitCode ↔ int
-
exit_code is only fully reliable if the status' code is OK. If the task
exceeded its deadline or was cancelled, the process may still produce an
exit code as it is cancelled, and this will be populated, but a successful
(zero) is unlikely to be correct unless the status code is OK.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- outputs ↔ GoogleDevtoolsRemoteworkersV1test2Digest
-
The output files. The blob referenced by the digest should contain one of
the following (implementation-dependent): * A marshalled DirectoryMetadata
of the returned filesystem * A LUCI-style .isolated file
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
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