public sealed class Repository.Types.MavenRepositoryConfig : IMessage<Repository.Types.MavenRepositoryConfig>, IEquatable<Repository.Types.MavenRepositoryConfig>, IDeepCloneable<Repository.Types.MavenRepositoryConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Artifact Registry v1 API class Repository.Types.MavenRepositoryConfig.
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 document provides reference documentation for the `Repository.Types.MavenRepositoryConfig` class within the Artifact Registry v1 API, specifically for .NET."],["The `MavenRepositoryConfig` class is used to configure repositories with the Maven format type, offering details for maven related repositories."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class, with inherited members including `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["It includes properties like `AllowSnapshotOverwrites`, which determines if publishing the same snapshot versions is allowed, and `VersionPolicy`, which sets the version acceptance rules for the registry."],["There are multiple available versions of the documentation, ranging from version 1.0.0 up to the latest version 2.9.0, demonstrating a history of updates and modifications."]]],[]]