Send feedback
Class WindowsUpdate (2.6.0) Stay organized with collections
Save and categorize content based on your preferences.
Version 2.6.0 keyboard_arrow_down
public
final
class
WindowsUpdate
extends
GeneratedMessageV3
implements
WindowsUpdateOrBuilder
Static Fields
CATEGORIES_FIELD_NUMBER
public
static
final
int
CATEGORIES_FIELD_NUMBER
Field Value
DESCRIPTION_FIELD_NUMBER
public
static
final
int
DESCRIPTION_FIELD_NUMBER
Field Value
IDENTITY_FIELD_NUMBER
public
static
final
int
IDENTITY_FIELD_NUMBER
Field Value
KB_ARTICLE_IDS_FIELD_NUMBER
public
static
final
int
KB_ARTICLE_IDS_FIELD_NUMBER
Field Value
LAST_PUBLISHED_TIMESTAMP_FIELD_NUMBER
public
static
final
int
LAST_PUBLISHED_TIMESTAMP_FIELD_NUMBER
Field Value
SUPPORT_URL_FIELD_NUMBER
public
static
final
int
SUPPORT_URL_FIELD_NUMBER
Field Value
TITLE_FIELD_NUMBER
public
static
final
int
TITLE_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public
static
WindowsUpdate
getDefaultInstance
()
Returns
getDescriptor()
public
static
final
Descriptors
.
Descriptor
getDescriptor
()
Returns
newBuilder()
public
static
WindowsUpdate
.
Builder
newBuilder
()
Returns
newBuilder(WindowsUpdate prototype)
public
static
WindowsUpdate
.
Builder
newBuilder
(
WindowsUpdate
prototype
)
Parameter
Returns
public
static
WindowsUpdate
parseDelimitedFrom
(
InputStream
input
)
Parameter
Returns
Exceptions
public
static
WindowsUpdate
parseDelimitedFrom
(
InputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public
static
WindowsUpdate
parseFrom
(
byte
[]
data
)
Parameter
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public
static
WindowsUpdate
parseFrom
(
byte
[]
data
,
ExtensionRegistryLite
extensionRegistry
)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public
static
WindowsUpdate
parseFrom
(
ByteString
data
)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public
static
WindowsUpdate
parseFrom
(
ByteString
data
,
ExtensionRegistryLite
extensionRegistry
)
Parameters
Returns
Exceptions
public
static
WindowsUpdate
parseFrom
(
CodedInputStream
input
)
Parameter
Returns
Exceptions
public
static
WindowsUpdate
parseFrom
(
CodedInputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
Parameters
Returns
Exceptions
public
static
WindowsUpdate
parseFrom
(
InputStream
input
)
Parameter
Returns
Exceptions
public
static
WindowsUpdate
parseFrom
(
InputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public
static
WindowsUpdate
parseFrom
(
ByteBuffer
data
)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public
static
WindowsUpdate
parseFrom
(
ByteBuffer
data
,
ExtensionRegistryLite
extensionRegistry
)
Parameters
Returns
Exceptions
parser()
public
static
Parser<WindowsUpdate>
parser
()
Returns
Methods
equals(Object obj)
public
boolean
equals
(
Object
obj
)
Parameter
Returns
Overrides
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;
Parameter
Returns
getCategoriesCount()
public
int
getCategoriesCount
()
The list of categories to which the update belongs.
repeated .grafeas.v1.WindowsUpdate.Category categories = 4;
Returns
getCategoriesList()
public
List<WindowsUpdate
.
Category
>
getCategoriesList
()
The list of categories to which the update belongs.
repeated .grafeas.v1.WindowsUpdate.Category categories = 4;
Returns
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;
Parameter
Returns
getCategoriesOrBuilderList()
public
List
< ?
extends
WindowsUpdate
.
CategoryOrBuilder
>
getCategoriesOrBuilderList
()
The list of categories to which the update belongs.
repeated .grafeas.v1.WindowsUpdate.Category categories = 4;
Returns
getDefaultInstanceForType()
public
WindowsUpdate
getDefaultInstanceForType
()
Returns
getDescription()
public
String
getDescription
()
The localized description of the update.
string description = 3;
Returns
getDescriptionBytes()
public
ByteString
getDescriptionBytes
()
The localized description of the update.
string description = 3;
Returns Type
Description
ByteString
The bytes for description.
getIdentity()
public
WindowsUpdate
.
Identity
getIdentity
()
Required - The unique identifier for the update.
.grafeas.v1.WindowsUpdate.Identity identity = 1;
Returns
getIdentityOrBuilder()
public
WindowsUpdate
.
IdentityOrBuilder
getIdentityOrBuilder
()
Required - The unique identifier for the update.
.grafeas.v1.WindowsUpdate.Identity identity = 1;
Returns
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;
Parameter Name
Description
index
int
The index of the element to return.
Returns Type
Description
String
The kbArticleIds at the given index.
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;
Parameter Name
Description
index
int
The index of the value to return.
Returns Type
Description
ByteString
The bytes of the kbArticleIds at the given index.
getKbArticleIdsCount()
public
int
getKbArticleIdsCount
()
The Microsoft Knowledge Base article IDs that are associated with the
update.
repeated string kb_article_ids = 5;
Returns Type
Description
int
The count of kbArticleIds.
getKbArticleIdsList()
public
ProtocolStringList
getKbArticleIdsList
()
The Microsoft Knowledge Base article IDs that are associated with the
update.
repeated string kb_article_ids = 5;
Returns
getLastPublishedTimestamp()
public
Timestamp
getLastPublishedTimestamp
()
The last published timestamp of the update.
.google.protobuf.Timestamp last_published_timestamp = 7;
Returns Type
Description
Timestamp
The lastPublishedTimestamp.
getLastPublishedTimestampOrBuilder()
public
TimestampOrBuilder
getLastPublishedTimestampOrBuilder
()
The last published timestamp of the update.
.google.protobuf.Timestamp last_published_timestamp = 7;
Returns
getParserForType()
public
Parser<WindowsUpdate>
getParserForType
()
Returns
Overrides
getSerializedSize()
public
int
getSerializedSize
()
Returns
Overrides
getSupportUrl()
public
String
getSupportUrl
()
The hyperlink to the support information for the update.
string support_url = 6;
Returns
getSupportUrlBytes()
public
ByteString
getSupportUrlBytes
()
The hyperlink to the support information for the update.
string support_url = 6;
Returns Type
Description
ByteString
The bytes for supportUrl.
getTitle()
public
String
getTitle
()
The localized title of the update.
string title = 2;
Returns
getTitleBytes()
public
ByteString
getTitleBytes
()
The localized title of the update.
string title = 2;
Returns
getUnknownFields()
public
final
UnknownFieldSet
getUnknownFields
()
Returns
Overrides
hasIdentity()
public
boolean
hasIdentity
()
Required - The unique identifier for the update.
.grafeas.v1.WindowsUpdate.Identity identity = 1;
Returns Type
Description
boolean
Whether the identity field is set.
hasLastPublishedTimestamp()
public
boolean
hasLastPublishedTimestamp
()
The last published timestamp of the update.
.google.protobuf.Timestamp last_published_timestamp = 7;
Returns Type
Description
boolean
Whether the lastPublishedTimestamp field is set.
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected
GeneratedMessageV3
.
FieldAccessorTable
internalGetFieldAccessorTable
()
Returns
Overrides
isInitialized()
public
final
boolean
isInitialized
()
Returns
Overrides
newBuilderForType()
public
WindowsUpdate
.
Builder
newBuilderForType
()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected
WindowsUpdate
.
Builder
newBuilderForType
(
GeneratedMessageV3
.
BuilderParent
parent
)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected
Object
newInstance
(
GeneratedMessageV3
.
UnusedPrivateParameter
unused
)
Parameter
Returns
Overrides
toBuilder()
public
WindowsUpdate
.
Builder
toBuilder
()
Returns
writeTo(CodedOutputStream output)
public
void
writeTo
(
CodedOutputStream
output
)
Parameter
Overrides
Exceptions
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License
, and code samples are licensed under the Apache 2.0 License
. For details, see the Google Developers Site Policies
. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-04 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,[]]