Interface VulnerabilityAssessmentNote.ProductOrBuilder (2.42.0)

public static interface VulnerabilityAssessmentNote.ProductOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getGenericUri()

public abstract String getGenericUri()

Contains a URI which is vendor-specific. Example: The artifact repository URL of an image.

string generic_uri = 3;

Returns
TypeDescription
String

The genericUri.

getGenericUriBytes()

public abstract ByteString getGenericUriBytes()

Contains a URI which is vendor-specific. Example: The artifact repository URL of an image.

string generic_uri = 3;

Returns
TypeDescription
ByteString

The bytes for genericUri.

getId()

public abstract String getId()

Token that identifies a product so that it can be referred to from other parts in the document. There is no predefined format as long as it uniquely identifies a group in the context of the current document.

string id = 2;

Returns
TypeDescription
String

The id.

getIdBytes()

public abstract ByteString getIdBytes()

Token that identifies a product so that it can be referred to from other parts in the document. There is no predefined format as long as it uniquely identifies a group in the context of the current document.

string id = 2;

Returns
TypeDescription
ByteString

The bytes for id.

getIdentifierCase()

public abstract VulnerabilityAssessmentNote.Product.IdentifierCase getIdentifierCase()
Returns
TypeDescription
VulnerabilityAssessmentNote.Product.IdentifierCase

getName()

public abstract String getName()

Name of the product.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Name of the product.

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

hasGenericUri()

public abstract boolean hasGenericUri()

Contains a URI which is vendor-specific. Example: The artifact repository URL of an image.

string generic_uri = 3;

Returns
TypeDescription
boolean

Whether the genericUri field is set.