GoogleApi.RemoteBuildExecution.V2.Model.BuildBazelRemoteExecutionV2ExecuteResponse (google_api_remote_build_execution v0.23.0) View Source
The response message for Execution.Execute, which will be contained in the response field of the Operation.
Attributes
-
cachedResult
(type:boolean()
, default:nil
) - True if the result was served from cache, false if it was executed. -
message
(type:String.t
, default:nil
) - Freeform informational message with details on the execution of the action that may be displayed to the user upon failure or when requested explicitly. -
result
(type:GoogleApi.RemoteBuildExecution.V2.Model.BuildBazelRemoteExecutionV2ActionResult.t
, default:nil
) - The result of the action. -
serverLogs
(type:%{optional(String.t) => GoogleApi.RemoteBuildExecution.V2.Model.BuildBazelRemoteExecutionV2LogFile.t}
, default:nil
) - An optional list of additional log outputs the server wishes to provide. A server can use this to return execution-specific logs however it wishes. This is intended primarily to make it easier for users to debug issues that may be outside of the actual job execution, such as by identifying the worker executing the action or by providing logs from the worker's setup phase. The keys SHOULD be human readable so that a client can display them to a user. -
status
(type:GoogleApi.RemoteBuildExecution.V2.Model.GoogleRpcStatus.t
, default:nil
) - If the status has a code other thanOK
, it indicates that the action did not finish execution. For example, if the operation times out during execution, the status will have aDEADLINE_EXCEEDED
code. Servers MUST use this field for errors in execution, rather than the error field on theOperation
object. If the status code is other thanOK
, then the result MUST NOT be cached. For an error status, theresult
field is optional; the server may populate the output-, stdout-, and stderr-related fields if it has any information available, such as the stdout and stderr of a timed-out action.
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.BuildBazelRemoteExecutionV2ExecuteResponse{ cachedResult: boolean() | nil, message: String.t() | nil, result: GoogleApi.RemoteBuildExecution.V2.Model.BuildBazelRemoteExecutionV2ActionResult.t() | nil, serverLogs: %{ optional(String.t()) => GoogleApi.RemoteBuildExecution.V2.Model.BuildBazelRemoteExecutionV2LogFile.t() } | nil, status: GoogleApi.RemoteBuildExecution.V2.Model.GoogleRpcStatus.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.