public static interface VulnerabilityNote.WindowsDetail.KnowledgeBaseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getName()
The KB name (generally of the form KB[0-9]+ (e.g., KB123456)).
|
ByteString |
getNameBytes()
The KB name (generally of the form KB[0-9]+ (e.g., KB123456)).
|
String |
getUrl()
A link to the KB in the [Windows update catalog]
(https://www.catalog.update.microsoft.com/).
|
ByteString |
getUrlBytes()
A link to the KB in the [Windows update catalog]
(https://www.catalog.update.microsoft.com/).
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getName()
The KB name (generally of the form KB[0-9]+ (e.g., KB123456)).
string name = 1;
ByteString getNameBytes()
The KB name (generally of the form KB[0-9]+ (e.g., KB123456)).
string name = 1;
String getUrl()
A link to the KB in the [Windows update catalog] (https://www.catalog.update.microsoft.com/).
string url = 2;
ByteString getUrlBytes()
A link to the KB in the [Windows update catalog] (https://www.catalog.update.microsoft.com/).
string url = 2;
Copyright © 2019 Google LLC. All rights reserved.