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."],[[["The latest version available for the Artifact Registry v1 API class ProjectSettings is 2.9.0."],["This documentation covers the `ProjectSettings` class, which defines settings for a project within the Artifact Registry and is found under the `Google.Cloud.ArtifactRegistry.V1` namespace."],["`ProjectSettings` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality checks, deep cloning, and buffer operations."],["The class includes properties such as `LegacyRedirectionState`, `Name`, and `ProjectSettingsName`, which provide details about legacy repository redirection and the name of the project settings."],["The `ProjectSettings` class has two constructors, a default one, and another which takes another `ProjectSettings` instance."]]],[]]