Module: Google::Cloud::ArtifactRegistry::V1::Repository::Mode

Defined in:
proto_docs/google/devtools/artifactregistry/v1/repository.rb

Overview

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

Constant Summary collapse

MODE_UNSPECIFIED =

Unspecified mode.

0
STANDARD_REPOSITORY =

A standard repository storing artifacts.

1
VIRTUAL_REPOSITORY =

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

2
REMOTE_REPOSITORY =

A remote repository to serve artifacts from a remote source.

3