A list of software and hardware components used as tools
from field: repeated cyclonedx.v1_6.Component components = 6;
DEPRECATED - DO NOT USE - Provides the ability to document external references related to the tool.
from field: repeated cyclonedx.v1_6.ExternalReference external_references = 5 [deprecated = true];
DEPRECATED - DO NOT USE
from field: repeated cyclonedx.v1_6.Hash hashes = 4 [deprecated = true];
Optional
nameDEPRECATED - DO NOT USE - The name of the tool used to create the BOM.
from field: optional string name = 2 [deprecated = true];
A list of services used as tools. This may include microservices, function-as-a-service, and other types of network or intra-process services.
from field: repeated cyclonedx.v1_6.Service services = 7;
Optional
vendorDEPRECATED - DO NOT USE - The vendor of the tool used to create the BOM.
from field: optional string vendor = 1 [deprecated = true];
Optional
versionDEPRECATED - DO NOT USE - The version of the tool used to create the BOM.
from field: optional string version = 3 [deprecated = true];
Static
Readonly
fieldsStatic
Readonly
runtimeStatic
Readonly
typeParse from binary data, merging fields.
Repeated fields are appended. Map entries are added, overwriting existing keys.
If a message field is already present, it will be merged with the new data.
Optional
options: Partial<BinaryReadOptions>Protected
toJSONOverride for serialization behavior. This will be invoked when calling JSON.stringify on this message (i.e. JSON.stringify(msg)).
Note that this will not serialize google.protobuf.Any with a packed message because the protobuf JSON format specifies that it needs to be unpacked, and this is only possible with a type registry to look up the message type. As a result, attempting to serialize a message with this type will throw an Error.
This method is protected because you should not need to invoke it directly -- instead use JSON.stringify or toJsonString for stringified JSON. Alternatively, if actual JSON is desired, you should use toJson.
Static
equalsStatic
fromStatic
fromStatic
from
Specifies a tool (manual or automated).
Generated
from message cyclonedx.v1_6.Tool