Class PatchJobs.YumSettings

  • All Implemented Interfaces:
    PatchJobs.YumSettingsOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable
    Enclosing class:
    PatchJobs

    public static final class PatchJobs.YumSettings
    extends com.google.protobuf.GeneratedMessageV3
    implements PatchJobs.YumSettingsOrBuilder
     Yum patching is performed by executing `yum update`. Additional options
     can be set to control how this is executed.
    
     Note that not all settings are supported on all platforms.
     
    Protobuf type google.cloud.osconfig.v1beta.YumSettings
    See Also:
    Serialized Form
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • getSecurity

        public boolean getSecurity()
         Adds the `--security` flag to `yum update`. Not supported on
         all platforms.
         
        bool security = 1;
        Specified by:
        getSecurity in interface PatchJobs.YumSettingsOrBuilder
        Returns:
        The security.
      • getMinimal

        public boolean getMinimal()
         Will cause patch to run `yum update-minimal` instead.
         
        bool minimal = 2;
        Specified by:
        getMinimal in interface PatchJobs.YumSettingsOrBuilder
        Returns:
        The minimal.
      • getExcludesList

        public com.google.protobuf.ProtocolStringList getExcludesList()
         List of packages to exclude from update. These packages are excluded by
         using the yum `--exclude` flag.
         
        repeated string excludes = 3;
        Specified by:
        getExcludesList in interface PatchJobs.YumSettingsOrBuilder
        Returns:
        A list containing the excludes.
      • getExcludesCount

        public int getExcludesCount()
         List of packages to exclude from update. These packages are excluded by
         using the yum `--exclude` flag.
         
        repeated string excludes = 3;
        Specified by:
        getExcludesCount in interface PatchJobs.YumSettingsOrBuilder
        Returns:
        The count of excludes.
      • getExcludes

        public String getExcludes​(int index)
         List of packages to exclude from update. These packages are excluded by
         using the yum `--exclude` flag.
         
        repeated string excludes = 3;
        Specified by:
        getExcludes in interface PatchJobs.YumSettingsOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The excludes at the given index.
      • getExcludesBytes

        public com.google.protobuf.ByteString getExcludesBytes​(int index)
         List of packages to exclude from update. These packages are excluded by
         using the yum `--exclude` flag.
         
        repeated string excludes = 3;
        Specified by:
        getExcludesBytes in interface PatchJobs.YumSettingsOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the excludes at the given index.
      • getExclusivePackagesList

        public com.google.protobuf.ProtocolStringList getExclusivePackagesList()
         An exclusive list of packages to be updated. These are the only packages
         that will be updated. If these packages are not installed, they will be
         ignored. This field must not be specified with any other patch
         configuration fields.
         
        repeated string exclusive_packages = 4;
        Specified by:
        getExclusivePackagesList in interface PatchJobs.YumSettingsOrBuilder
        Returns:
        A list containing the exclusivePackages.
      • getExclusivePackagesCount

        public int getExclusivePackagesCount()
         An exclusive list of packages to be updated. These are the only packages
         that will be updated. If these packages are not installed, they will be
         ignored. This field must not be specified with any other patch
         configuration fields.
         
        repeated string exclusive_packages = 4;
        Specified by:
        getExclusivePackagesCount in interface PatchJobs.YumSettingsOrBuilder
        Returns:
        The count of exclusivePackages.
      • getExclusivePackages

        public String getExclusivePackages​(int index)
         An exclusive list of packages to be updated. These are the only packages
         that will be updated. If these packages are not installed, they will be
         ignored. This field must not be specified with any other patch
         configuration fields.
         
        repeated string exclusive_packages = 4;
        Specified by:
        getExclusivePackages in interface PatchJobs.YumSettingsOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The exclusivePackages at the given index.
      • getExclusivePackagesBytes

        public com.google.protobuf.ByteString getExclusivePackagesBytes​(int index)
         An exclusive list of packages to be updated. These are the only packages
         that will be updated. If these packages are not installed, they will be
         ignored. This field must not be specified with any other patch
         configuration fields.
         
        repeated string exclusive_packages = 4;
        Specified by:
        getExclusivePackagesBytes in interface PatchJobs.YumSettingsOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the exclusivePackages at the given index.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static PatchJobs.YumSettings parseFrom​(ByteBuffer data)
                                               throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static PatchJobs.YumSettings parseFrom​(ByteBuffer data,
                                                      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                               throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static PatchJobs.YumSettings parseFrom​(com.google.protobuf.ByteString data)
                                               throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static PatchJobs.YumSettings parseFrom​(com.google.protobuf.ByteString data,
                                                      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                               throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static PatchJobs.YumSettings parseFrom​(byte[] data)
                                               throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static PatchJobs.YumSettings parseFrom​(byte[] data,
                                                      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                               throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • newBuilderForType

        public PatchJobs.YumSettings.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public PatchJobs.YumSettings.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected PatchJobs.YumSettings.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<PatchJobs.YumSettings> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public PatchJobs.YumSettings getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder