public
interface
WindowsUpdateOrBuilder
extends
MessageOrBuilder
Implements
MessageOrBuilderMethods
getCategories(int index)
public
abstract
WindowsUpdate
.
Category
getCategories
(
int
index
)
The list of categories to which the update belongs.
repeated .grafeas.v1.WindowsUpdate.Category categories = 4;
getCategoriesCount()
public
abstract
int
getCategoriesCount
()
The list of categories to which the update belongs.
repeated .grafeas.v1.WindowsUpdate.Category categories = 4;
getCategoriesList()
public
abstract
List<WindowsUpdate
.
Category
>
getCategoriesList
()
The list of categories to which the update belongs.
repeated .grafeas.v1.WindowsUpdate.Category categories = 4;
getCategoriesOrBuilder(int index)
public
abstract
WindowsUpdate
.
CategoryOrBuilder
getCategoriesOrBuilder
(
int
index
)
The list of categories to which the update belongs.
repeated .grafeas.v1.WindowsUpdate.Category categories = 4;
getCategoriesOrBuilderList()
public
abstract
List
< ?
extends
WindowsUpdate
.
CategoryOrBuilder
>
getCategoriesOrBuilderList
()
The list of categories to which the update belongs.
repeated .grafeas.v1.WindowsUpdate.Category categories = 4;
getDescription()
public
abstract
String
getDescription
()
The localized description of the update.
string description = 3;
getDescriptionBytes()
public
abstract
ByteString
getDescriptionBytes
()
The localized description of the update.
string description = 3;
getIdentity()
public
abstract
WindowsUpdate
.
Identity
getIdentity
()
Required - The unique identifier for the update.
.grafeas.v1.WindowsUpdate.Identity identity = 1;
getIdentityOrBuilder()
public
abstract
WindowsUpdate
.
IdentityOrBuilder
getIdentityOrBuilder
()
Required - The unique identifier for the update.
.grafeas.v1.WindowsUpdate.Identity identity = 1;
getKbArticleIds(int index)
public
abstract
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
abstract
ByteString
getKbArticleIdsBytes
(
int
index
)
The Microsoft Knowledge Base article IDs that are associated with the update.
repeated string kb_article_ids = 5;
getKbArticleIdsCount()
public
abstract
int
getKbArticleIdsCount
()
The Microsoft Knowledge Base article IDs that are associated with the update.
repeated string kb_article_ids = 5;
getKbArticleIdsList()
public
abstract
List<String>
getKbArticleIdsList
()
The Microsoft Knowledge Base article IDs that are associated with the update.
repeated string kb_article_ids = 5;
getLastPublishedTimestamp()
public
abstract
Timestamp
getLastPublishedTimestamp
()
The last published timestamp of the update.
.google.protobuf.Timestamp last_published_timestamp = 7;
getLastPublishedTimestampOrBuilder()
public
abstract
TimestampOrBuilder
getLastPublishedTimestampOrBuilder
()
The last published timestamp of the update.
.google.protobuf.Timestamp last_published_timestamp = 7;
getSupportUrl()
public
abstract
String
getSupportUrl
()
The hyperlink to the support information for the update.
string support_url = 6;
getSupportUrlBytes()
public
abstract
ByteString
getSupportUrlBytes
()
The hyperlink to the support information for the update.
string support_url = 6;
getTitle()
public
abstract
String
getTitle
()
The localized title of the update.
string title = 2;
getTitleBytes()
public
abstract
ByteString
getTitleBytes
()
The localized title of the update.
string title = 2;
hasIdentity()
public
abstract
boolean
hasIdentity
()
Required - The unique identifier for the update.
.grafeas.v1.WindowsUpdate.Identity identity = 1;
hasLastPublishedTimestamp()
public
abstract
boolean
hasLastPublishedTimestamp
()
The last published timestamp of the update.
.google.protobuf.Timestamp last_published_timestamp = 7;

