public sealed class UpdateProjectSettingsRequest : IMessage<UpdateProjectSettingsRequest>, IEquatable<UpdateProjectSettingsRequest>, IDeepCloneable<UpdateProjectSettingsRequest>, IBufferMessage, IMessage
[[["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 `UpdateProjectSettingsRequest` class is used to set the settings of a project within the Google Cloud Artifact Registry."],["Version 2.9.0 is the latest available version, with older versions available dating back to 1.0.0."],["The class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It provides constructors for creating instances, including one that accepts another `UpdateProjectSettingsRequest` for cloning."],["It includes properties such as `ProjectSettings` of type `ProjectSettings` and `UpdateMask` of type `FieldMask` for partial updates."]]],[]]