Class VulnerabilityAssessmentNote.Assessment (2.19.0)

public static final class VulnerabilityAssessmentNote.Assessment extends GeneratedMessageV3 implements VulnerabilityAssessmentNote.AssessmentOrBuilder

Assessment provides all information that is related to a single vulnerability for this product.

Protobuf type grafeas.v1.VulnerabilityAssessmentNote.Assessment

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > VulnerabilityAssessmentNote.Assessment

Static Fields

CVE_FIELD_NUMBER

public static final int CVE_FIELD_NUMBER
Field Value
TypeDescription
int

IMPACTS_FIELD_NUMBER

public static final int IMPACTS_FIELD_NUMBER
Field Value
TypeDescription
int

JUSTIFICATION_FIELD_NUMBER

public static final int JUSTIFICATION_FIELD_NUMBER
Field Value
TypeDescription
int

LONG_DESCRIPTION_FIELD_NUMBER

public static final int LONG_DESCRIPTION_FIELD_NUMBER
Field Value
TypeDescription
int
public static final int RELATED_URIS_FIELD_NUMBER
Field Value
TypeDescription
int

REMEDIATIONS_FIELD_NUMBER

public static final int REMEDIATIONS_FIELD_NUMBER
Field Value
TypeDescription
int

SHORT_DESCRIPTION_FIELD_NUMBER

public static final int SHORT_DESCRIPTION_FIELD_NUMBER
Field Value
TypeDescription
int

STATE_FIELD_NUMBER

public static final int STATE_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static VulnerabilityAssessmentNote.Assessment getDefaultInstance()
Returns
TypeDescription
VulnerabilityAssessmentNote.Assessment

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static VulnerabilityAssessmentNote.Assessment.Builder newBuilder()
Returns
TypeDescription
VulnerabilityAssessmentNote.Assessment.Builder

newBuilder(VulnerabilityAssessmentNote.Assessment prototype)

public static VulnerabilityAssessmentNote.Assessment.Builder newBuilder(VulnerabilityAssessmentNote.Assessment prototype)
Parameter
NameDescription
prototypeVulnerabilityAssessmentNote.Assessment
Returns
TypeDescription
VulnerabilityAssessmentNote.Assessment.Builder

parseDelimitedFrom(InputStream input)

public static VulnerabilityAssessmentNote.Assessment parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
VulnerabilityAssessmentNote.Assessment
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static VulnerabilityAssessmentNote.Assessment parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
VulnerabilityAssessmentNote.Assessment
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static VulnerabilityAssessmentNote.Assessment parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
VulnerabilityAssessmentNote.Assessment
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static VulnerabilityAssessmentNote.Assessment parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
VulnerabilityAssessmentNote.Assessment
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static VulnerabilityAssessmentNote.Assessment parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
VulnerabilityAssessmentNote.Assessment
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static VulnerabilityAssessmentNote.Assessment parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
VulnerabilityAssessmentNote.Assessment
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static VulnerabilityAssessmentNote.Assessment parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
VulnerabilityAssessmentNote.Assessment
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static VulnerabilityAssessmentNote.Assessment parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
VulnerabilityAssessmentNote.Assessment
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static VulnerabilityAssessmentNote.Assessment parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
VulnerabilityAssessmentNote.Assessment
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static VulnerabilityAssessmentNote.Assessment parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
VulnerabilityAssessmentNote.Assessment
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static VulnerabilityAssessmentNote.Assessment parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
VulnerabilityAssessmentNote.Assessment
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static VulnerabilityAssessmentNote.Assessment parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
VulnerabilityAssessmentNote.Assessment
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<VulnerabilityAssessmentNote.Assessment> parser()
Returns
TypeDescription
Parser<Assessment>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getCve()

public String getCve()

Holds the MITRE standard Common Vulnerabilities and Exposures (CVE) tracking number for the vulnerability.

string cve = 1;

Returns
TypeDescription
String

The cve.

getCveBytes()

public ByteString getCveBytes()

Holds the MITRE standard Common Vulnerabilities and Exposures (CVE) tracking number for the vulnerability.

string cve = 1;

Returns
TypeDescription
ByteString

The bytes for cve.

getDefaultInstanceForType()

public VulnerabilityAssessmentNote.Assessment getDefaultInstanceForType()
Returns
TypeDescription
VulnerabilityAssessmentNote.Assessment

getImpacts(int index)

public String getImpacts(int index)

Contains information about the impact of this vulnerability, this will change with time.

repeated string impacts = 6;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The impacts at the given index.

getImpactsBytes(int index)

public ByteString getImpactsBytes(int index)

Contains information about the impact of this vulnerability, this will change with time.

repeated string impacts = 6;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the impacts at the given index.

getImpactsCount()

public int getImpactsCount()

Contains information about the impact of this vulnerability, this will change with time.

repeated string impacts = 6;

Returns
TypeDescription
int

The count of impacts.

getImpactsList()

public ProtocolStringList getImpactsList()

Contains information about the impact of this vulnerability, this will change with time.

repeated string impacts = 6;

Returns
TypeDescription
ProtocolStringList

A list containing the impacts.

getJustification()

public VulnerabilityAssessmentNote.Assessment.Justification getJustification()

Justification provides the justification when the state of the assessment if NOT_AFFECTED.

.grafeas.v1.VulnerabilityAssessmentNote.Assessment.Justification justification = 7;

Returns
TypeDescription
VulnerabilityAssessmentNote.Assessment.Justification

The justification.

getJustificationOrBuilder()

public VulnerabilityAssessmentNote.Assessment.JustificationOrBuilder getJustificationOrBuilder()

Justification provides the justification when the state of the assessment if NOT_AFFECTED.

.grafeas.v1.VulnerabilityAssessmentNote.Assessment.Justification justification = 7;

Returns
TypeDescription
VulnerabilityAssessmentNote.Assessment.JustificationOrBuilder

getLongDescription()

public String getLongDescription()

A detailed description of this Vex.

string long_description = 3;

Returns
TypeDescription
String

The longDescription.

getLongDescriptionBytes()

public ByteString getLongDescriptionBytes()

A detailed description of this Vex.

string long_description = 3;

Returns
TypeDescription
ByteString

The bytes for longDescription.

getParserForType()

public Parser<VulnerabilityAssessmentNote.Assessment> getParserForType()
Returns
TypeDescription
Parser<Assessment>
Overrides

getRelatedUris(int index)

public RelatedUrl getRelatedUris(int index)

Holds a list of references associated with this vulnerability item and assessment. These uris have additional information about the vulnerability and the assessment itself. E.g. Link to a document which details how this assessment concluded the state of this vulnerability.

repeated .grafeas.v1.RelatedUrl related_uris = 4;

Parameter
NameDescription
indexint
Returns
TypeDescription
RelatedUrl

getRelatedUrisCount()

public int getRelatedUrisCount()

Holds a list of references associated with this vulnerability item and assessment. These uris have additional information about the vulnerability and the assessment itself. E.g. Link to a document which details how this assessment concluded the state of this vulnerability.

repeated .grafeas.v1.RelatedUrl related_uris = 4;

Returns
TypeDescription
int

getRelatedUrisList()

public List<RelatedUrl> getRelatedUrisList()

Holds a list of references associated with this vulnerability item and assessment. These uris have additional information about the vulnerability and the assessment itself. E.g. Link to a document which details how this assessment concluded the state of this vulnerability.

repeated .grafeas.v1.RelatedUrl related_uris = 4;

Returns
TypeDescription
List<RelatedUrl>

getRelatedUrisOrBuilder(int index)

public RelatedUrlOrBuilder getRelatedUrisOrBuilder(int index)

Holds a list of references associated with this vulnerability item and assessment. These uris have additional information about the vulnerability and the assessment itself. E.g. Link to a document which details how this assessment concluded the state of this vulnerability.

repeated .grafeas.v1.RelatedUrl related_uris = 4;

Parameter
NameDescription
indexint
Returns
TypeDescription
RelatedUrlOrBuilder

getRelatedUrisOrBuilderList()

public List<? extends RelatedUrlOrBuilder> getRelatedUrisOrBuilderList()

Holds a list of references associated with this vulnerability item and assessment. These uris have additional information about the vulnerability and the assessment itself. E.g. Link to a document which details how this assessment concluded the state of this vulnerability.

repeated .grafeas.v1.RelatedUrl related_uris = 4;

Returns
TypeDescription
List<? extends io.grafeas.v1.RelatedUrlOrBuilder>

getRemediations(int index)

public VulnerabilityAssessmentNote.Assessment.Remediation getRemediations(int index)

Specifies details on how to handle (and presumably, fix) a vulnerability.

repeated .grafeas.v1.VulnerabilityAssessmentNote.Assessment.Remediation remediations = 8;

Parameter
NameDescription
indexint
Returns
TypeDescription
VulnerabilityAssessmentNote.Assessment.Remediation

getRemediationsCount()

public int getRemediationsCount()

Specifies details on how to handle (and presumably, fix) a vulnerability.

repeated .grafeas.v1.VulnerabilityAssessmentNote.Assessment.Remediation remediations = 8;

Returns
TypeDescription
int

getRemediationsList()

public List<VulnerabilityAssessmentNote.Assessment.Remediation> getRemediationsList()

Specifies details on how to handle (and presumably, fix) a vulnerability.

repeated .grafeas.v1.VulnerabilityAssessmentNote.Assessment.Remediation remediations = 8;

Returns
TypeDescription
List<Remediation>

getRemediationsOrBuilder(int index)

public VulnerabilityAssessmentNote.Assessment.RemediationOrBuilder getRemediationsOrBuilder(int index)

Specifies details on how to handle (and presumably, fix) a vulnerability.

repeated .grafeas.v1.VulnerabilityAssessmentNote.Assessment.Remediation remediations = 8;

Parameter
NameDescription
indexint
Returns
TypeDescription
VulnerabilityAssessmentNote.Assessment.RemediationOrBuilder

getRemediationsOrBuilderList()

public List<? extends VulnerabilityAssessmentNote.Assessment.RemediationOrBuilder> getRemediationsOrBuilderList()

Specifies details on how to handle (and presumably, fix) a vulnerability.

repeated .grafeas.v1.VulnerabilityAssessmentNote.Assessment.Remediation remediations = 8;

Returns
TypeDescription
List<? extends io.grafeas.v1.VulnerabilityAssessmentNote.Assessment.RemediationOrBuilder>

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getShortDescription()

public String getShortDescription()

A one sentence description of this Vex.

string short_description = 2;

Returns
TypeDescription
String

The shortDescription.

getShortDescriptionBytes()

public ByteString getShortDescriptionBytes()

A one sentence description of this Vex.

string short_description = 2;

Returns
TypeDescription
ByteString

The bytes for shortDescription.

getState()

public VulnerabilityAssessmentNote.Assessment.State getState()

Provides the state of this Vulnerability assessment.

.grafeas.v1.VulnerabilityAssessmentNote.Assessment.State state = 5;

Returns
TypeDescription
VulnerabilityAssessmentNote.Assessment.State

The state.

getStateValue()

public int getStateValue()

Provides the state of this Vulnerability assessment.

.grafeas.v1.VulnerabilityAssessmentNote.Assessment.State state = 5;

Returns
TypeDescription
int

The enum numeric value on the wire for state.

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hasJustification()

public boolean hasJustification()

Justification provides the justification when the state of the assessment if NOT_AFFECTED.

.grafeas.v1.VulnerabilityAssessmentNote.Assessment.Justification justification = 7;

Returns
TypeDescription
boolean

Whether the justification field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public VulnerabilityAssessmentNote.Assessment.Builder newBuilderForType()
Returns
TypeDescription
VulnerabilityAssessmentNote.Assessment.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected VulnerabilityAssessmentNote.Assessment.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
VulnerabilityAssessmentNote.Assessment.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public VulnerabilityAssessmentNote.Assessment.Builder toBuilder()
Returns
TypeDescription
VulnerabilityAssessmentNote.Assessment.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException