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-04-02 UTC."],[[["`MavenRepositoryConfig` is a class that provides specific configuration details for Maven-format repositories within the Artifact Registry."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to integrate with protocol buffers and support deep cloning."],["It includes properties such as `AllowSnapshotOverwrites`, which dictates if publishing the same snapshot versions is permitted, and `VersionPolicy`, determining which versions the registry will accept."],["The `MavenRepositoryConfig` class is part of the `Google.Cloud.ArtifactRegistry.V1Beta2` namespace, found within the `Google.Cloud.ArtifactRegistry.V1Beta2.dll` assembly, and offers two constructors for creating instances."]]],[]]