Enum AptArtifact.PackageType (1.2.9)

public enum AptArtifact.PackageType extends Enum<AptArtifact.PackageType> implements ProtocolMessageEnum

Package type is either binary or source.

Protobuf enum google.devtools.artifactregistry.v1.AptArtifact.PackageType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
BINARY

Binary package.

BINARY = 1;

BINARY_VALUE

Binary package.

BINARY = 1;

PACKAGE_TYPE_UNSPECIFIED

Package type is not specified.

PACKAGE_TYPE_UNSPECIFIED = 0;

PACKAGE_TYPE_UNSPECIFIED_VALUE

Package type is not specified.

PACKAGE_TYPE_UNSPECIFIED = 0;

SOURCE

Source package.

SOURCE = 2;

SOURCE_VALUE

Source package.

SOURCE = 2;

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