public static interface PatchJobs.AptSettingsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getExcludes(int index)
List of packages to exclude from update.
|
com.google.protobuf.ByteString |
getExcludesBytes(int index)
List of packages to exclude from update.
|
int |
getExcludesCount()
List of packages to exclude from update.
|
List<String> |
getExcludesList()
List of packages to exclude from update.
|
String |
getExclusivePackages(int index)
An exclusive list of packages to be updated.
|
com.google.protobuf.ByteString |
getExclusivePackagesBytes(int index)
An exclusive list of packages to be updated.
|
int |
getExclusivePackagesCount()
An exclusive list of packages to be updated.
|
List<String> |
getExclusivePackagesList()
An exclusive list of packages to be updated.
|
PatchJobs.AptSettings.Type |
getType()
By changing the type to DIST, the patching is performed
using `apt-get dist-upgrade` instead.
|
int |
getTypeValue()
By changing the type to DIST, the patching is performed
using `apt-get dist-upgrade` instead.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getTypeValue()
By changing the type to DIST, the patching is performed using `apt-get dist-upgrade` instead.
.google.cloud.osconfig.v1.AptSettings.Type type = 1;PatchJobs.AptSettings.Type getType()
By changing the type to DIST, the patching is performed using `apt-get dist-upgrade` instead.
.google.cloud.osconfig.v1.AptSettings.Type type = 1;List<String> getExcludesList()
List of packages to exclude from update. These packages will be excluded
repeated string excludes = 2;int getExcludesCount()
List of packages to exclude from update. These packages will be excluded
repeated string excludes = 2;String getExcludes(int index)
List of packages to exclude from update. These packages will be excluded
repeated string excludes = 2;index - The index of the element to return.com.google.protobuf.ByteString getExcludesBytes(int index)
List of packages to exclude from update. These packages will be excluded
repeated string excludes = 2;index - The index of the value to return.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;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;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;index - The index of the element to return.com.google.protobuf.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;index - The index of the value to return.Copyright © 2023 Google LLC. All rights reserved.