Interface PatchJobs.AptSettingsOrBuilder (2.4.3)

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
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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
TypeDescription
int

The count of excludes.

getExcludesList()

public abstract List<String> getExcludesList()

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

repeated string excludes = 2;

Returns
TypeDescription
List<String>

A list containing the excludes.

getExclusivePackages(int index)

public abstract String getExclusivePackages(int index)

An exclusive list of packages to be updated. These are the only packages that will be updated. If these packages are not installed, they will be ignored. This field cannot be specified with any other patch configuration fields.

repeated string exclusive_packages = 3;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The exclusivePackages at the given index.

getExclusivePackagesBytes(int index)

public abstract ByteString getExclusivePackagesBytes(int index)

An exclusive list of packages to be updated. These are the only packages that will be updated. If these packages are not installed, they will be ignored. This field cannot be specified with any other patch configuration fields.

repeated string exclusive_packages = 3;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the exclusivePackages at the given index.

getExclusivePackagesCount()

public abstract int getExclusivePackagesCount()

An exclusive list of packages to be updated. These are the only packages that will be updated. If these packages are not installed, they will be ignored. This field cannot be specified with any other patch configuration fields.

repeated string exclusive_packages = 3;

Returns
TypeDescription
int

The count of exclusivePackages.

getExclusivePackagesList()

public abstract List<String> getExclusivePackagesList()

An exclusive list of packages to be updated. These are the only packages that will be updated. If these packages are not installed, they will be ignored. This field cannot be specified with any other patch configuration fields.

repeated string exclusive_packages = 3;

Returns
TypeDescription
List<String>

A list containing the exclusivePackages.

getType()

public abstract PatchJobs.AptSettings.Type getType()

By changing the type to DIST, the patching is performed using apt-get dist-upgrade instead.

.google.cloud.osconfig.v1beta.AptSettings.Type type = 1;

Returns
TypeDescription
PatchJobs.AptSettings.Type

The type.

getTypeValue()

public abstract int getTypeValue()

By changing the type to DIST, the patching is performed using apt-get dist-upgrade instead.

.google.cloud.osconfig.v1beta.AptSettings.Type type = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for type.