Interface PatchJobs.AptSettingsOrBuilder (2.57.0)

public static interface PatchJobs.AptSettingsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getExcludes(int index)

public abstract String getExcludes(int index)

List of packages to exclude from update. These packages will be excluded

repeated string excludes = 2;

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 will be excluded

repeated string excludes = 2;

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 will be excluded

repeated string excludes = 2;

Returns
Type