public enum GuestPolicies.SoftwareRecipe.Step.ExtractArchive.ArchiveType extends Enum<GuestPolicies.SoftwareRecipe.Step.ExtractArchive.ArchiveType> implements ProtocolMessageEnumSpecifying the type of archive.
Protobuf enum
google.cloud.osconfig.v1beta.SoftwareRecipe.Step.ExtractArchive.ArchiveType
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| ARCHIVE_TYPE_UNSPECIFIED | Indicates that the archive type isn't specified. |
| ARCHIVE_TYPE_UNSPECIFIED_VALUE | Indicates that the archive type isn't specified. |
| TAR | Indicates that the archive is a tar archive with no encryption. |
| TAR_BZIP | Indicates that the archive is a tar archive with bzip encryption. |
| TAR_BZIP_VALUE | Indicates that the archive is a tar archive with bzip encryption. |
| TAR_GZIP | Indicates that the archive is a tar archive with gzip encryption. |
| TAR_GZIP_VALUE | Indicates that the archive is a tar archive with gzip encryption. |
| TAR_LZMA | Indicates that the archive is a tar archive with lzma encryption. |
| TAR_LZMA_VALUE | Indicates that the archive is a tar archive with lzma encryption. |
| TAR_VALUE | Indicates that the archive is a tar archive with no encryption. |
| TAR_XZ | Indicates that the archive is a tar archive with xz encryption. |
| TAR_XZ_VALUE | Indicates that the archive is a tar archive with xz encryption. |
| UNRECOGNIZED | |
| ZIP | Indicates that the archive is a zip archive. |
| ZIP_VALUE | Indicates that the archive is a zip archive. |
Static Methods
| Name | Description |
| forNumber(int value) | |
| getDescriptor() | |
| internalGetValueMap() | |
| valueOf(Descriptors.EnumValueDescriptor desc) | |
| valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
| valueOf(String name) | |
| values() |
Methods
| Name | Description |
| getDescriptorForType() | |
| getNumber() | |
| getValueDescriptor() |