public static interface PatchJobs.ZypperSettingsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCategories(int index)
Install only patches with these categories.
|
com.google.protobuf.ByteString |
getCategoriesBytes(int index)
Install only patches with these categories.
|
int |
getCategoriesCount()
Install only patches with these categories.
|
List<String> |
getCategoriesList()
Install only patches with these categories.
|
String |
getExcludes(int index)
List of patches to exclude from update.
|
com.google.protobuf.ByteString |
getExcludesBytes(int index)
List of patches to exclude from update.
|
int |
getExcludesCount()
List of patches to exclude from update.
|
List<String> |
getExcludesList()
List of patches to exclude from update.
|
String |
getExclusivePatches(int index)
An exclusive list of patches to be updated.
|
com.google.protobuf.ByteString |
getExclusivePatchesBytes(int index)
An exclusive list of patches to be updated.
|
int |
getExclusivePatchesCount()
An exclusive list of patches to be updated.
|
List<String> |
getExclusivePatchesList()
An exclusive list of patches to be updated.
|
String |
getSeverities(int index)
Install only patches with these severities.
|
com.google.protobuf.ByteString |
getSeveritiesBytes(int index)
Install only patches with these severities.
|
int |
getSeveritiesCount()
Install only patches with these severities.
|
List<String> |
getSeveritiesList()
Install only patches with these severities.
|
boolean |
getWithOptional()
Adds the `--with-optional` flag to `zypper patch`.
|
boolean |
getWithUpdate()
Adds the `--with-update` flag, to `zypper patch`.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getWithOptional()
Adds the `--with-optional` flag to `zypper patch`.
bool with_optional = 1;boolean getWithUpdate()
Adds the `--with-update` flag, to `zypper patch`.
bool with_update = 2;List<String> getCategoriesList()
Install only patches with these categories. Common categories include security, recommended, and feature.
repeated string categories = 3;int getCategoriesCount()
Install only patches with these categories. Common categories include security, recommended, and feature.
repeated string categories = 3;String getCategories(int index)
Install only patches with these categories. Common categories include security, recommended, and feature.
repeated string categories = 3;index - The index of the element to return.com.google.protobuf.ByteString getCategoriesBytes(int index)
Install only patches with these categories. Common categories include security, recommended, and feature.
repeated string categories = 3;index - The index of the value to return.List<String> getSeveritiesList()
Install only patches with these severities. Common severities include critical, important, moderate, and low.
repeated string severities = 4;int getSeveritiesCount()
Install only patches with these severities. Common severities include critical, important, moderate, and low.
repeated string severities = 4;String getSeverities(int index)
Install only patches with these severities. Common severities include critical, important, moderate, and low.
repeated string severities = 4;index - The index of the element to return.com.google.protobuf.ByteString getSeveritiesBytes(int index)
Install only patches with these severities. Common severities include critical, important, moderate, and low.
repeated string severities = 4;index - The index of the value to return.List<String> getExcludesList()
List of patches to exclude from update.
repeated string excludes = 5;int getExcludesCount()
List of patches to exclude from update.
repeated string excludes = 5;String getExcludes(int index)
List of patches to exclude from update.
repeated string excludes = 5;index - The index of the element to return.com.google.protobuf.ByteString getExcludesBytes(int index)
List of patches to exclude from update.
repeated string excludes = 5;index - The index of the value to return.List<String> getExclusivePatchesList()
An exclusive list of patches to be updated. These are the only patches that will be installed using 'zypper patch patch:<patch_name>' command. This field must not be used with any other patch configuration fields.
repeated string exclusive_patches = 6;int getExclusivePatchesCount()
An exclusive list of patches to be updated. These are the only patches that will be installed using 'zypper patch patch:<patch_name>' command. This field must not be used with any other patch configuration fields.
repeated string exclusive_patches = 6;String getExclusivePatches(int index)
An exclusive list of patches to be updated. These are the only patches that will be installed using 'zypper patch patch:<patch_name>' command. This field must not be used with any other patch configuration fields.
repeated string exclusive_patches = 6;index - The index of the element to return.com.google.protobuf.ByteString getExclusivePatchesBytes(int index)
An exclusive list of patches to be updated. These are the only patches that will be installed using 'zypper patch patch:<patch_name>' command. This field must not be used with any other patch configuration fields.
repeated string exclusive_patches = 6;index - The index of the value to return.Copyright © 2023 Google LLC. All rights reserved.