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."],[[["This webpage provides documentation for the `UpdateProjectSettingsRequest` class within the Google Cloud Artifact Registry v1 API, specifically version 2.4.0, with links to other versions of the API."],["The `UpdateProjectSettingsRequest` class is used to set the project settings, as well as modify them, in Google Cloud's Artifact Registry."],["The `UpdateProjectSettingsRequest` class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `UpdateProjectSettingsRequest` include `ProjectSettings`, representing the settings to be applied, and `UpdateMask`, used for specifying partial updates."],["The available constructors for the `UpdateProjectSettingsRequest` class include a default constructor and one that takes another `UpdateProjectSettingsRequest` instance for copying."]]],[]]