GoogleApi.RemoteBuildExecution.V2.Model.GoogleDevtoolsRemoteworkersV1test2CommandTask (google_api_remote_build_execution v0.23.0) View Source
Describes a shell-style task to execute, suitable for providing as the Bots interface's Lease.payload field.
Attributes
-
expectedOutputs(type:GoogleApi.RemoteBuildExecution.V2.Model.GoogleDevtoolsRemoteworkersV1test2CommandTaskOutputs.t, default:nil) - The expected outputs from the task. -
inputs(type:GoogleApi.RemoteBuildExecution.V2.Model.GoogleDevtoolsRemoteworkersV1test2CommandTaskInputs.t, default:nil) - The inputs to the task. -
timeouts(type:GoogleApi.RemoteBuildExecution.V2.Model.GoogleDevtoolsRemoteworkersV1test2CommandTaskTimeouts.t, default:nil) - The timeouts of this task.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() ::
%GoogleApi.RemoteBuildExecution.V2.Model.GoogleDevtoolsRemoteworkersV1test2CommandTask{
expectedOutputs:
GoogleApi.RemoteBuildExecution.V2.Model.GoogleDevtoolsRemoteworkersV1test2CommandTaskOutputs.t()
| nil,
inputs:
GoogleApi.RemoteBuildExecution.V2.Model.GoogleDevtoolsRemoteworkersV1test2CommandTaskInputs.t()
| nil,
timeouts:
GoogleApi.RemoteBuildExecution.V2.Model.GoogleDevtoolsRemoteworkersV1test2CommandTaskTimeouts.t()
| nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.