- 2.54.0 (latest)
- 2.53.0
- 2.52.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.5
- 2.3.1
- 2.2.3
- 2.1.3
public interface VulnerabilityAssessmentNoteOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAssessment()
public abstract VulnerabilityAssessmentNote.Assessment getAssessment()
Represents a vulnerability assessment for the product.
.grafeas.v1.VulnerabilityAssessmentNote.Assessment assessment = 7;
Returns | |
---|---|
Type | Description |
VulnerabilityAssessmentNote.Assessment |
The assessment. |
getAssessmentOrBuilder()
public abstract VulnerabilityAssessmentNote.AssessmentOrBuilder getAssessmentOrBuilder()
Represents a vulnerability assessment for the product.
.grafeas.v1.VulnerabilityAssessmentNote.Assessment assessment = 7;
Returns | |
---|---|
Type | Description |
VulnerabilityAssessmentNote.AssessmentOrBuilder |
getLanguageCode()
public abstract String getLanguageCode()
Identifies the language used by this document, corresponding to IETF BCP 47 / RFC 5646.
string language_code = 4;
Returns | |
---|---|
Type | Description |
String |
The languageCode. |
getLanguageCodeBytes()
public abstract ByteString getLanguageCodeBytes()
Identifies the language used by this document, corresponding to IETF BCP 47 / RFC 5646.
string language_code = 4;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for languageCode. |
getLongDescription()
public abstract String getLongDescription()
A detailed description of this Vex.
string long_description = 3;
Returns | |
---|---|
Type | Description |
String |
The longDescription. |
getLongDescriptionBytes()
public abstract ByteString getLongDescriptionBytes()
A detailed description of this Vex.
string long_description = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for longDescription. |
getProduct()
public abstract VulnerabilityAssessmentNote.Product getProduct()
The product affected by this vex.
.grafeas.v1.VulnerabilityAssessmentNote.Product product = 6;
Returns | |
---|---|
Type | Description |
VulnerabilityAssessmentNote.Product |
The product. |
getProductOrBuilder()
public abstract VulnerabilityAssessmentNote.ProductOrBuilder getProductOrBuilder()
The product affected by this vex.
.grafeas.v1.VulnerabilityAssessmentNote.Product product = 6;
Returns | |
---|---|
Type | Description |
VulnerabilityAssessmentNote.ProductOrBuilder |
getPublisher()
public abstract VulnerabilityAssessmentNote.Publisher getPublisher()
Publisher details of this Note.
.grafeas.v1.VulnerabilityAssessmentNote.Publisher publisher = 5;
Returns | |
---|---|
Type | Description |
VulnerabilityAssessmentNote.Publisher |
The publisher. |
getPublisherOrBuilder()
public abstract VulnerabilityAssessmentNote.PublisherOrBuilder getPublisherOrBuilder()
Publisher details of this Note.
.grafeas.v1.VulnerabilityAssessmentNote.Publisher publisher = 5;
Returns | |
---|---|
Type | Description |
VulnerabilityAssessmentNote.PublisherOrBuilder |
getShortDescription()
public abstract String getShortDescription()
A one sentence description of this Vex.
string short_description = 2;
Returns | |
---|---|
Type | Description |
String |
The shortDescription. |
getShortDescriptionBytes()
public abstract ByteString getShortDescriptionBytes()
A one sentence description of this Vex.
string short_description = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for shortDescription. |
getTitle()
public abstract String getTitle()
The title of the note. E.g. Vex-Debian-11.4
string title = 1;
Returns | |
---|---|
Type | Description |
String |
The title. |
getTitleBytes()
public abstract ByteString getTitleBytes()
The title of the note. E.g. Vex-Debian-11.4
string title = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for title. |
hasAssessment()
public abstract boolean hasAssessment()
Represents a vulnerability assessment for the product.
.grafeas.v1.VulnerabilityAssessmentNote.Assessment assessment = 7;
Returns | |
---|---|
Type | Description |
boolean |
Whether the assessment field is set. |
hasProduct()
public abstract boolean hasProduct()
The product affected by this vex.
.grafeas.v1.VulnerabilityAssessmentNote.Product product = 6;
Returns | |
---|---|
Type | Description |
boolean |
Whether the product field is set. |
hasPublisher()
public abstract boolean hasPublisher()
Publisher details of this Note.
.grafeas.v1.VulnerabilityAssessmentNote.Publisher publisher = 5;
Returns | |
---|---|
Type | Description |
boolean |
Whether the publisher field is set. |