public final class Risk extends GeneratedMessage implements RiskOrBuilder
Protobuf type grafeas.v1.Risk
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Risk.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected Risk.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()
public Risk.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides