public static final class PatchJobs.ZypperSettings extends GeneratedMessageV3 implements PatchJobs.ZypperSettingsOrBuilder
   
  
  
  
  
    Inherited Members
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Fields
  
  CATEGORIES_FIELD_NUMBER
  
    public static final int CATEGORIES_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  EXCLUDES_FIELD_NUMBER
  
    public static final int EXCLUDES_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  EXCLUSIVE_PATCHES_FIELD_NUMBER
  
    public static final int EXCLUSIVE_PATCHES_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  SEVERITIES_FIELD_NUMBER
  
    public static final int SEVERITIES_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  WITH_OPTIONAL_FIELD_NUMBER
  
    public static final int WITH_OPTIONAL_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  WITH_UPDATE_FIELD_NUMBER
  
    public static final int WITH_UPDATE_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  Static Methods
  
  
  getDefaultInstance()
  
    public static PatchJobs.ZypperSettings getDefaultInstance()
   
  
  
  getDescriptor()
  
    public static final Descriptors.Descriptor getDescriptor()
   
  
  
  newBuilder()
  
    public static PatchJobs.ZypperSettings.Builder newBuilder()
   
  
  
  newBuilder(PatchJobs.ZypperSettings prototype)
  
    public static PatchJobs.ZypperSettings.Builder newBuilder(PatchJobs.ZypperSettings prototype)
   
  
  
  
  
  
    public static PatchJobs.ZypperSettings parseDelimitedFrom(InputStream input)
   
  
  
  
  
  
  
    public static PatchJobs.ZypperSettings parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  parseFrom(byte[] data)
  
    public static PatchJobs.ZypperSettings parseFrom(byte[] data)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | data | byte[]
 | 
    
  
  
  
  
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
  
    public static PatchJobs.ZypperSettings parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  parseFrom(ByteString data)
  
    public static PatchJobs.ZypperSettings parseFrom(ByteString data)
   
  
  
  
  
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
  
    public static PatchJobs.ZypperSettings parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  
  
    public static PatchJobs.ZypperSettings parseFrom(CodedInputStream input)
   
  
  
  
  
  
  
    public static PatchJobs.ZypperSettings parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  
  
    public static PatchJobs.ZypperSettings parseFrom(InputStream input)
   
  
  
  
  
  
  
    public static PatchJobs.ZypperSettings parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  parseFrom(ByteBuffer data)
  
    public static PatchJobs.ZypperSettings parseFrom(ByteBuffer data)
   
  
  
  
  
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
  
    public static PatchJobs.ZypperSettings parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  parser()
  
    public static Parser<PatchJobs.ZypperSettings> parser()
   
  
  Methods
  
  
  equals(Object obj)
  
    public boolean equals(Object obj)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | obj | Object
 | 
    
  
  
  Overrides
  
  
  getCategories(int index)
  
    public String getCategories(int index)
   
   Install only patches with these categories.
 Common categories include security, recommended, and feature.
 repeated string categories = 3;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 The index of the element to return. | 
    
  
  
    
      
        | Returns | 
      
        | Type | Description | 
      
        | String | The categories at the given index. | 
    
  
  
  getCategoriesBytes(int index)
  
    public ByteString getCategoriesBytes(int index)
   
   Install only patches with these categories.
 Common categories include security, recommended, and feature.
 repeated string categories = 3;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 The index of the value to return. | 
    
  
  
    
      
        | Returns | 
      
        | Type | Description | 
      
        | ByteString | The bytes of the categories at the given index. | 
    
  
  
  getCategoriesCount()
  
    public int getCategoriesCount()
   
   Install only patches with these categories.
 Common categories include security, recommended, and feature.
 repeated string categories = 3;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int | The count of categories. | 
    
  
  
  getCategoriesList()
  
    public ProtocolStringList getCategoriesList()
   
   Install only patches with these categories.
 Common categories include security, recommended, and feature.
 repeated string categories = 3;
getDefaultInstanceForType()
  
    public PatchJobs.ZypperSettings getDefaultInstanceForType()
   
  
  
  getExcludes(int index)
  
    public String getExcludes(int index)
   
   List of patches to exclude from update.
 repeated string excludes = 5;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 The index of the element to return. | 
    
  
  
    
      
        | Returns | 
      
        | Type | Description | 
      
        | String | The excludes at the given index. | 
    
  
  
  getExcludesBytes(int index)
  
    public ByteString getExcludesBytes(int index)
   
   List of patches to exclude from update.
 repeated string excludes = 5;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 The index of the value to return. | 
    
  
  
    
      
        | Returns | 
      
        | Type | Description | 
      
        | ByteString | The bytes of the excludes at the given index. | 
    
  
  
  getExcludesCount()
  
    public int getExcludesCount()
   
   List of patches to exclude from update.
 repeated string excludes = 5;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int | The count of excludes. | 
    
  
  
  getExcludesList()
  
    public ProtocolStringList getExcludesList()
   
   List of patches to exclude from update.
 repeated string excludes = 5;
getExclusivePatches(int index)
  
    public 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;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 The index of the element to return. | 
    
  
  
    
      
        | Returns | 
      
        | Type | Description | 
      
        | String | The exclusivePatches at the given index. | 
    
  
  
  getExclusivePatchesBytes(int index)
  
    public 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;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 The index of the value to return. | 
    
  
  
    
      
        | Returns | 
      
        | Type | Description | 
      
        | ByteString | The bytes of the exclusivePatches at the given index. | 
    
  
  
  getExclusivePatchesCount()
  
    public 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 | 
      
        | Type | Description | 
      
        | int | The count of exclusivePatches. | 
    
  
  
  getExclusivePatchesList()
  
    public ProtocolStringList 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;
getParserForType()
  
    public Parser<PatchJobs.ZypperSettings> getParserForType()
   
  
  Overrides
  
  
  getSerializedSize()
  
    public int getSerializedSize()
   
  
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  Overrides
  
  
  getSeverities(int index)
  
    public String getSeverities(int index)
   
   Install only patches with these severities.
 Common severities include critical, important, moderate, and low.
 repeated string severities = 4;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 The index of the element to return. | 
    
  
  
    
      
        | Returns | 
      
        | Type | Description | 
      
        | String | The severities at the given index. | 
    
  
  
  getSeveritiesBytes(int index)
  
    public ByteString getSeveritiesBytes(int index)
   
   Install only patches with these severities.
 Common severities include critical, important, moderate, and low.
 repeated string severities = 4;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 The index of the value to return. | 
    
  
  
    
      
        | Returns | 
      
        | Type | Description | 
      
        | ByteString | The bytes of the severities at the given index. | 
    
  
  
  getSeveritiesCount()
  
    public int getSeveritiesCount()
   
   Install only patches with these severities.
 Common severities include critical, important, moderate, and low.
 repeated string severities = 4;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int | The count of severities. | 
    
  
  
  getSeveritiesList()
  
    public ProtocolStringList getSeveritiesList()
   
   Install only patches with these severities.
 Common severities include critical, important, moderate, and low.
 repeated string severities = 4;
getWithOptional()
  
    public boolean getWithOptional()
   
   Adds the --with-optional flag to zypper patch.
 bool with_optional = 1;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | The withOptional. | 
    
  
  
  getWithUpdate()
  
    public boolean getWithUpdate()
   
   Adds the --with-update flag, to zypper patch.
 bool with_update = 2;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | The withUpdate. | 
    
  
  
  hashCode()
  
  
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  Overrides
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  newBuilderForType()
  
    public PatchJobs.ZypperSettings.Builder newBuilderForType()
   
  
  
  newBuilderForType(GeneratedMessageV3.BuilderParent parent)
  
    protected PatchJobs.ZypperSettings.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
   
  
  
  Overrides
  
  
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
  
    protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
   
  
  
    
      
        | Returns | 
      
        | Type | Description | 
      
        | Object |  | 
    
  
  Overrides
  
  
  toBuilder()
  
    public PatchJobs.ZypperSettings.Builder toBuilder()
   
  
  
  writeTo(CodedOutputStream output)
  
    public void writeTo(CodedOutputStream output)
   
  
  Overrides