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 version 2.7.0."],["`MavenRepositoryConfig` offers details about Maven-format repositories, including configurations for version handling and snapshot overwrites."],["The class is derived from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, cloning, and buffering."],["Key properties include `AllowSnapshotOverwrites`, which determines if the repository allows the publishing of the same snapshot versions, and `VersionPolicy`, which dictates the acceptable version types for the registry."],["The `MavenRepositoryConfig` class is part of the `Google.Cloud.ArtifactRegistry.V1` namespace and is found within the `Google.Cloud.ArtifactRegistry.V1.dll` assembly."]]],[]]