Enum GuestPolicies.SoftwareRecipe.Step.ExtractArchive.ArchiveType

    • Field Detail

      • ARCHIVE_TYPE_UNSPECIFIED_VALUE

        public static final int ARCHIVE_TYPE_UNSPECIFIED_VALUE
         Indicates that the archive type isn't specified.
         
        ARCHIVE_TYPE_UNSPECIFIED = 0;
        See Also:
        Constant Field Values
      • TAR_VALUE

        public static final int TAR_VALUE
         Indicates that the archive is a tar archive with no encryption.
         
        TAR = 1;
        See Also:
        Constant Field Values
      • TAR_GZIP_VALUE

        public static final int TAR_GZIP_VALUE
         Indicates that the archive is a tar archive with gzip encryption.
         
        TAR_GZIP = 2;
        See Also:
        Constant Field Values
      • TAR_BZIP_VALUE

        public static final int TAR_BZIP_VALUE
         Indicates that the archive is a tar archive with bzip encryption.
         
        TAR_BZIP = 3;
        See Also:
        Constant Field Values
      • TAR_LZMA_VALUE

        public static final int TAR_LZMA_VALUE
         Indicates that the archive is a tar archive with lzma encryption.
         
        TAR_LZMA = 4;
        See Also:
        Constant Field Values
      • TAR_XZ_VALUE

        public static final int TAR_XZ_VALUE
         Indicates that the archive is a tar archive with xz encryption.
         
        TAR_XZ = 5;
        See Also:
        Constant Field Values
      • ZIP_VALUE

        public static final int ZIP_VALUE
         Indicates that the archive is a zip archive.
         
        ZIP = 11;
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static GuestPolicies.SoftwareRecipe.Step.ExtractArchive.ArchiveType[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (GuestPolicies.SoftwareRecipe.Step.ExtractArchive.ArchiveType c : GuestPolicies.SoftwareRecipe.Step.ExtractArchive.ArchiveType.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static GuestPolicies.SoftwareRecipe.Step.ExtractArchive.ArchiveType valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • getNumber

        public final int getNumber()
        Specified by:
        getNumber in interface com.google.protobuf.Internal.EnumLite
        Specified by:
        getNumber in interface com.google.protobuf.ProtocolMessageEnum
      • valueOf

        @Deprecated
        public static GuestPolicies.SoftwareRecipe.Step.ExtractArchive.ArchiveType valueOf​(int value)
        Deprecated.
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        value - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • getValueDescriptor

        public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
        Specified by:
        getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
      • getDescriptorForType

        public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
      • getDescriptor

        public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
      • valueOf

        public static GuestPolicies.SoftwareRecipe.Step.ExtractArchive.ArchiveType valueOf​(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        desc - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null