GoogleApi.RemoteBuildExecution.V2.Model.BuildBazelRemoteExecutionV2Tree (google_api_remote_build_execution v0.15.0) 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 the root.
  • 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 section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.