public sealed class 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 `MavenRepositoryConfig` class within the Google Cloud Artifact Registry v1 API, specifically within the `Google.Cloud.ArtifactRegistry.V1.Repository.Types` namespace."],["`MavenRepositoryConfig` is used to configure Maven-related settings for repositories, adding details for repositories with a Maven format type."],["The document includes details about inheritance, listing the class's ancestors and implemented interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation covers the available constructors for `MavenRepositoryConfig`, which include a default constructor and one that accepts another `MavenRepositoryConfig` object."],["The documentation covers two configurable properties, `AllowSnapshotOverwrites`, which determines if publishing the same snapshot versions is allowed, and `VersionPolicy`, which is used to define which versions the registry will accept."]]],[]]