google_api_remote_build_execution v0.6.1 GoogleApi.RemoteBuildExecution.V2.Model.BuildBazelRemoteExecutionV2OutputFile View Source
An OutputFile
is similar to a
FileNode, but it is used as an
output in an ActionResult
. It allows a full file path rather than
only a name.
Attributes
contents
(type:String.t
, default:nil
) - The contents of the file if inlining was requested. The server SHOULD NOT inline file contents unless requested by the client in the GetActionResultRequest message. The server MAY omit inlining, even if requested, and MUST do so if inlining would cause the response to exceed message size limits.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.nodeProperties
(type:list(GoogleApi.RemoteBuildExecution.V2.Model.BuildBazelRemoteExecutionV2NodeProperty.t)
, default:nil
) - The supported node properties of the OutputFile, if requested by the Action.path
(type:String.t
, default:nil
) - The full path of the file relative to the working directory, including the filename. The path separator is a forward slash/
. Since this is a relative path, it MUST NOT begin with a leading forward slash.
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.BuildBazelRemoteExecutionV2OutputFile{ contents: String.t(), digest: GoogleApi.RemoteBuildExecution.V2.Model.BuildBazelRemoteExecutionV2Digest.t(), isExecutable: boolean(), nodeProperties: [ GoogleApi.RemoteBuildExecution.V2.Model.BuildBazelRemoteExecutionV2NodeProperty.t() ], path: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.