GoogleApi.RemoteBuildExecution.V2.Model.GoogleDevtoolsRemoteworkersV1test2CommandTaskOutputs (google_api_remote_build_execution v0.15.0) View Source

Describes the expected outputs of the command.

Attributes

  • directories (type: list(String.t), default: nil) - A list of expected directories, relative to the execution root. All paths MUST be delimited by forward slashes.
  • files (type: list(String.t), default: nil) - A list of expected files, relative to the execution root. All paths MUST be delimited by forward slashes.
  • stderrDestination (type: String.t, default: nil) - The destination to which any stderr should be sent. The method by which the bot should send the stream contents to that destination is not defined in this API. As examples, the destination could be a file referenced in the files field in this message, or it could be a URI that must be written via the ByteStream API.
  • stdoutDestination (type: String.t, default: nil) - The destination to which any stdout should be sent. The method by which the bot should send the stream contents to that destination is not defined in this API. As examples, the destination could be a file referenced in the files field in this message, or it could be a URI that must be written via the ByteStream API.

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.GoogleDevtoolsRemoteworkersV1test2CommandTaskOutputs{
    directories: [String.t()],
    files: [String.t()],
    stderrDestination: String.t(),
    stdoutDestination: String.t()
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.