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 latest version of the `UpdateProjectSettingsRequest` class is 2.9.0, part of the Google Cloud Artifact Registry V1 API."],["This class is used to set the project settings in the Artifact Registry, with links to documentation for versions going back to 1.0.0."],["The class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `UpdateProjectSettingsRequest` include `ProjectSettings` and `UpdateMask`, which respectively manages the project settings themselves and the field mask for partial updates."],["It also has 2 constructors, `UpdateProjectSettingsRequest()` and `UpdateProjectSettingsRequest(UpdateProjectSettingsRequest other)`."]]],[]]