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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003eUpdateProjectSettingsRequest\u003c/code\u003e class is 2.0.0-beta05, found within the \u003ccode\u003eGoogle.Cloud.ArtifactRegistry.V1Beta2\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003eThis class is designed for setting the project settings in the Artifact Registry v1beta2 API.\u003c/p\u003e\n"],["\u003cp\u003eIt implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, indicating its capabilities in message handling, comparison, cloning, and buffering.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two key properties: \u003ccode\u003eProjectSettings\u003c/code\u003e, which holds the settings to be applied to the project, and \u003ccode\u003eUpdateMask\u003c/code\u003e, used for performing partial updates.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUpdateProjectSettingsRequest\u003c/code\u003e class has two constructors, one empty and one to copy the parameters of an existing \u003ccode\u003eUpdateProjectSettingsRequest\u003c/code\u003e object.\u003c/p\u003e\n"]]],[],null,["# Artifact Registry v1beta2 API - Class UpdateProjectSettingsRequest (2.0.0-beta05)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta05 (latest)](/dotnet/docs/reference/Google.Cloud.ArtifactRegistry.V1Beta2/latest/Google.Cloud.ArtifactRegistry.V1Beta2.UpdateProjectSettingsRequest)\n- [2.0.0-beta04](/dotnet/docs/reference/Google.Cloud.ArtifactRegistry.V1Beta2/2.0.0-beta04/Google.Cloud.ArtifactRegistry.V1Beta2.UpdateProjectSettingsRequest)\n- [1.0.0-beta06](/dotnet/docs/reference/Google.Cloud.ArtifactRegistry.V1Beta2/1.0.0-beta06/Google.Cloud.ArtifactRegistry.V1Beta2.UpdateProjectSettingsRequest) \n\n public sealed class UpdateProjectSettingsRequest : IMessage\u003cUpdateProjectSettingsRequest\u003e, IEquatable\u003cUpdateProjectSettingsRequest\u003e, IDeepCloneable\u003cUpdateProjectSettingsRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Artifact Registry v1beta2 API class UpdateProjectSettingsRequest.\n\nSets the settings of the project. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e UpdateProjectSettingsRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[UpdateProjectSettingsRequest](/dotnet/docs/reference/Google.Cloud.ArtifactRegistry.V1Beta2/latest/Google.Cloud.ArtifactRegistry.V1Beta2.UpdateProjectSettingsRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[UpdateProjectSettingsRequest](/dotnet/docs/reference/Google.Cloud.ArtifactRegistry.V1Beta2/latest/Google.Cloud.ArtifactRegistry.V1Beta2.UpdateProjectSettingsRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[UpdateProjectSettingsRequest](/dotnet/docs/reference/Google.Cloud.ArtifactRegistry.V1Beta2/latest/Google.Cloud.ArtifactRegistry.V1Beta2.UpdateProjectSettingsRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.ArtifactRegistry.V1Beta2](/dotnet/docs/reference/Google.Cloud.ArtifactRegistry.V1Beta2/latest/Google.Cloud.ArtifactRegistry.V1Beta2)\n\nAssembly\n--------\n\nGoogle.Cloud.ArtifactRegistry.V1Beta2.dll\n\nConstructors\n------------\n\n### UpdateProjectSettingsRequest()\n\n public UpdateProjectSettingsRequest()\n\n### UpdateProjectSettingsRequest(UpdateProjectSettingsRequest)\n\n public UpdateProjectSettingsRequest(UpdateProjectSettingsRequest other)\n\nProperties\n----------\n\n### ProjectSettings\n\n public ProjectSettings ProjectSettings { get; set; }\n\nThe project settings.\n\n### UpdateMask\n\n public FieldMask UpdateMask { get; set; }\n\nField mask to support partial updates."]]