Interface PatchJobs.ZypperSettingsOrBuilder

    • 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.