google_api_remote_build_execution v0.6.1 GoogleApi.RemoteBuildExecution.V2.Model.BuildBazelRemoteExecutionV2FileNode 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
Link to this type
t()
View Sourcet() :: %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
Unwrap a decoded JSON object into its complex fields.