Struct gapi_grpc::google::cloud::osconfig::agentendpoint::v1::inventory::WindowsUpdatePackage [−][src]
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.
Fields
title: String
The localized title of the update package.
description: String
The localized description of the update package.
categories: Vec<WindowsUpdateCategory>
The categories that are associated with this update package.
kb_article_ids: Vec<String>
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: Vec<String>
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: i32
The revision number of this update package.
last_deployment_change_time: Option<Timestamp>
The last published date of the update, in (UTC) date and time.
Trait Implementations
impl Clone for WindowsUpdatePackage
[src][+]
impl Debug for WindowsUpdatePackage
[src][+]
impl Default for WindowsUpdatePackage
[src][+]
impl Message for WindowsUpdatePackage
[src][+]
impl PartialEq<WindowsUpdatePackage> for WindowsUpdatePackage
[src][+]
impl StructuralPartialEq for WindowsUpdatePackage
[src]
Auto Trait Implementations
impl RefUnwindSafe for WindowsUpdatePackage
impl Send for WindowsUpdatePackage
impl Sync for WindowsUpdatePackage
impl Unpin for WindowsUpdatePackage
impl UnwindSafe for WindowsUpdatePackage
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> IntoRequest<T> for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,