google_api_remote_build_execution v0.7.0 GoogleApi.RemoteBuildExecution.V2.Model.BuildBazelRemoteExecutionV2Tree View Source
A Tree
contains all the
Directory protos in a
single directory Merkle tree, compressed into one message.
Attributes
children
(type:list(GoogleApi.RemoteBuildExecution.V2.Model.BuildBazelRemoteExecutionV2Directory.t)
, default:nil
) - All the child directories: the directories referred to by the root and, recursively, all its children. In order to reconstruct the directory tree, the client must take the digests of each of the child directories and then build up a tree starting from theroot
.root
(type:GoogleApi.RemoteBuildExecution.V2.Model.BuildBazelRemoteExecutionV2Directory.t
, default:nil
) - The root directory in the tree.
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.BuildBazelRemoteExecutionV2Tree{ children: [ GoogleApi.RemoteBuildExecution.V2.Model.BuildBazelRemoteExecutionV2Directory.t() ], root: GoogleApi.RemoteBuildExecution.V2.Model.BuildBazelRemoteExecutionV2Directory.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.