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-04-02 UTC."],[[["`UpdateProjectSettingsRequest` is a class in the `Google.Cloud.ArtifactRegistry.V1Beta2` namespace, used for setting project settings within the Artifact Registry."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality checks, deep cloning, and buffered messages."],["The class offers two constructors: a default constructor and one that takes another `UpdateProjectSettingsRequest` object for cloning."],["It has two main properties: `ProjectSettings`, which holds the settings to be applied to the project, and `UpdateMask`, used for specifying which fields to update partially."],["There are 3 versions of this class, the latest being version 2.0.0-beta05, and the current content describes version 1.0.0-beta06."]]],[]]