Current section

Files

Jump to
sbom lib sbom cyclonedx v15 volume.pb.ex
Raw

lib/sbom/cyclonedx/v15/volume.pb.ex

defmodule SBoM.Cyclonedx.V15.Volume do
@moduledoc false
use Protobuf, protoc_gen_elixir_version: "0.15.0", syntax: :proto3
field(:uid, 1, proto3_optional: true, type: :string)
field(:name, 2, proto3_optional: true, type: :string)
field(:mode, 3, proto3_optional: true, type: SBoM.Cyclonedx.V15.Volume.VolumeMode, enum: true)
field(:path, 4, proto3_optional: true, type: :string)
field(:sizeAllocated, 5, proto3_optional: true, type: :string)
field(:persistent, 6, proto3_optional: true, type: :bool)
field(:remote, 7, proto3_optional: true, type: :bool)
field(:properties, 8, repeated: true, type: SBoM.Cyclonedx.V15.Property)
end