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 webpage provides documentation for the `ProjectSettings` class within the Google Cloud Artifact Registry v1 API, specifically version 2.4.0."],["The `ProjectSettings` class represents the Artifact Registry settings that apply to a project, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `ProjectSettings` class include `LegacyRedirectionState`, `Name`, and `ProjectSettingsName`, which provide information about the legacy repository redirection state and project settings name."],["The page lists multiple versions of the Artifact Registry API, including the latest version (2.9.0) and previous versions down to 1.0.0, allowing navigation between versions."],["The `ProjectSettings` class has two constructors, one default constructor and one that takes another `ProjectSettings` object as a parameter, and this class inherits the `GetHashCode`, `GetType`, and `ToString` members from the base `object` class."]]],[]]