Show / Hide Table of Contents

Class MavenRepositoryConfig

MavenRepositoryConfig is maven related repository details. Provides additional configuration details for repositories of the maven format type.

Inheritance
object
MavenRepositoryConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ArtifactRegistry.v1.Data
Assembly: Google.Apis.ArtifactRegistry.v1.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX