public interface SBOMReferenceNoteOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFormat()
public abstract String getFormat()The format that SBOM takes. E.g. may be spdx, cyclonedx, etc...
string format = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The format. |
getFormatBytes()
public abstract ByteString getFormatBytes()The format that SBOM takes. E.g. may be spdx, cyclonedx, etc...
string format = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for format. |
getVersion()
public abstract String getVersion()The version of the format that the SBOM takes. E.g. if the format is spdx, the version may be 2.3.
string version = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The version. |
getVersionBytes()
public abstract ByteString getVersionBytes()The version of the format that the SBOM takes. E.g. if the format is spdx, the version may be 2.3.
string version = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for version. |