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."],[[["This webpage details the `ProjectSettings` class within the `Google.Cloud.ArtifactRegistry.V1` namespace, providing settings for a project in the Artifact Registry."],["The latest version available for `ProjectSettings` is 2.9.0, with other versions listed back to 1.0.0 for historical context."],["`ProjectSettings` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `Object` class."],["The `ProjectSettings` class includes properties like `LegacyRedirectionState`, `Name`, and `ProjectSettingsName` to manage repository redirection and project settings names."],["Two constructors are available for `ProjectSettings`: one default and the other accepting another `ProjectSettings` object as a parameter."]]],[]]