google_api_tool_results v0.4.0 GoogleApi.ToolResults.V1beta3.Model.ToolExecution View Source
An execution of an arbitrary tool. It could be a test runner or a tool copying artifacts or deploying code.
Attributes
- commandLineArguments ([String.t]): The full tokenized command line including the program name (equivalent to argv in a C program). - In response: present if set by create request - In create request: optional - In update request: never set Defaults to:
null
. - exitCode (ToolExitCode): Tool execution exit code. This field will be set once the tool has exited. - In response: present if set by create/update request - In create request: optional - In update request: optional, a FAILED_PRECONDITION error will be returned if an exit_code is already set. Defaults to:
null
. - toolLogs ([FileReference]): References to any plain text logs output the tool execution. This field can be set before the tool has exited in order to be able to have access to a live view of the logs while the tool is running. The maximum allowed number of tool logs per step is 1000. - In response: present if set by create/update request - In create request: optional - In update request: optional, any value provided will be appended to the existing list Defaults to:
null
. - toolOutputs ([ToolOutputReference]): References to opaque files of any format output by the tool execution. The maximum allowed number of tool outputs per step is 1000. - In response: present if set by create/update request - In create request: optional - In update request: optional, any value provided will be appended to the existing list Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.ToolResults.V1beta3.Model.ToolExecution{
commandLineArguments: [any()],
exitCode: GoogleApi.ToolResults.V1beta3.Model.ToolExitCode.t(),
toolLogs: [GoogleApi.ToolResults.V1beta3.Model.FileReference.t()],
toolOutputs: [GoogleApi.ToolResults.V1beta3.Model.ToolOutputReference.t()]
}
t() :: %GoogleApi.ToolResults.V1beta3.Model.ToolExecution{ commandLineArguments: [any()], exitCode: GoogleApi.ToolResults.V1beta3.Model.ToolExitCode.t(), toolLogs: [GoogleApi.ToolResults.V1beta3.Model.FileReference.t()], toolOutputs: [GoogleApi.ToolResults.V1beta3.Model.ToolOutputReference.t()] }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.