public sealed class ProjectSettings : IMessage<ProjectSettings>, IEquatable<ProjectSettings>, IDeepCloneable<ProjectSettings>, IBufferMessage, IMessage
Reference documentation and code samples for the Artifact Registry v1 API class ProjectSettings.
The Artifact Registry settings that apply to a Project.
[[["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 `ProjectSettings` class within the Artifact Registry v1 API for .NET, detailing its properties, constructors, and inherited members."],["The `ProjectSettings` class manages the Artifact Registry settings that apply to a specific project, including the redirection state of legacy repositories."],["The latest available version of the `ProjectSettings` class in the provided documentation is version 2.9.0, while version 2.1.0 is the primary version for which detailed information is presented."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`, offering functionalities like deep cloning, message handling, and equality checks."],["Key properties of `ProjectSettings` include `LegacyRedirectionState`, which indicates the redirection state of legacy repositories, `Name`, which is the unique name of the project settings, and `ProjectSettingsName`, a typed view of the name resource property."]]],[]]