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 document provides reference documentation for the `ProjectSettings` class within the Artifact Registry v1 API, which is used to manage project-specific settings."],["The `ProjectSettings` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities such as message handling, equality comparisons, deep cloning, and buffer management."],["The `ProjectSettings` class can be instantiated through a parameterless constructor or a constructor that accepts another `ProjectSettings` instance, allowing for new instances to be created from existing ones."],["Key properties of `ProjectSettings` include `LegacyRedirectionState`, which specifies the redirection state of legacy repositories, and `Name`, which represents the project's settings name in a specific format."],["There are many versions of the `ProjectSettings` listed, including the latest 2.9.0, with version 2.6.0 being the specific version that this document is for."]]],[]]