Enum Repository.Mode (1.38.0)

public enum Repository.Mode extends Enum<Repository.Mode> implements ProtocolMessageEnum

The mode configures the repository to serve artifacts from different sources.

Protobuf enum google.devtools.artifactregistry.v1.Repository.Mode

Implements

ProtocolMessageEnum

Static Fields

NameDescription
MODE_UNSPECIFIED

Unspecified mode.

MODE_UNSPECIFIED = 0;

MODE_UNSPECIFIED_VALUE

Unspecified mode.

MODE_UNSPECIFIED = 0;

REMOTE_REPOSITORY

A remote repository to serve artifacts from a remote source.

REMOTE_REPOSITORY = 3;

REMOTE_REPOSITORY_VALUE

A remote repository to serve artifacts from a remote source.

REMOTE_REPOSITORY = 3;

STANDARD_REPOSITORY

A standard repository storing artifacts.

STANDARD_REPOSITORY = 1;

STANDARD_REPOSITORY_VALUE

A standard repository storing artifacts.

STANDARD_REPOSITORY = 1;

UNRECOGNIZED
VIRTUAL_REPOSITORY

A virtual repository to serve artifacts from one or more sources.

VIRTUAL_REPOSITORY = 2;

VIRTUAL_REPOSITORY_VALUE

A virtual repository to serve artifacts from one or more sources.

VIRTUAL_REPOSITORY = 2;

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