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 latest version of the `UpdateProjectSettingsRequest` class is 2.0.0-beta05, found within the `Google.Cloud.ArtifactRegistry.V1Beta2` namespace."],["This class is designed for setting the project settings in the Artifact Registry v1beta2 API."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities in message handling, comparison, cloning, and buffering."],["The class has two key properties: `ProjectSettings`, which holds the settings to be applied to the project, and `UpdateMask`, used for performing partial updates."],["The `UpdateProjectSettingsRequest` class has two constructors, one empty and one to copy the parameters of an existing `UpdateProjectSettingsRequest` object."]]],[]]