public sealed class UpdateComponentSettingsRequest : IMessage<UpdateComponentSettingsRequest>, IEquatable<UpdateComponentSettingsRequest>, IDeepCloneable<UpdateComponentSettingsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center Settings v1beta1 API class UpdateComponentSettingsRequest.
[[["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 \u003ccode\u003eUpdateComponentSettingsRequest\u003c/code\u003e class is part of the Google Cloud Security Command Center Settings v1beta1 API, used for updating component settings.\u003c/p\u003e\n"],["\u003cp\u003eThis class 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, supporting various functionalities like message handling, comparison, deep cloning, and buffer operations.\u003c/p\u003e\n"],["\u003cp\u003eIt has two constructors: a default constructor and one that accepts another \u003ccode\u003eUpdateComponentSettingsRequest\u003c/code\u003e object for cloning.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eComponentSettings\u003c/code\u003e property is a required field used to identify and update specific component settings with several allowed formats.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUpdateMask\u003c/code\u003e property allows specifying which fields within the component settings resource should be modified.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Security Command Center Settings v1beta1 API - Class UpdateComponentSettingsRequest (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.UpdateComponentSettingsRequest)\n- [2.0.0-beta03](/dotnet/docs/reference/Google.Cloud.SecurityCenter.Settings.V1Beta1/2.0.0-beta03/Google.Cloud.SecurityCenter.Settings.V1Beta1.UpdateComponentSettingsRequest)\n- [1.0.0-beta04](/dotnet/docs/reference/Google.Cloud.SecurityCenter.Settings.V1Beta1/1.0.0-beta04/Google.Cloud.SecurityCenter.Settings.V1Beta1.UpdateComponentSettingsRequest) \n\n public sealed class UpdateComponentSettingsRequest : IMessage\u003cUpdateComponentSettingsRequest\u003e, IEquatable\u003cUpdateComponentSettingsRequest\u003e, IDeepCloneable\u003cUpdateComponentSettingsRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google Cloud Security Command Center Settings v1beta1 API class UpdateComponentSettingsRequest.\n\nRequest message for UpdateComponentSettings. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e UpdateComponentSettingsRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[UpdateComponentSettingsRequest](/dotnet/docs/reference/Google.Cloud.SecurityCenter.Settings.V1Beta1/latest/Google.Cloud.SecurityCenter.Settings.V1Beta1.UpdateComponentSettingsRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[UpdateComponentSettingsRequest](/dotnet/docs/reference/Google.Cloud.SecurityCenter.Settings.V1Beta1/latest/Google.Cloud.SecurityCenter.Settings.V1Beta1.UpdateComponentSettingsRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[UpdateComponentSettingsRequest](/dotnet/docs/reference/Google.Cloud.SecurityCenter.Settings.V1Beta1/latest/Google.Cloud.SecurityCenter.Settings.V1Beta1.UpdateComponentSettingsRequest), [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### UpdateComponentSettingsRequest()\n\n public UpdateComponentSettingsRequest()\n\n### UpdateComponentSettingsRequest(UpdateComponentSettingsRequest)\n\n public UpdateComponentSettingsRequest(UpdateComponentSettingsRequest other)\n\nProperties\n----------\n\n### ComponentSettings\n\n public ComponentSettings ComponentSettings { get; set; }\n\nRequired. The component settings to update.\n\nThe component settings' `name` field is used to identify the component\nsettings to be updated. Formats:\n\n- `organizations/{organization}/components/{component}/settings`\n- `folders/{folder}/components/{component}/settings`\n- `projects/{project}/components/{component}/settings`\n- `projects/{project}/locations/{location}/clusters/{cluster}/components/{component}/settings`\n- `projects/{project}/regions/{region}/clusters/{cluster}/components/{component}/settings`\n- `projects/{project}/zones/{zone}/clusters/{cluster}/components/{component}/settings`\n\n### UpdateMask\n\n public FieldMask UpdateMask { get; set; }\n\nThe list of fields to be updated on the component settings resource."]]