Module: Google::Cloud::ArtifactRegistry::V1::Repository::MavenRepositoryConfig::VersionPolicy

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

Overview

VersionPolicy is the version policy for the repository.

Constant Summary collapse

VERSION_POLICY_UNSPECIFIED =

VERSION_POLICY_UNSPECIFIED - the version policy is not defined. When the version policy is not defined, no validation is performed for the versions.

0
RELEASE =

RELEASE - repository will accept only Release versions.

1
SNAPSHOT =

SNAPSHOT - repository will accept only Snapshot versions.

2