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"]],[["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."],[[["The `ProjectSettings` class represents the Artifact Registry settings for a project and is found within the `Google.Cloud.ArtifactRegistry.V1` namespace, specifically in the `Google.Cloud.ArtifactRegistry.V1.dll` assembly."],["This 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 `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`ProjectSettings` has properties such as `LegacyRedirectionState`, which manages the state of legacy repositories, `Name` which stores the project's settings name, and `ProjectSettingsName` which provides a typed view over the resource name."],["There are two constructors available for `ProjectSettings`: one parameterless, and one that takes another `ProjectSettings` object for cloning purposes."],["The class inherits members like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString` from the base `Object` class, providing fundamental object functionalities."]]],[]]