Enum RemoteRepositoryConfig.AptRepository.PublicRepository.RepositoryBase (1.40.0)

public enum RemoteRepositoryConfig.AptRepository.PublicRepository.RepositoryBase extends Enum<RemoteRepositoryConfig.AptRepository.PublicRepository.RepositoryBase> implements ProtocolMessageEnum

Predefined list of publicly available repository bases for Apt.

Protobuf enum google.devtools.artifactregistry.v1.RemoteRepositoryConfig.AptRepository.PublicRepository.RepositoryBase

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DEBIAN

Debian.

DEBIAN = 1;

DEBIAN_VALUE

Debian.

DEBIAN = 1;

REPOSITORY_BASE_UNSPECIFIED

Unspecified repository base.

REPOSITORY_BASE_UNSPECIFIED = 0;

REPOSITORY_BASE_UNSPECIFIED_VALUE

Unspecified repository base.

REPOSITORY_BASE_UNSPECIFIED = 0;

UBUNTU

Ubuntu LTS/Pro.

UBUNTU = 2;

UBUNTU_VALUE

Ubuntu LTS/Pro.

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