Send feedback
Class Risk (2.83.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latestkeyboard_arrow_down
public final class Risk extends GeneratedMessageV3 implements RiskOrBuilder
Protobuf type grafeas.v1.Risk
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
CISA_KEV_FIELD_NUMBER
public static final int CISA_KEV_FIELD_NUMBER
Field Value
Type
Description
int
EPSS_FIELD_NUMBER
public static final int EPSS_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static Risk getDefaultInstance ()
Returns
Type
Description
Risk
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static Risk . Builder newBuilder ()
newBuilder(Risk prototype)
public static Risk . Builder newBuilder ( Risk prototype )
Parameter
Name
Description
prototype
Risk
public static Risk parseDelimitedFrom ( InputStream input )
Returns
Type
Description
Risk
public static Risk parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Risk
parseFrom(byte[] data)
public static Risk parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
Returns
Type
Description
Risk
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Risk parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Risk
parseFrom(ByteString data)
public static Risk parseFrom ( ByteString data )
Returns
Type
Description
Risk
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Risk parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Risk
public static Risk parseFrom ( CodedInputStream input )
Returns
Type
Description
Risk
public static Risk parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Risk
public static Risk parseFrom ( InputStream input )
Returns
Type
Description
Risk
public static Risk parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Risk
parseFrom(ByteBuffer data)
public static Risk parseFrom ( ByteBuffer data )
Returns
Type
Description
Risk
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Risk parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Risk
parser()
public static Parser<Risk> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getCisaKev()
public CISAKnownExploitedVulnerabilities getCisaKev ()
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 ()
Returns
Type
Description
Risk
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;
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;
getParserForType()
public Parser<Risk> getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
hasCisaKev()
public boolean hasCisaKev ()
CISA maintains the authoritative source of vulnerabilities that have been
exploited in the wild.
.grafeas.v1.CISAKnownExploitedVulnerabilities cisa_kev = 1;
Returns
Type
Description
boolean
Whether the cisaKev field is set.
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;
Returns
Type
Description
boolean
Whether the epss field is set.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public Risk . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Risk . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public Risk . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-01-21 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-01-21 UTC."],[],[]]