Reference documentation and code samples for the Grafeas V1 Client class SBOMReferenceNote.
The note representing an SBOM reference.
Generated from protobuf message grafeas.v1.SBOMReferenceNote
Namespace
Grafeas \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ format |
string
The format that SBOM takes. E.g. may be spdx, cyclonedx, etc... |
↳ version |
string
The version of the format that the SBOM takes. E.g. if the format is spdx, the version may be 2.3. |
getFormat
The format that SBOM takes. E.g. may be spdx, cyclonedx, etc...
Generated from protobuf field string format = 1;
Returns | |
---|---|
Type | Description |
string |
setFormat
The format that SBOM takes. E.g. may be spdx, cyclonedx, etc...
Generated from protobuf field string format = 1;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getVersion
The version of the format that the SBOM takes. E.g. if the format is spdx, the version may be 2.3.
Returns | |
---|---|
Type | Description |
string |
setVersion
The version of the format that the SBOM takes. E.g. if the format is spdx, the version may be 2.3.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |