Reference documentation and code samples for the Google Cloud OsConfig V1 Client class WindowsQuickFixEngineeringPackage.
Information related to a Quick Fix Engineering package.
Fields are taken from Windows QuickFixEngineering Interface and match the source names: https://docs.microsoft.com/en-us/windows/win32/cimwin32prov/win32-quickfixengineering
Generated from protobuf message google.cloud.osconfig.v1.Inventory.WindowsQuickFixEngineeringPackage
Namespace
Google \ Cloud \ OsConfig \ V1 \ InventoryMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ caption |
string
A short textual description of the QFE update. |
↳ description |
string
A textual description of the QFE update. |
↳ hot_fix_id |
string
Unique identifier associated with a particular QFE update. |
↳ install_time |
Google\Protobuf\Timestamp
Date that the QFE update was installed. Mapped from installed_on field. |
getCaption
A short textual description of the QFE update.
Returns | |
---|---|
Type | Description |
string |
setCaption
A short textual description of the QFE update.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDescription
A textual description of the QFE update.
Returns | |
---|---|
Type | Description |
string |
setDescription
A textual description of the QFE update.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getHotFixId
Unique identifier associated with a particular QFE update.
Returns | |
---|---|
Type | Description |
string |
setHotFixId
Unique identifier associated with a particular QFE update.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getInstallTime
Date that the QFE update was installed. Mapped from installed_on field.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasInstallTime
clearInstallTime
setInstallTime
Date that the QFE update was installed. Mapped from installed_on field.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |