Reference documentation and code samples for the Google Cloud OsConfig V1 Client class WindowsUpdatePackage.
Details related to a Windows Update package.
Field data and names are taken from Windows Update API IUpdate Interface: https://docs.microsoft.com/en-us/windows/win32/api/_wua/ Descriptive fields like title, and description are localized based on the locale of the VM being updated.
Generated from protobuf message google.cloud.osconfig.v1.Inventory.WindowsUpdatePackage
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ title
string
The localized title of the update package.
↳ description
string
The localized description of the update package.
↳ categories
array< Google\Cloud\OsConfig\V1\Inventory\WindowsUpdatePackage\WindowsUpdateCategory
>
The categories that are associated with this update package.
↳ kb_article_ids
array
A collection of Microsoft Knowledge Base article IDs that are associated with the update package.
↳ support_url
string
A hyperlink to the language-specific support information for the update.
↳ more_info_urls
array
A collection of URLs that provide more information about the update package.
↳ update_id
string
Gets the identifier of an update package. Stays the same across revisions.
↳ revision_number
int
The revision number of this update package.
↳ last_deployment_change_time
getTitle
The localized title of the update package.
string
setTitle
The localized title of the update package.
var
string
$this
getDescription
The localized description of the update package.
string
setDescription
The localized description of the update package.
var
string
$this
getCategories
The categories that are associated with this update package.
setCategories
The categories that are associated with this update package.
$this
getKbArticleIds
A collection of Microsoft Knowledge Base article IDs that are associated with the update package.
setKbArticleIds
A collection of Microsoft Knowledge Base article IDs that are associated with the update package.
var
string[]
$this
getSupportUrl
A hyperlink to the language-specific support information for the update.
string
setSupportUrl
A hyperlink to the language-specific support information for the update.
var
string
$this
getMoreInfoUrls
A collection of URLs that provide more information about the update package.
setMoreInfoUrls
A collection of URLs that provide more information about the update package.
var
string[]
$this
getUpdateId
Gets the identifier of an update package. Stays the same across revisions.
string
setUpdateId
Gets the identifier of an update package. Stays the same across revisions.
var
string
$this
getRevisionNumber
The revision number of this update package.
int
setRevisionNumber
The revision number of this update package.
var
int
$this
getLastDeploymentChangeTime
The last published date of the update, in (UTC) date and time.
hasLastDeploymentChangeTime
clearLastDeploymentChangeTime
setLastDeploymentChangeTime
The last published date of the update, in (UTC) date and time.
$this