GoogleApi.RemoteBuildExecution.V2.Model.BuildBazelRemoteExecutionV2FileNode (google_api_remote_build_execution v0.23.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:GoogleApi.RemoteBuildExecution.V2.Model.BuildBazelRemoteExecutionV2NodeProperties.t, default:nil) -
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()
| nil,
isExecutable: boolean() | nil,
name: String.t() | nil,
nodeProperties:
GoogleApi.RemoteBuildExecution.V2.Model.BuildBazelRemoteExecutionV2NodeProperties.t()
| nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.