google_api_remote_build_execution v0.6.1 GoogleApi.RemoteBuildExecution.V2.Model.BuildBazelRemoteExecutionV2OutputDirectory View Source
An OutputDirectory
is the output in an ActionResult
corresponding to a
directory's full contents rather than a single file.
Attributes
path
(type:String.t
, default:nil
) - The full path of the directory relative to the working directory. The path separator is a forward slash/
. Since this is a relative path, it MUST NOT begin with a leading forward slash. The empty string value is allowed, and it denotes the entire working directory.treeDigest
(type:GoogleApi.RemoteBuildExecution.V2.Model.BuildBazelRemoteExecutionV2Digest.t
, default:nil
) - The digest of the encoded Tree proto containing the directory's contents.
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.BuildBazelRemoteExecutionV2OutputDirectory{ path: String.t(), treeDigest: GoogleApi.RemoteBuildExecution.V2.Model.BuildBazelRemoteExecutionV2Digest.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.