public static interface VulnerabilityAssessmentNote.ProductOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for id. |
getIdentifierCase()
public abstract VulnerabilityAssessmentNote.Product.IdentifierCase getIdentifierCase()| Returns | |
|---|---|
| Type | Description |
VulnerabilityAssessmentNote.Product.IdentifierCase |
|
getName()
public abstract String getName()Name of the product.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()Name of the product.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the genericUri field is set. |