Package com.google.cloud.osconfig.v1
Interface PatchJobs.ZypperSettingsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PatchJobs.ZypperSettings,PatchJobs.ZypperSettings.Builder
- Enclosing class:
- PatchJobs
public static interface PatchJobs.ZypperSettingsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCategories(int index)Install only patches with these categories.com.google.protobuf.ByteStringgetCategoriesBytes(int index)Install only patches with these categories.intgetCategoriesCount()Install only patches with these categories.List<String>getCategoriesList()Install only patches with these categories.StringgetExcludes(int index)List of patches to exclude from update.com.google.protobuf.ByteStringgetExcludesBytes(int index)List of patches to exclude from update.intgetExcludesCount()List of patches to exclude from update.List<String>getExcludesList()List of patches to exclude from update.StringgetExclusivePatches(int index)An exclusive list of patches to be updated.com.google.protobuf.ByteStringgetExclusivePatchesBytes(int index)An exclusive list of patches to be updated.intgetExclusivePatchesCount()An exclusive list of patches to be updated.List<String>getExclusivePatchesList()An exclusive list of patches to be updated.StringgetSeverities(int index)Install only patches with these severities.com.google.protobuf.ByteStringgetSeveritiesBytes(int index)Install only patches with these severities.intgetSeveritiesCount()Install only patches with these severities.List<String>getSeveritiesList()Install only patches with these severities.booleangetWithOptional()Adds the `--with-optional` flag to `zypper patch`.booleangetWithUpdate()Adds the `--with-update` flag, to `zypper patch`.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getWithOptional
boolean getWithOptional()
Adds the `--with-optional` flag to `zypper patch`.
bool with_optional = 1;- Returns:
- The withOptional.
-
getWithUpdate
boolean getWithUpdate()
Adds the `--with-update` flag, to `zypper patch`.
bool with_update = 2;- Returns:
- The withUpdate.
-
getCategoriesList
List<String> getCategoriesList()
Install only patches with these categories. Common categories include security, recommended, and feature.
repeated string categories = 3;- Returns:
- A list containing the categories.
-
getCategoriesCount
int getCategoriesCount()
Install only patches with these categories. Common categories include security, recommended, and feature.
repeated string categories = 3;- Returns:
- The count of categories.
-
getCategories
String getCategories(int index)
Install only patches with these categories. Common categories include security, recommended, and feature.
repeated string categories = 3;- Parameters:
index- The index of the element to return.- Returns:
- The categories at the given index.
-
getCategoriesBytes
com.google.protobuf.ByteString getCategoriesBytes(int index)
Install only patches with these categories. Common categories include security, recommended, and feature.
repeated string categories = 3;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the categories at the given index.
-
getSeveritiesList
List<String> getSeveritiesList()
Install only patches with these severities. Common severities include critical, important, moderate, and low.
repeated string severities = 4;- Returns:
- A list containing the severities.
-
getSeveritiesCount
int getSeveritiesCount()
Install only patches with these severities. Common severities include critical, important, moderate, and low.
repeated string severities = 4;- Returns:
- The count of severities.
-
getSeverities
String getSeverities(int index)
Install only patches with these severities. Common severities include critical, important, moderate, and low.
repeated string severities = 4;- Parameters:
index- The index of the element to return.- Returns:
- The severities at the given index.
-
getSeveritiesBytes
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;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the severities at the given index.
-
getExcludesList
List<String> getExcludesList()
List of patches to exclude from update.
repeated string excludes = 5;- Returns:
- A list containing the excludes.
-
getExcludesCount
int getExcludesCount()
List of patches to exclude from update.
repeated string excludes = 5;- Returns:
- The count of excludes.
-
getExcludes
String getExcludes(int index)
List of patches to exclude from update.
repeated string excludes = 5;- Parameters:
index- The index of the element to return.- Returns:
- The excludes at the given index.
-
getExcludesBytes
com.google.protobuf.ByteString getExcludesBytes(int index)
List of patches to exclude from update.
repeated string excludes = 5;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the excludes at the given index.
-
getExclusivePatchesList
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;- Returns:
- A list containing the exclusivePatches.
-
getExclusivePatchesCount
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;- Returns:
- The count of exclusivePatches.
-
getExclusivePatches
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;- Parameters:
index- The index of the element to return.- Returns:
- The exclusivePatches at the given index.
-
getExclusivePatchesBytes
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;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the exclusivePatches at the given index.
-
-