public sealed class UpdateSettingsRequest : IMessage<UpdateSettingsRequest>, IEquatable<UpdateSettingsRequest>, IDeepCloneable<UpdateSettingsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center Settings v1beta1 API class UpdateSettingsRequest.
[[["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\u003eThis page provides documentation for the \u003ccode\u003eUpdateSettingsRequest\u003c/code\u003e class within the Google Cloud Security Command Center Settings v1beta1 API.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eUpdateSettingsRequest\u003c/code\u003e is a request message used for updating settings, inheriting from \u003ccode\u003eobject\u003c/code\u003e and implementing interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of this API class is \u003ccode\u003e2.0.0-beta04\u003c/code\u003e, while previous beta versions \u003ccode\u003e2.0.0-beta03\u003c/code\u003e and \u003ccode\u003e1.0.0-beta04\u003c/code\u003e are also documented.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUpdateSettingsRequest\u003c/code\u003e class has two constructors, a default one, and another that copies an existing \u003ccode\u003eUpdateSettingsRequest\u003c/code\u003e object, and two properties: \u003ccode\u003eSettings\u003c/code\u003e to define the new settings and \u003ccode\u003eUpdateMask\u003c/code\u003e to specify which settings field to update.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Security Command Center Settings v1beta1 API - Class UpdateSettingsRequest (2.0.0-beta04)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta04 (latest)](/dotnet/docs/reference/Google.Cloud.SecurityCenter.Settings.V1Beta1/latest/Google.Cloud.SecurityCenter.Settings.V1Beta1.UpdateSettingsRequest)\n- [2.0.0-beta03](/dotnet/docs/reference/Google.Cloud.SecurityCenter.Settings.V1Beta1/2.0.0-beta03/Google.Cloud.SecurityCenter.Settings.V1Beta1.UpdateSettingsRequest)\n- [1.0.0-beta04](/dotnet/docs/reference/Google.Cloud.SecurityCenter.Settings.V1Beta1/1.0.0-beta04/Google.Cloud.SecurityCenter.Settings.V1Beta1.UpdateSettingsRequest) \n\n public sealed class UpdateSettingsRequest : IMessage\u003cUpdateSettingsRequest\u003e, IEquatable\u003cUpdateSettingsRequest\u003e, IDeepCloneable\u003cUpdateSettingsRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google Cloud Security Command Center Settings v1beta1 API class UpdateSettingsRequest.\n\nRequest message for UpdateSettings. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e UpdateSettingsRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[UpdateSettingsRequest](/dotnet/docs/reference/Google.Cloud.SecurityCenter.Settings.V1Beta1/latest/Google.Cloud.SecurityCenter.Settings.V1Beta1.UpdateSettingsRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[UpdateSettingsRequest](/dotnet/docs/reference/Google.Cloud.SecurityCenter.Settings.V1Beta1/latest/Google.Cloud.SecurityCenter.Settings.V1Beta1.UpdateSettingsRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[UpdateSettingsRequest](/dotnet/docs/reference/Google.Cloud.SecurityCenter.Settings.V1Beta1/latest/Google.Cloud.SecurityCenter.Settings.V1Beta1.UpdateSettingsRequest), [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.SecurityCenter.Settings.V1Beta1](/dotnet/docs/reference/Google.Cloud.SecurityCenter.Settings.V1Beta1/latest/Google.Cloud.SecurityCenter.Settings.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.SecurityCenter.Settings.V1Beta1.dll\n\nConstructors\n------------\n\n### UpdateSettingsRequest()\n\n public UpdateSettingsRequest()\n\n### UpdateSettingsRequest(UpdateSettingsRequest)\n\n public UpdateSettingsRequest(UpdateSettingsRequest other)\n\nProperties\n----------\n\n### Settings\n\n public Settings Settings { get; set; }\n\nRequired. The settings to update.\n\nThe settings' `name` field is used to identify the settings to be updated.\nFormats:\n\n- `organizations/{organization}/settings`\n- `folders/{folder}/settings`\n- `projects/{project}/settings`\n- `projects/{project}/locations/{location}/clusters/{cluster}/settings`\n- `projects/{project}/regions/{region}/clusters/{cluster}/settings`\n- `projects/{project}/zones/{zone}/clusters/{cluster}/settings`\n\n### UpdateMask\n\n public FieldMask UpdateMask { get; set; }\n\nThe list of fields to be updated on the settings."]]