GoogleApi.RemoteBuildExecution.V2.Model.GoogleDevtoolsRemotebuildbotCommandEvents (google_api_remote_build_execution v0.15.0) View Source
CommandEvents contains counters for the number of warnings and errors that occurred during the execution of a command.
Attributes
-
dockerCacheHit
(type:boolean()
, default:nil
) - Indicates whether we are using a cached Docker image (true) or had to pull the Docker image (false) for this command. -
dockerImageName
(type:String.t
, default:nil
) - Docker Image name. -
inputCacheMiss
(type:number()
, default:nil
) - The input cache miss ratio. -
numErrors
(type:String.t
, default:nil
) - The number of errors reported. -
numWarnings
(type:String.t
, default:nil
) - The number of warnings reported.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.