Enum GuestPolicies.SoftwareRecipe.Step.ExtractArchive.ArchiveType (2.39.0)

public enum GuestPolicies.SoftwareRecipe.Step.ExtractArchive.ArchiveType extends Enum<GuestPolicies.SoftwareRecipe.Step.ExtractArchive.ArchiveType> implements ProtocolMessageEnum

Specifying the type of archive.

Protobuf enum google.cloud.osconfig.v1beta.SoftwareRecipe.Step.ExtractArchive.ArchiveType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ARCHIVE_TYPE_UNSPECIFIED

Indicates that the archive type isn't specified.

ARCHIVE_TYPE_UNSPECIFIED = 0;

ARCHIVE_TYPE_UNSPECIFIED_VALUE

Indicates that the archive type isn't specified.

ARCHIVE_TYPE_UNSPECIFIED = 0;

TAR

Indicates that the archive is a tar archive with no encryption.

TAR = 1;

TAR_BZIP

Indicates that the archive is a tar archive with bzip encryption.

TAR_BZIP = 3;

TAR_BZIP_VALUE

Indicates that the archive is a tar archive with bzip encryption.

TAR_BZIP = 3;

TAR_GZIP

Indicates that the archive is a tar archive with gzip encryption.

TAR_GZIP = 2;

TAR_GZIP_VALUE

Indicates that the archive is a tar archive with gzip encryption.

TAR_GZIP = 2;

TAR_LZMA

Indicates that the archive is a tar archive with lzma encryption.

TAR_LZMA = 4;

TAR_LZMA_VALUE

Indicates that the archive is a tar archive with lzma encryption.

TAR_LZMA = 4;

TAR_VALUE

Indicates that the archive is a tar archive with no encryption.

TAR = 1;

TAR_XZ

Indicates that the archive is a tar archive with xz encryption.

TAR_XZ = 5;

TAR_XZ_VALUE

Indicates that the archive is a tar archive with xz encryption.

TAR_XZ = 5;

UNRECOGNIZED
ZIP

Indicates that the archive is a zip archive.

ZIP = 11;

ZIP_VALUE

Indicates that the archive is a zip archive.

ZIP = 11;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()