Class MavenRepositoryConfig
MavenRepositoryConfig is maven related repository details. Provides additional configuration details for repositories of the maven format type.
Implements
Inherited Members
Namespace: Google.Apis.ArtifactRegistry.v1beta2.Data
Assembly: Google.Apis.ArtifactRegistry.v1beta2.dll
Syntax
public class MavenRepositoryConfig : IDirectResponseSchema
Properties
AllowSnapshotOverwrites
The repository with this flag will allow publishing the same snapshot versions.
Declaration
[JsonProperty("allowSnapshotOverwrites")]
public virtual bool? AllowSnapshotOverwrites { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
VersionPolicy
Version policy defines the versions that the registry will accept.
Declaration
[JsonProperty("versionPolicy")]
public virtual string VersionPolicy { get; set; }
Property Value
Type | Description |
---|---|
string |