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

A FileNode represents a single file and associated metadata.

Attributes

  • digest (type: GoogleApi.RemoteBuildExecution.V2.Model.BuildBazelRemoteExecutionV2Digest.t, default: nil) - The digest of the file's content.
  • isExecutable (type: boolean(), default: nil) - True if file is executable, false otherwise.
  • name (type: String.t, default: nil) - The name of the file.
  • nodeProperties (type: list(GoogleApi.RemoteBuildExecution.V2.Model.BuildBazelRemoteExecutionV2NodeProperty.t), default: nil) - The node properties of the FileNode.

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.BuildBazelRemoteExecutionV2FileNode{
    digest:
      GoogleApi.RemoteBuildExecution.V2.Model.BuildBazelRemoteExecutionV2Digest.t(),
    isExecutable: boolean(),
    name: String.t(),
    nodeProperties: [
      GoogleApi.RemoteBuildExecution.V2.Model.BuildBazelRemoteExecutionV2NodeProperty.t()
    ]
  }

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.