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 provides documentation for the `ProjectSettings` class within the `Google.Cloud.ArtifactRegistry.V1Beta2` namespace, part of the Artifact Registry settings applicable to a project."],["The `ProjectSettings` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The class offers two constructors: a default constructor `ProjectSettings()` and an overloaded constructor `ProjectSettings(ProjectSettings other)` for creating a new instance based on another `ProjectSettings` object."],["`ProjectSettings` includes properties such as `LegacyRedirectionState`, `Name`, and `ProjectSettingsName`, which allow for managing the redirection state, project settings name, and a typed view of the project settings name, respectively."],["It is shown that the current page is for version `1.0.0-beta06`, however, the most recent version is `2.0.0-beta05`, and `2.0.0-beta04` is also available."]]],[]]