GoogleApi.RemoteBuildExecution.V2.Model.BuildBazelRemoteExecutionV2OutputFile (google_api_remote_build_execution v0.20.0) 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:GoogleApi.RemoteBuildExecution.V2.Model.BuildBazelRemoteExecutionV2NodeProperties.t
, default:nil
) - -
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
Specs
t() :: %GoogleApi.RemoteBuildExecution.V2.Model.BuildBazelRemoteExecutionV2OutputFile{ contents: String.t() | nil, digest: GoogleApi.RemoteBuildExecution.V2.Model.BuildBazelRemoteExecutionV2Digest.t() | nil, isExecutable: boolean() | nil, nodeProperties: GoogleApi.RemoteBuildExecution.V2.Model.BuildBazelRemoteExecutionV2NodeProperties.t() | nil, path: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.