Grafeas V1 API - Class Grafeas::V1::WindowsUpdate (v0.9.0)

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

#categories=

def categories=(value) -> ::Array<::Grafeas::V1::WindowsUpdate::Category>
Parameter
Returns

#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

#identity=

def identity=(value) -> ::Grafeas::V1::WindowsUpdate::Identity
Parameter
Returns

#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

#last_published_timestamp=

def last_published_timestamp=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#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.