public enum Repository.Types.MavenRepositoryConfig.Types.VersionPolicyReference documentation and code samples for the Artifact Registry v1 API enum Repository.Types.MavenRepositoryConfig.Types.VersionPolicy.
VersionPolicy is the version policy for the repository.
Namespace
Google.Cloud.ArtifactRegistry.V1Assembly
Google.Cloud.ArtifactRegistry.V1.dll
Fields |
|
|---|---|
| Name | Description |
Release |
RELEASE - repository will accept only Release versions. |
Snapshot |
SNAPSHOT - repository will accept only Snapshot versions. |
Unspecified |
VERSION_POLICY_UNSPECIFIED - the version policy is not defined. When the version policy is not defined, no validation is performed for the versions. |