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, specifically version 2.8.0, with links to other versions as well."],["`ProjectSettings` is an API class that manages Artifact Registry settings at the project level, which you can view its implementation of interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `ProjectSettings` contains properties such as `LegacyRedirectionState`, `Name`, and `ProjectSettingsName` which control the redirection state and settings of the legacy repositories."],["There are two constructors for the class `ProjectSettings`, one being parameter-less, and the other taking another `ProjectSettings` object as its parameter, called `other`."],["The document also lists the inherited members for the class `ProjectSettings`, which are `object.GetHashCode()`, `object.GetType()`, and `object.ToString()`."]]],[]]