Enum GuestPolicies.AptRepository.ArchiveType (2.3.2)

public enum GuestPolicies.AptRepository.ArchiveType extends Enum<GuestPolicies.AptRepository.ArchiveType> implements ProtocolMessageEnum

Type of archive.

Protobuf enum google.cloud.osconfig.v1beta.AptRepository.ArchiveType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ARCHIVE_TYPE_UNSPECIFIED

Unspecified.

ARCHIVE_TYPE_UNSPECIFIED = 0;

ARCHIVE_TYPE_UNSPECIFIED_VALUE

Unspecified.

ARCHIVE_TYPE_UNSPECIFIED = 0;

DEB

DEB indicates that the archive contains binary files.

DEB = 1;

DEB_SRC

DEB_SRC indicates that the archive contains source files.

DEB_SRC = 2;

DEB_SRC_VALUE

DEB_SRC indicates that the archive contains source files.

DEB_SRC = 2;

DEB_VALUE

DEB indicates that the archive contains binary files.

DEB = 1;

UNRECOGNIZED

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()