public sealed class UpdateProjectSettingsRequest : IMessage<UpdateProjectSettingsRequest>, IEquatable<UpdateProjectSettingsRequest>, IDeepCloneable<UpdateProjectSettingsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Artifact Registry v1beta2 API class UpdateProjectSettingsRequest.
[[["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, part of the Artifact Registry v1beta2 API, is designed to set project settings."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring its compatibility and functionality within the .NET framework."],["There are two constructors available, one for a new instance and another for creating a copy from an existing `UpdateProjectSettingsRequest`."],["The class includes two key properties: `ProjectSettings` to manage the actual settings and `UpdateMask` to facilitate partial updates."],["The most recent version for this class is `2.0.0-beta05` and `2.0.0-beta04` is available in this documentation."]]],[]]