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 v1beta2 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 information for the `Repository.Types.MavenRepositoryConfig` class within the Artifact Registry v1beta2 API, detailing its structure and usage."],["`MavenRepositoryConfig` offers specific configurations for maven-formatted repositories, including settings for snapshot version overwrites and version policy."],["The class is implemented in the `Google.Cloud.ArtifactRegistry.V1Beta2` namespace and is part of the `Google.Cloud.ArtifactRegistry.V1Beta2.dll` assembly."],["The document includes constructors for the class, such as a default constructor and one that accepts another `MavenRepositoryConfig` object."],["The class contains properties like `AllowSnapshotOverwrites`, a boolean flag that dictates whether the repository allows publishing the same snapshot versions, and `VersionPolicy`, which manages the versions that the registry will accept."]]],[]]