Interface SBOMReferenceNoteOrBuilder (2.56.0)

  public 
  
 interface 
 SBOMReferenceNoteOrBuilder 
  
 extends 
  
 MessageOrBuilder 
 

Implements

MessageOrBuilder

Methods

getFormat()

  public 
  
 abstract 
  
 String 
  
 getFormat 
 () 
 

The format that SBOM takes. E.g. may be spdx, cyclonedx, etc...

string format = 1;

Returns
Type
Description

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

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

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

The bytes for version.

Design a Mobile Site
View Site in Mobile | Classic
Share by: