google_api_remote_build_execution v0.7.0 GoogleApi.RemoteBuildExecution.V2.Model.BuildBazelRemoteExecutionV2ExecuteOperationMetadata View Source
Metadata about an ongoing execution, which will be contained in the metadata field of the Operation.
Attributes
actionDigest
(type:GoogleApi.RemoteBuildExecution.V2.Model.BuildBazelRemoteExecutionV2Digest.t
, default:nil
) - The digest of the Action being executed.stage
(type:String.t
, default:nil
) - The current stage of execution.stderrStreamName
(type:String.t
, default:nil
) - If set, the client can use this name with ByteStream.Read to stream the standard error.stdoutStreamName
(type:String.t
, default:nil
) - If set, the client can use this name with ByteStream.Read to stream the standard output.
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 Sourcet() :: %GoogleApi.RemoteBuildExecution.V2.Model.BuildBazelRemoteExecutionV2ExecuteOperationMetadata{ actionDigest: GoogleApi.RemoteBuildExecution.V2.Model.BuildBazelRemoteExecutionV2Digest.t(), stage: String.t(), stderrStreamName: String.t(), stdoutStreamName: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.