Enum YumArtifact.PackageType (1.2.9)

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

Package type is either binary or source.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
BINARY

Binary package (.rpm).

BINARY = 1;

BINARY_VALUE

Binary package (.rpm).

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

SOURCE = 2;

SOURCE_VALUE

Source package (.srpm).

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