public sealed class UpdateProjectSettingsRequest : IMessage<UpdateProjectSettingsRequest>, IEquatable<UpdateProjectSettingsRequest>, IDeepCloneable<UpdateProjectSettingsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Artifact Registry v1 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 in the Artifact Registry v1 API allows users to modify project settings, as indicated by its purpose of setting project settings."],["This class has been implemented with several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility with Google Protobuf and providing functionalities for message handling."],["There are different versions of the Artifact Registry v1 API are available, including version `2.9.0` which is the latest, and down to version `1.0.0`."],["The `UpdateProjectSettingsRequest` class has two constructors, one default and another that accepts an `UpdateProjectSettingsRequest` instance, to give options in how it can be constructed."],["The `UpdateProjectSettingsRequest` class contains two properties, `ProjectSettings` and `UpdateMask`, to define the project settings to be modified, and the specific fields to be updated, respectively."]]],[]]