Interface PatchJobs.YumSettingsOrBuilder (2.55.0)

public static interface PatchJobs.YumSettingsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getExcludes(int index)

public abstract String getExcludes(int index)

List of packages to exclude from update. These packages are excluded by using the yum --exclude flag.

repeated string excludes = 3;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The excludes at the given index.

getExcludesBytes(int index)

public abstract ByteString getExcludesBytes(int index)

List of packages to exclude from update. These packages are excluded by using the yum --exclude flag.

repeated string excludes = 3;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the excludes at the given index.

getExcludesCount()

public abstract int getExcludesCount()

List of packages to exclude from update. These packages are excluded by using the yum --exclude flag.

repeated string excludes = 3;

Returns
Type Description
int

The count of excludes.

getExcludesList()

public abstract List<String> getExcludesList()

List of packages to exclude from update. These packages are excluded by using the yum --exclude flag.

repeated string excludes = 3;

Returns
Type Description
List<