public sealed class ProjectSettings : IMessage<ProjectSettings>, IEquatable<ProjectSettings>, IDeepCloneable<ProjectSettings>, IBufferMessage, IMessage
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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eProjectSettings\u003c/code\u003e class represents the Artifact Registry settings for a project and is found within the \u003ccode\u003eGoogle.Cloud.ArtifactRegistry.V1\u003c/code\u003e namespace, specifically in the \u003ccode\u003eGoogle.Cloud.ArtifactRegistry.V1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eThis class supports multiple versions, ranging from 1.0.0 up to the latest release, 2.9.0, and is a sealed class that implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eProjectSettings\u003c/code\u003e has properties such as \u003ccode\u003eLegacyRedirectionState\u003c/code\u003e, which manages the state of legacy repositories, \u003ccode\u003eName\u003c/code\u003e which stores the project's settings name, and \u003ccode\u003eProjectSettingsName\u003c/code\u003e which provides a typed view over the resource name.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors available for \u003ccode\u003eProjectSettings\u003c/code\u003e: one parameterless, and one that takes another \u003ccode\u003eProjectSettings\u003c/code\u003e object for cloning purposes.\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits members like \u003ccode\u003eGetHashCode\u003c/code\u003e, \u003ccode\u003eGetType\u003c/code\u003e, \u003ccode\u003eMemberwiseClone\u003c/code\u003e, and \u003ccode\u003eToString\u003c/code\u003e from the base \u003ccode\u003eObject\u003c/code\u003e class, providing fundamental object functionalities.\u003c/p\u003e\n"]]],[],null,[]]