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 webpage documents the `MavenRepositoryConfig` class, which provides configuration details for Maven format repositories within the Google Cloud Artifact Registry."],["The latest documented version of `MavenRepositoryConfig` is 2.9.0, with a history of versions ranging from 1.0.0 to 2.9.0, each with its own documentation."],["The `MavenRepositoryConfig` class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it a part of Google's Protobuf and .NET ecosystems."],["The class contains properties such as `AllowSnapshotOverwrites`, which controls whether to permit the publishing of identical snapshot versions, and `VersionPolicy`, which determines the acceptable version types for the repository."],["The class has two constructors that allow either no arguments, or a `Repository.Types.MavenRepositoryConfig` argument in order to create a new `MavenRepositoryConfig` object."]]],[]]