Reference documentation and code samples for the Grafeas V1 Client class WindowsUpdate.
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 .
Generated from protobuf message grafeas.v1.WindowsUpdate
Namespace
Grafeas \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ identity
↳ title
string
The localized title of the update.
↳ description
string
The localized description of the update.
↳ categories
↳ kb_article_ids
array
The Microsoft Knowledge Base article IDs that are associated with the update.
↳ support_url
string
The hyperlink to the support information for the update.
↳ last_published_timestamp
getIdentity
Required - The unique identifier for the update.
hasIdentity
clearIdentity
setIdentity
Required - The unique identifier for the update.
$this
getTitle
The localized title of the update.
string
setTitle
The localized title of the update.
var
string
$this
getDescription
The localized description of the update.
string
setDescription
The localized description of the update.
var
string
$this
getCategories
The list of categories to which the update belongs.
setCategories
The list of categories to which the update belongs.
$this
getKbArticleIds
The Microsoft Knowledge Base article IDs that are associated with the update.
setKbArticleIds
The Microsoft Knowledge Base article IDs that are associated with the update.
var
string[]
$this
getSupportUrl
The hyperlink to the support information for the update.
string
setSupportUrl
The hyperlink to the support information for the update.
var
string
$this
getLastPublishedTimestamp
The last published timestamp of the update.
hasLastPublishedTimestamp
clearLastPublishedTimestamp
setLastPublishedTimestamp
The last published timestamp of the update.
$this