public static interface VulnerabilityNote.WindowsDetailOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getCpeUri()
Required.
|
ByteString |
getCpeUriBytes()
Required.
|
String |
getDescription()
The description of this vulnerability.
|
ByteString |
getDescriptionBytes()
The description of this vulnerability.
|
VulnerabilityNote.WindowsDetail.KnowledgeBase |
getFixingKbs(int index)
Required.
|
int |
getFixingKbsCount()
Required.
|
List<VulnerabilityNote.WindowsDetail.KnowledgeBase> |
getFixingKbsList()
Required.
|
VulnerabilityNote.WindowsDetail.KnowledgeBaseOrBuilder |
getFixingKbsOrBuilder(int index)
Required.
|
List<? extends VulnerabilityNote.WindowsDetail.KnowledgeBaseOrBuilder> |
getFixingKbsOrBuilderList()
Required.
|
String |
getName()
Required.
|
ByteString |
getNameBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getCpeUri()
Required. The [CPE URI](https://cpe.mitre.org/specification/) this vulnerability affects.
string cpe_uri = 1;
ByteString getCpeUriBytes()
Required. The [CPE URI](https://cpe.mitre.org/specification/) this vulnerability affects.
string cpe_uri = 1;
String getName()
Required. The name of this vulnerability.
string name = 2;
ByteString getNameBytes()
Required. The name of this vulnerability.
string name = 2;
String getDescription()
The description of this vulnerability.
string description = 3;
ByteString getDescriptionBytes()
The description of this vulnerability.
string description = 3;
List<VulnerabilityNote.WindowsDetail.KnowledgeBase> getFixingKbsList()
Required. The names of the KBs which have hotfixes to mitigate this vulnerability. Note that there may be multiple hotfixes (and thus multiple KBs) that mitigate a given vulnerability. Currently any listed KBs presence is considered a fix.
repeated .grafeas.v1.VulnerabilityNote.WindowsDetail.KnowledgeBase fixing_kbs = 4;
VulnerabilityNote.WindowsDetail.KnowledgeBase getFixingKbs(int index)
Required. The names of the KBs which have hotfixes to mitigate this vulnerability. Note that there may be multiple hotfixes (and thus multiple KBs) that mitigate a given vulnerability. Currently any listed KBs presence is considered a fix.
repeated .grafeas.v1.VulnerabilityNote.WindowsDetail.KnowledgeBase fixing_kbs = 4;
int getFixingKbsCount()
Required. The names of the KBs which have hotfixes to mitigate this vulnerability. Note that there may be multiple hotfixes (and thus multiple KBs) that mitigate a given vulnerability. Currently any listed KBs presence is considered a fix.
repeated .grafeas.v1.VulnerabilityNote.WindowsDetail.KnowledgeBase fixing_kbs = 4;
List<? extends VulnerabilityNote.WindowsDetail.KnowledgeBaseOrBuilder> getFixingKbsOrBuilderList()
Required. The names of the KBs which have hotfixes to mitigate this vulnerability. Note that there may be multiple hotfixes (and thus multiple KBs) that mitigate a given vulnerability. Currently any listed KBs presence is considered a fix.
repeated .grafeas.v1.VulnerabilityNote.WindowsDetail.KnowledgeBase fixing_kbs = 4;
VulnerabilityNote.WindowsDetail.KnowledgeBaseOrBuilder getFixingKbsOrBuilder(int index)
Required. The names of the KBs which have hotfixes to mitigate this vulnerability. Note that there may be multiple hotfixes (and thus multiple KBs) that mitigate a given vulnerability. Currently any listed KBs presence is considered a fix.
repeated .grafeas.v1.VulnerabilityNote.WindowsDetail.KnowledgeBase fixing_kbs = 4;
Copyright © 2019 Google LLC. All rights reserved.