public sealed class MavenRepositoryConfig : IMessage<Repository.Types.MavenRepositoryConfig>, IEquatable<Repository.Types.MavenRepositoryConfig>, IDeepCloneable<Repository.Types.MavenRepositoryConfig>, IBufferMessage, IMessage
MavenRepositoryConfig is maven related repository details.
Provides additional configuration details for repositories of the maven
format type.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page documents the `MavenRepositoryConfig` class, which provides configuration details for Maven format repositories within Google Cloud Artifact Registry."],["The `MavenRepositoryConfig` class is part of the `Google.Cloud.ArtifactRegistry.V1` namespace and is implemented in the `Google.Cloud.ArtifactRegistry.V1.dll` assembly."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["It offers two constructors, a default one and another that accepts an existing `MavenRepositoryConfig` object for initialization."],["Key properties include `AllowSnapshotOverwrites` (a boolean that determines if publishing the same snapshot versions is allowed) and `VersionPolicy` (which defines the accepted versions)."]]],[]]