Reference documentation and code samples for the Grafeas V1 API class Grafeas::V1::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 .
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#categories
def
categories
()
-
>
::
Array
< ::
Grafeas
::
V1
::
WindowsUpdate
::
Category
>
Returns
- (::Array< ::Grafeas::V1::WindowsUpdate::Category >) — The list of categories to which the update belongs.
#categories=
def
categories=
(
value
)
-
>
::
Array
< ::
Grafeas
::
V1
::
WindowsUpdate
::
Category
>
Parameter
- value(::Array< ::Grafeas::V1::WindowsUpdate::Category >) — The list of categories to which the update belongs.
Returns
- (::Array< ::Grafeas::V1::WindowsUpdate::Category >) — The list of categories to which the update belongs.
#description
def
description
()
-
>
::
String
Returns
- (::String) — The localized description of the update.
#description=
def
description=
(
value
)
-
>
::
String
Parameter
- value(::String) — The localized description of the update.
Returns
- (::String) — The localized description of the update.
#identity
def
identity
()
-
>
::
Grafeas
::
V1
::
WindowsUpdate
::
Identity
Returns
- ( ::Grafeas::V1::WindowsUpdate::Identity ) — Required - The unique identifier for the update.
#identity=
def
identity=
(
value
)
-
>
::
Grafeas
::
V1
::
WindowsUpdate
::
Identity
Parameter
- value( ::Grafeas::V1::WindowsUpdate::Identity ) — Required - The unique identifier for the update.
Returns
- ( ::Grafeas::V1::WindowsUpdate::Identity ) — Required - The unique identifier for the update.
#kb_article_ids
def
kb_article_ids
()
-
>
::
Array
< ::
String
>
Returns
- (::Array<::String>) — The Microsoft Knowledge Base article IDs that are associated with the update.
#kb_article_ids=
def
kb_article_ids=
(
value
)
-
>
::
Array
< ::
String
>
Parameter
- value(::Array<::String>) — The Microsoft Knowledge Base article IDs that are associated with the update.
Returns
- (::Array<::String>) — The Microsoft Knowledge Base article IDs that are associated with the update.
#last_published_timestamp
def
last_published_timestamp
()
-
>
::
Google
::
Protobuf
::
Timestamp
Returns
- ( ::Google::Protobuf::Timestamp ) — The last published timestamp of the update.
#last_published_timestamp=
def
last_published_timestamp=
(
value
)
-
>
::
Google
::
Protobuf
::
Timestamp
Parameter
- value( ::Google::Protobuf::Timestamp ) — The last published timestamp of the update.
Returns
- ( ::Google::Protobuf::Timestamp ) — The last published timestamp of the update.
#support_url
def
support_url
()
-
>
::
String
Returns
- (::String) — The hyperlink to the support information for the update.
#support_url=
def
support_url=
(
value
)
-
>
::
String
Parameter
- value(::String) — The hyperlink to the support information for the update.
Returns
- (::String) — The hyperlink to the support information for the update.
#title
def
title
()
-
>
::
String
Returns
- (::String) — The localized title of the update.
#title=
def
title=
(
value
)
-
>
::
String
Parameter
- value(::String) — The localized title of the update.
Returns
- (::String) — The localized title of the update.