public
static
final
class
Risk
.
Builder
extends
GeneratedMessage
.
Builder<Risk
.
Builder
>
implements
RiskOrBuilder
Protobuf type grafeas.v1.Risk
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > Risk.BuilderImplements
RiskOrBuilderStatic Methods
getDescriptor()
public
static
final
Descriptors
.
Descriptor
getDescriptor
()
Methods
build()
public
Risk
build
()
buildPartial()
public
Risk
buildPartial
()
clear()
public
Risk
.
Builder
clear
()
clearCisaKev()
public
Risk
.
Builder
clearCisaKev
()
CISA maintains the authoritative source of vulnerabilities that have been exploited in the wild.
.grafeas.v1.CISAKnownExploitedVulnerabilities cisa_kev = 1;
clearEpss()
public
Risk
.
Builder
clearEpss
()
The Exploit Prediction Scoring System (EPSS) estimates the likelihood (probability) that a software vulnerability will be exploited in the wild.
.grafeas.v1.ExploitPredictionScoringSystem epss = 2;
getCisaKev()
public
CISAKnownExploitedVulnerabilities
getCisaKev
()
CISA maintains the authoritative source of vulnerabilities that have been exploited in the wild.
.grafeas.v1.CISAKnownExploitedVulnerabilities cisa_kev = 1;
getCisaKevBuilder()
public
CISAKnownExploitedVulnerabilities
.
Builder
getCisaKevBuilder
()
CISA maintains the authoritative source of vulnerabilities that have been exploited in the wild.
.grafeas.v1.CISAKnownExploitedVulnerabilities cisa_kev = 1;
getCisaKevOrBuilder()
public
CISAKnownExploitedVulnerabilitiesOrBuilder
getCisaKevOrBuilder
()
CISA maintains the authoritative source of vulnerabilities that have been exploited in the wild.
.grafeas.v1.CISAKnownExploitedVulnerabilities cisa_kev = 1;
getDefaultInstanceForType()
public
Risk
getDefaultInstanceForType
()
getDescriptorForType()
public
Descriptors
.
Descriptor
getDescriptorForType
()
getEpss()
public
ExploitPredictionScoringSystem
getEpss
()
The Exploit Prediction Scoring System (EPSS) estimates the likelihood (probability) that a software vulnerability will be exploited in the wild.
.grafeas.v1.ExploitPredictionScoringSystem epss = 2;
getEpssBuilder()
public
ExploitPredictionScoringSystem
.
Builder
getEpssBuilder
()
The Exploit Prediction Scoring System (EPSS) estimates the likelihood (probability) that a software vulnerability will be exploited in the wild.
.grafeas.v1.ExploitPredictionScoringSystem epss = 2;
getEpssOrBuilder()
public
ExploitPredictionScoringSystemOrBuilder
getEpssOrBuilder
()
The Exploit Prediction Scoring System (EPSS) estimates the likelihood (probability) that a software vulnerability will be exploited in the wild.
.grafeas.v1.ExploitPredictionScoringSystem epss = 2;
hasCisaKev()
public
boolean
hasCisaKev
()
CISA maintains the authoritative source of vulnerabilities that have been exploited in the wild.
.grafeas.v1.CISAKnownExploitedVulnerabilities cisa_kev = 1;
hasEpss()
public
boolean
hasEpss
()
The Exploit Prediction Scoring System (EPSS) estimates the likelihood (probability) that a software vulnerability will be exploited in the wild.
.grafeas.v1.ExploitPredictionScoringSystem epss = 2;
internalGetFieldAccessorTable()
protected
GeneratedMessage
.
FieldAccessorTable
internalGetFieldAccessorTable
()
isInitialized()
public
final
boolean
isInitialized
()
mergeCisaKev(CISAKnownExploitedVulnerabilities value)
public
Risk
.
Builder
mergeCisaKev
(
CISAKnownExploitedVulnerabilities
value
)
CISA maintains the authoritative source of vulnerabilities that have been exploited in the wild.
.grafeas.v1.CISAKnownExploitedVulnerabilities cisa_kev = 1;
mergeEpss(ExploitPredictionScoringSystem value)
public
Risk
.
Builder
mergeEpss
(
ExploitPredictionScoringSystem
value
)
The Exploit Prediction Scoring System (EPSS) estimates the likelihood (probability) that a software vulnerability will be exploited in the wild.
.grafeas.v1.ExploitPredictionScoringSystem epss = 2;
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public
Risk
.
Builder
mergeFrom
(
CodedInputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
mergeFrom(Message other)
public
Risk
.
Builder
mergeFrom
(
Message
other
)
mergeFrom(Risk other)
public
Risk
.
Builder
mergeFrom
(
Risk
other
)
setCisaKev(CISAKnownExploitedVulnerabilities value)
public
Risk
.
Builder
setCisaKev
(
CISAKnownExploitedVulnerabilities
value
)
CISA maintains the authoritative source of vulnerabilities that have been exploited in the wild.
.grafeas.v1.CISAKnownExploitedVulnerabilities cisa_kev = 1;
setCisaKev(CISAKnownExploitedVulnerabilities.Builder builderForValue)
public
Risk
.
Builder
setCisaKev
(
CISAKnownExploitedVulnerabilities
.
Builder
builderForValue
)
CISA maintains the authoritative source of vulnerabilities that have been exploited in the wild.
.grafeas.v1.CISAKnownExploitedVulnerabilities cisa_kev = 1;
setEpss(ExploitPredictionScoringSystem value)
public
Risk
.
Builder
setEpss
(
ExploitPredictionScoringSystem
value
)
The Exploit Prediction Scoring System (EPSS) estimates the likelihood (probability) that a software vulnerability will be exploited in the wild.
.grafeas.v1.ExploitPredictionScoringSystem epss = 2;
setEpss(ExploitPredictionScoringSystem.Builder builderForValue)
public
Risk
.
Builder
setEpss
(
ExploitPredictionScoringSystem
.
Builder
builderForValue
)
The Exploit Prediction Scoring System (EPSS) estimates the likelihood (probability) that a software vulnerability will be exploited in the wild.
.grafeas.v1.ExploitPredictionScoringSystem epss = 2;

