- 2.54.0 (latest)
- 2.53.0
- 2.52.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.5
- 2.3.1
- 2.2.3
- 2.1.3
public static final class VulnerabilityNote.WindowsDetail.Builder extends GeneratedMessageV3.Builder<VulnerabilityNote.WindowsDetail.Builder> implements VulnerabilityNote.WindowsDetailOrBuilder
Protobuf type grafeas.v1.VulnerabilityNote.WindowsDetail
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > VulnerabilityNote.WindowsDetail.BuilderImplements
VulnerabilityNote.WindowsDetailOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addAllFixingKbs(Iterable<? extends VulnerabilityNote.WindowsDetail.KnowledgeBase> values)
public VulnerabilityNote.WindowsDetail.Builder addAllFixingKbs(Iterable<? extends VulnerabilityNote.WindowsDetail.KnowledgeBase> values)
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;
Name | Description |
values | Iterable<? extends io.grafeas.v1.VulnerabilityNote.WindowsDetail.KnowledgeBase> |
Type | Description |
VulnerabilityNote.WindowsDetail.Builder |
addFixingKbs(int index, VulnerabilityNote.WindowsDetail.KnowledgeBase value)
public VulnerabilityNote.WindowsDetail.Builder addFixingKbs(int index, VulnerabilityNote.WindowsDetail.KnowledgeBase value)
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;
Name | Description |
index | int |
value | VulnerabilityNote.WindowsDetail.KnowledgeBase |
Type | Description |
VulnerabilityNote.WindowsDetail.Builder |
addFixingKbs(int index, VulnerabilityNote.WindowsDetail.KnowledgeBase.Builder builderForValue)
public VulnerabilityNote.WindowsDetail.Builder addFixingKbs(int index, VulnerabilityNote.WindowsDetail.KnowledgeBase.Builder builderForValue)
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;
Name | Description |
index | int |
builderForValue | VulnerabilityNote.WindowsDetail.KnowledgeBase.Builder |
Type | Description |
VulnerabilityNote.WindowsDetail.Builder |
addFixingKbs(VulnerabilityNote.WindowsDetail.KnowledgeBase value)
public VulnerabilityNote.WindowsDetail.Builder addFixingKbs(VulnerabilityNote.WindowsDetail.KnowledgeBase value)
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;
Name | Description |
value | VulnerabilityNote.WindowsDetail.KnowledgeBase |
Type | Description |
VulnerabilityNote.WindowsDetail.Builder |
addFixingKbs(VulnerabilityNote.WindowsDetail.KnowledgeBase.Builder builderForValue)
public VulnerabilityNote.WindowsDetail.Builder addFixingKbs(VulnerabilityNote.WindowsDetail.KnowledgeBase.Builder builderForValue)
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;
Name | Description |
builderForValue | VulnerabilityNote.WindowsDetail.KnowledgeBase.Builder |
Type | Description |
VulnerabilityNote.WindowsDetail.Builder |
addFixingKbsBuilder()
public VulnerabilityNote.WindowsDetail.KnowledgeBase.Builder addFixingKbsBuilder()
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;
Type | Description |
VulnerabilityNote.WindowsDetail.KnowledgeBase.Builder |
addFixingKbsBuilder(int index)
public VulnerabilityNote.WindowsDetail.KnowledgeBase.Builder addFixingKbsBuilder(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;
Name | Description |
index | int |
Type | Description |
VulnerabilityNote.WindowsDetail.KnowledgeBase.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public VulnerabilityNote.WindowsDetail.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
VulnerabilityNote.WindowsDetail.Builder |
build()
public VulnerabilityNote.WindowsDetail build()
Type | Description |
VulnerabilityNote.WindowsDetail |
buildPartial()
public VulnerabilityNote.WindowsDetail buildPartial()
Type | Description |
VulnerabilityNote.WindowsDetail |
clear()
public VulnerabilityNote.WindowsDetail.Builder clear()
Type | Description |
VulnerabilityNote.WindowsDetail.Builder |
clearCpeUri()
public VulnerabilityNote.WindowsDetail.Builder clearCpeUri()
Required. The CPE URI this vulnerability affects.
string cpe_uri = 1;
Type | Description |
VulnerabilityNote.WindowsDetail.Builder | This builder for chaining. |
clearDescription()
public VulnerabilityNote.WindowsDetail.Builder clearDescription()
The description of this vulnerability.
string description = 3;
Type | Description |
VulnerabilityNote.WindowsDetail.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public VulnerabilityNote.WindowsDetail.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
VulnerabilityNote.WindowsDetail.Builder |
clearFixingKbs()
public VulnerabilityNote.WindowsDetail.Builder clearFixingKbs()
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;
Type | Description |
VulnerabilityNote.WindowsDetail.Builder |
clearName()
public VulnerabilityNote.WindowsDetail.Builder clearName()
Required. The name of this vulnerability.
string name = 2;
Type | Description |
VulnerabilityNote.WindowsDetail.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public VulnerabilityNote.WindowsDetail.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
VulnerabilityNote.WindowsDetail.Builder |
clone()
public VulnerabilityNote.WindowsDetail.Builder clone()
Type | Description |
VulnerabilityNote.WindowsDetail.Builder |
getCpeUri()
public String getCpeUri()
Required. The CPE URI this vulnerability affects.
string cpe_uri = 1;
Type | Description |
String | The cpeUri. |
getCpeUriBytes()
public ByteString getCpeUriBytes()
Required. The CPE URI this vulnerability affects.
string cpe_uri = 1;
Type | Description |
ByteString | The bytes for cpeUri. |
getDefaultInstanceForType()
public VulnerabilityNote.WindowsDetail getDefaultInstanceForType()
Type | Description |
VulnerabilityNote.WindowsDetail |
getDescription()
public String getDescription()
The description of this vulnerability.
string description = 3;
Type | Description |
String | The description. |
getDescriptionBytes()
public ByteString getDescriptionBytes()
The description of this vulnerability.
string description = 3;
Type | Description |
ByteString | The bytes for description. |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getFixingKbs(int index)
public 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;
Name | Description |
index | int |
Type | Description |
VulnerabilityNote.WindowsDetail.KnowledgeBase |
getFixingKbsBuilder(int index)
public VulnerabilityNote.WindowsDetail.KnowledgeBase.Builder getFixingKbsBuilder(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;
Name | Description |
index | int |
Type | Description |
VulnerabilityNote.WindowsDetail.KnowledgeBase.Builder |
getFixingKbsBuilderList()
public List<VulnerabilityNote.WindowsDetail.KnowledgeBase.Builder> getFixingKbsBuilderList()
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;
Type | Description |
List<Builder> |
getFixingKbsCount()
public 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;
Type | Description |
int |
getFixingKbsList()
public 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;
Type | Description |
List<KnowledgeBase> |
getFixingKbsOrBuilder(int index)
public 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;
Name | Description |
index | int |
Type | Description |
VulnerabilityNote.WindowsDetail.KnowledgeBaseOrBuilder |
getFixingKbsOrBuilderList()
public 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;
Type | Description |
List<? extends io.grafeas.v1.VulnerabilityNote.WindowsDetail.KnowledgeBaseOrBuilder> |
getName()
public String getName()
Required. The name of this vulnerability.
string name = 2;
Type | Description |
String | The name. |
getNameBytes()
public ByteString getNameBytes()
Required. The name of this vulnerability.
string name = 2;
Type | Description |
ByteString | The bytes for name. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public VulnerabilityNote.WindowsDetail.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
VulnerabilityNote.WindowsDetail.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public VulnerabilityNote.WindowsDetail.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
VulnerabilityNote.WindowsDetail.Builder |
mergeFrom(VulnerabilityNote.WindowsDetail other)
public VulnerabilityNote.WindowsDetail.Builder mergeFrom(VulnerabilityNote.WindowsDetail other)
Name | Description |
other | VulnerabilityNote.WindowsDetail |
Type | Description |
VulnerabilityNote.WindowsDetail.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final VulnerabilityNote.WindowsDetail.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
VulnerabilityNote.WindowsDetail.Builder |
removeFixingKbs(int index)
public VulnerabilityNote.WindowsDetail.Builder removeFixingKbs(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;
Name | Description |
index | int |
Type | Description |
VulnerabilityNote.WindowsDetail.Builder |
setCpeUri(String value)
public VulnerabilityNote.WindowsDetail.Builder setCpeUri(String value)
Required. The CPE URI this vulnerability affects.
string cpe_uri = 1;
Name | Description |
value | String The cpeUri to set. |
Type | Description |
VulnerabilityNote.WindowsDetail.Builder | This builder for chaining. |
setCpeUriBytes(ByteString value)
public VulnerabilityNote.WindowsDetail.Builder setCpeUriBytes(ByteString value)
Required. The CPE URI this vulnerability affects.
string cpe_uri = 1;
Name | Description |
value | ByteString The bytes for cpeUri to set. |
Type | Description |
VulnerabilityNote.WindowsDetail.Builder | This builder for chaining. |
setDescription(String value)
public VulnerabilityNote.WindowsDetail.Builder setDescription(String value)
The description of this vulnerability.
string description = 3;
Name | Description |
value | String The description to set. |
Type | Description |
VulnerabilityNote.WindowsDetail.Builder | This builder for chaining. |
setDescriptionBytes(ByteString value)
public VulnerabilityNote.WindowsDetail.Builder setDescriptionBytes(ByteString value)
The description of this vulnerability.
string description = 3;
Name | Description |
value | ByteString The bytes for description to set. |
Type | Description |
VulnerabilityNote.WindowsDetail.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public VulnerabilityNote.WindowsDetail.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
VulnerabilityNote.WindowsDetail.Builder |
setFixingKbs(int index, VulnerabilityNote.WindowsDetail.KnowledgeBase value)
public VulnerabilityNote.WindowsDetail.Builder setFixingKbs(int index, VulnerabilityNote.WindowsDetail.KnowledgeBase value)
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;
Name | Description |
index | int |
value | VulnerabilityNote.WindowsDetail.KnowledgeBase |
Type | Description |
VulnerabilityNote.WindowsDetail.Builder |
setFixingKbs(int index, VulnerabilityNote.WindowsDetail.KnowledgeBase.Builder builderForValue)
public VulnerabilityNote.WindowsDetail.Builder setFixingKbs(int index, VulnerabilityNote.WindowsDetail.KnowledgeBase.Builder builderForValue)
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;
Name | Description |
index | int |
builderForValue | VulnerabilityNote.WindowsDetail.KnowledgeBase.Builder |
Type | Description |
VulnerabilityNote.WindowsDetail.Builder |
setName(String value)
public VulnerabilityNote.WindowsDetail.Builder setName(String value)
Required. The name of this vulnerability.
string name = 2;
Name | Description |
value | String The name to set. |
Type | Description |
VulnerabilityNote.WindowsDetail.Builder | This builder for chaining. |
setNameBytes(ByteString value)
public VulnerabilityNote.WindowsDetail.Builder setNameBytes(ByteString value)
Required. The name of this vulnerability.
string name = 2;
Name | Description |
value | ByteString The bytes for name to set. |
Type | Description |
VulnerabilityNote.WindowsDetail.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public VulnerabilityNote.WindowsDetail.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
VulnerabilityNote.WindowsDetail.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final VulnerabilityNote.WindowsDetail.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
VulnerabilityNote.WindowsDetail.Builder |