- 2.74.0 (latest)
- 2.73.0
- 2.71.0
- 2.69.0
- 2.68.0
- 2.65.0
- 2.64.0
- 2.63.0
- 2.61.0
- 2.60.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 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
final
class
WindowsUpdate
extends
GeneratedMessageV3
implements
WindowsUpdateOrBuilder
Windows Update represents the metadata about the update for the Windows operating system. The fields in this message come from the Windows Update API documented at https://docs.microsoft.com/en-us/windows/win32/api/wuapi/nn-wuapi-iupdate .
Protobuf type grafeas.v1.WindowsUpdate
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > WindowsUpdateImplements
WindowsUpdateOrBuilderStatic Fields
CATEGORIES_FIELD_NUMBER
public
static
final
int
CATEGORIES_FIELD_NUMBER
DESCRIPTION_FIELD_NUMBER
public
static
final
int
DESCRIPTION_FIELD_NUMBER
IDENTITY_FIELD_NUMBER
public
static
final
int
IDENTITY_FIELD_NUMBER
KB_ARTICLE_IDS_FIELD_NUMBER
public
static
final
int
KB_ARTICLE_IDS_FIELD_NUMBER
LAST_PUBLISHED_TIMESTAMP_FIELD_NUMBER
public
static
final
int
LAST_PUBLISHED_TIMESTAMP_FIELD_NUMBER
SUPPORT_URL_FIELD_NUMBER
public
static
final
int
SUPPORT_URL_FIELD_NUMBER
TITLE_FIELD_NUMBER
public
static
final
int
TITLE_FIELD_NUMBER
Static Methods
getDefaultInstance()
public
static
WindowsUpdate
getDefaultInstance
()
getDescriptor()
public
static
final
Descriptors
.
Descriptor
getDescriptor
()
newBuilder()
public
static
WindowsUpdate
.
Builder
newBuilder
()
newBuilder(WindowsUpdate prototype)
public
static
WindowsUpdate
.
Builder
newBuilder
(
WindowsUpdate
prototype
)
parseDelimitedFrom(InputStream input)
public
static
WindowsUpdate
parseDelimitedFrom
(
InputStream
input
)
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public
static
WindowsUpdate
parseDelimitedFrom
(
InputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(byte[] data)
public
static
WindowsUpdate
parseFrom
(
byte
[]
data
)
data
byte
[]
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public
static
WindowsUpdate
parseFrom
(
byte
[]
data
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(ByteString data)
public
static
WindowsUpdate
parseFrom
(
ByteString
data
)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public
static
WindowsUpdate
parseFrom
(
ByteString
data
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(CodedInputStream input)
public
static
WindowsUpdate
parseFrom
(
CodedInputStream
input
)
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public
static
WindowsUpdate
parseFrom
(
CodedInputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(InputStream input)
public
static
WindowsUpdate
parseFrom
(
InputStream
input
)
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public
static
WindowsUpdate
parseFrom
(
InputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(ByteBuffer data)
public
static
WindowsUpdate
parseFrom
(
ByteBuffer
data
)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public
static
WindowsUpdate
parseFrom
(
ByteBuffer
data
,
ExtensionRegistryLite
extensionRegistry
)
parser()
public
static
Parser<WindowsUpdate>
parser
()
Methods
equals(Object obj)
public
boolean
equals
(
Object
obj
)
getCategories(int index)
public
WindowsUpdate
.
Category
getCategories
(
int
index
)
The list of categories to which the update belongs.
repeated .grafeas.v1.WindowsUpdate.Category categories = 4;
getCategoriesCount()
public
int
getCategoriesCount
()
The list of categories to which the update belongs.
repeated .grafeas.v1.WindowsUpdate.Category categories = 4;
getCategoriesList()
public
List<WindowsUpdate
.
Category
>
getCategoriesList
()
The list of categories to which the update belongs.
repeated .grafeas.v1.WindowsUpdate.Category categories = 4;
getCategoriesOrBuilder(int index)
public
WindowsUpdate
.
CategoryOrBuilder
getCategoriesOrBuilder
(
int
index
)
The list of categories to which the update belongs.
repeated .grafeas.v1.WindowsUpdate.Category categories = 4;
getCategoriesOrBuilderList()
public
List
< ?
extends
WindowsUpdate
.
CategoryOrBuilder
>
getCategoriesOrBuilderList
()
The list of categories to which the update belongs.
repeated .grafeas.v1.WindowsUpdate.Category categories = 4;
getDefaultInstanceForType()
public
WindowsUpdate
getDefaultInstanceForType
()
getDescription()
public
String
getDescription
()
The localized description of the update.
string description = 3;
getDescriptionBytes()
public
ByteString
getDescriptionBytes
()
The localized description of the update.
string description = 3;
getIdentity()
public
WindowsUpdate
.
Identity
getIdentity
()
Required - The unique identifier for the update.
.grafeas.v1.WindowsUpdate.Identity identity = 1;
getIdentityOrBuilder()
public
WindowsUpdate
.
IdentityOrBuilder
getIdentityOrBuilder
()
Required - The unique identifier for the update.
.grafeas.v1.WindowsUpdate.Identity identity = 1;
getKbArticleIds(int index)
public
String
getKbArticleIds
(
int
index
)
The Microsoft Knowledge Base article IDs that are associated with the update.
repeated string kb_article_ids = 5;
getKbArticleIdsBytes(int index)
public
ByteString
getKbArticleIdsBytes
(
int
index
)
The Microsoft Knowledge Base article IDs that are associated with the update.
repeated string kb_article_ids = 5;
getKbArticleIdsCount()
public
int
getKbArticleIdsCount
()
The Microsoft Knowledge Base article IDs that are associated with the update.
repeated string kb_article_ids = 5;
getKbArticleIdsList()
public
ProtocolStringList
getKbArticleIdsList
()
The Microsoft Knowledge Base article IDs that are associated with the update.
repeated string kb_article_ids = 5;
getLastPublishedTimestamp()
public
Timestamp
getLastPublishedTimestamp
()
The last published timestamp of the update.
.google.protobuf.Timestamp last_published_timestamp = 7;
getLastPublishedTimestampOrBuilder()
public
TimestampOrBuilder
getLastPublishedTimestampOrBuilder
()
The last published timestamp of the update.
.google.protobuf.Timestamp last_published_timestamp = 7;
getParserForType()
public
Parser<WindowsUpdate>
getParserForType
()
getSerializedSize()
public
int
getSerializedSize
()
getSupportUrl()
public
String
getSupportUrl
()
The hyperlink to the support information for the update.
string support_url = 6;
getSupportUrlBytes()
public
ByteString
getSupportUrlBytes
()
The hyperlink to the support information for the update.
string support_url = 6;
getTitle()
public
String
getTitle
()
The localized title of the update.
string title = 2;
getTitleBytes()
public
ByteString
getTitleBytes
()
The localized title of the update.
string title = 2;
getUnknownFields()
public
final
UnknownFieldSet
getUnknownFields
()
hasIdentity()
public
boolean
hasIdentity
()
Required - The unique identifier for the update.
.grafeas.v1.WindowsUpdate.Identity identity = 1;
hasLastPublishedTimestamp()
public
boolean
hasLastPublishedTimestamp
()
The last published timestamp of the update.
.google.protobuf.Timestamp last_published_timestamp = 7;
hashCode()
public
int
hashCode
()
internalGetFieldAccessorTable()
protected
GeneratedMessageV3
.
FieldAccessorTable
internalGetFieldAccessorTable
()
isInitialized()
public
final
boolean
isInitialized
()
newBuilderForType()
public
WindowsUpdate
.
Builder
newBuilderForType
()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected
WindowsUpdate
.
Builder
newBuilderForType
(
GeneratedMessageV3
.
BuilderParent
parent
)
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected
Object
newInstance
(
GeneratedMessageV3
.
UnusedPrivateParameter
unused
)
toBuilder()
public
WindowsUpdate
.
Builder
toBuilder
()
writeTo(CodedOutputStream output)
public
void
writeTo
(
CodedOutputStream
output
)