| Modifier and Type | Method and Description |
|---|---|
static PatchJobs.AptSettings.Type |
PatchJobs.AptSettings.Type.forNumber(int value) |
PatchJobs.AptSettings.Type |
PatchJobs.AptSettingsOrBuilder.getType()
By changing the type to DIST, the patching is performed
using `apt-get dist-upgrade` instead.
|
PatchJobs.AptSettings.Type |
PatchJobs.AptSettings.getType()
By changing the type to DIST, the patching is performed
using `apt-get dist-upgrade` instead.
|
PatchJobs.AptSettings.Type |
PatchJobs.AptSettings.Builder.getType()
By changing the type to DIST, the patching is performed
using `apt-get dist-upgrade` instead.
|
static PatchJobs.AptSettings.Type |
PatchJobs.AptSettings.Type.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static PatchJobs.AptSettings.Type |
PatchJobs.AptSettings.Type.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static PatchJobs.AptSettings.Type |
PatchJobs.AptSettings.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PatchJobs.AptSettings.Type[] |
PatchJobs.AptSettings.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<PatchJobs.AptSettings.Type> |
PatchJobs.AptSettings.Type.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
PatchJobs.AptSettings.Builder |
PatchJobs.AptSettings.Builder.setType(PatchJobs.AptSettings.Type value)
By changing the type to DIST, the patching is performed
using `apt-get dist-upgrade` instead.
|
Copyright © 2023 Google LLC. All rights reserved.