Enum RemoteRepositoryConfig.MavenRepository.PublicRepository (1.40.0)

public enum RemoteRepositoryConfig.MavenRepository.PublicRepository extends Enum<RemoteRepositoryConfig.MavenRepository.PublicRepository> implements ProtocolMessageEnum

Predefined list of publicly available Maven repositories like Maven Central.

Protobuf enum google.devtools.artifactregistry.v1.RemoteRepositoryConfig.MavenRepository.PublicRepository

Implements

ProtocolMessageEnum

Static Fields

NameDescription
MAVEN_CENTRAL

Maven Central.

MAVEN_CENTRAL = 1;

MAVEN_CENTRAL_VALUE

Maven Central.

MAVEN_CENTRAL = 1;

PUBLIC_REPOSITORY_UNSPECIFIED

Unspecified repository.

PUBLIC_REPOSITORY_UNSPECIFIED = 0;

PUBLIC_REPOSITORY_UNSPECIFIED_VALUE

Unspecified repository.

PUBLIC_REPOSITORY_UNSPECIFIED = 0;

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