Interface Inventory.WindowsUpdatePackageOrBuilder (2.33.0)

public static interface Inventory.WindowsUpdatePackageOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCategories(int index)

public abstract Inventory.WindowsUpdatePackage.WindowsUpdateCategory getCategories(int index)

The categories that are associated with this update package.

repeated .google.cloud.osconfig.v1.Inventory.WindowsUpdatePackage.WindowsUpdateCategory categories = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
Inventory.WindowsUpdatePackage.WindowsUpdateCategory

getCategoriesCount()

public abstract int getCategoriesCount()

The categories that are associated with this update package.

repeated .google.cloud.osconfig.v1.Inventory.WindowsUpdatePackage.WindowsUpdateCategory categories = 3;

Returns
TypeDescription
int

getCategoriesList()

public abstract List<Inventory.WindowsUpdatePackage.WindowsUpdateCategory> getCategoriesList()

The categories that are associated with this update package.

repeated .google.cloud.osconfig.v1.Inventory.WindowsUpdatePackage.WindowsUpdateCategory categories = 3;

Returns
TypeDescription
List<WindowsUpdateCategory>

getCategoriesOrBuilder(int index)

public abstract Inventory.WindowsUpdatePackage.WindowsUpdateCategoryOrBuilder getCategoriesOrBuilder(int index)

The categories that are associated with this update package.

repeated .google.cloud.osconfig.v1.Inventory.WindowsUpdatePackage.WindowsUpdateCategory categories = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
Inventory.WindowsUpdatePackage.WindowsUpdateCategoryOrBuilder

getCategoriesOrBuilderList()

public abstract List<? extends Inventory.WindowsUpdatePackage.WindowsUpdateCategoryOrBuilder> getCategoriesOrBuilderList()

The categories that are associated with this update package.

repeated .google.cloud.osconfig.v1.Inventory.WindowsUpdatePackage.WindowsUpdateCategory categories = 3;

Returns
TypeDescription
List<? extends com.google.cloud.osconfig.v1.Inventory.WindowsUpdatePackage.WindowsUpdateCategoryOrBuilder>

getDescription()

public abstract String getDescription()

The localized description of the update package.

string description = 2;

Returns
TypeDescription
String

The description.

getDescriptionBytes()

public abstract ByteString getDescriptionBytes()

The localized description of the update package.

string description = 2;

Returns
TypeDescription
ByteString

The bytes for description.

getKbArticleIds(int index)

public abstract String getKbArticleIds(int index)

A collection of Microsoft Knowledge Base article IDs that are associated with the update package.

repeated string kb_article_ids = 4;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The kbArticleIds at the given index.

getKbArticleIdsBytes(int index)

public abstract ByteString getKbArticleIdsBytes(int index)

A collection of Microsoft Knowledge Base article IDs that are associated with the update package.

repeated string kb_article_ids = 4;

Parameter
NameDescription
indexint

The in