public sealed class UpdateKmsConfigRequest : IMessage<UpdateKmsConfigRequest>, IEquatable<UpdateKmsConfigRequest>, IDeepCloneable<UpdateKmsConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the NetApp v1 API class UpdateKmsConfigRequest.
Required. Field mask is used to specify the fields to be overwritten in the
KmsConfig resource by the update.
The fields specified in the update_mask are relative to the resource, not
the full request. A field will be overwritten if it is in the mask. If the
user does not provide a mask then all fields will be overwritten.
[[["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-09-09 UTC."],[[["\u003cp\u003eThis webpage provides reference documentation for the \u003ccode\u003eUpdateKmsConfigRequest\u003c/code\u003e class within the NetApp v1 API.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUpdateKmsConfigRequest\u003c/code\u003e class is used to update a KMS Config, inheriting from the base \u003ccode\u003eobject\u003c/code\u003e class and implementing several interfaces like \u003ccode\u003eIMessage\u003c/code\u003e and \u003ccode\u003eIEquatable\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes constructors for creating new instances and properties for defining the \u003ccode\u003eKmsConfig\u003c/code\u003e to be updated and the \u003ccode\u003eUpdateMask\u003c/code\u003e to specify which fields should be modified.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version for the \u003ccode\u003eUpdateKmsConfigRequest\u003c/code\u003e documentation is 1.8.0, with links to previous versions from 1.7.0 down to 1.0.0.\u003c/p\u003e\n"]]],[],null,["# NetApp v1 API - Class UpdateKmsConfigRequest (1.10.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.10.0 (latest)](/dotnet/docs/reference/Google.Cloud.NetApp.V1/latest/Google.Cloud.NetApp.V1.UpdateKmsConfigRequest)\n- [1.9.0](/dotnet/docs/reference/Google.Cloud.NetApp.V1/1.9.0/Google.Cloud.NetApp.V1.UpdateKmsConfigRequest)\n- [1.8.0](/dotnet/docs/reference/Google.Cloud.NetApp.V1/1.8.0/Google.Cloud.NetApp.V1.UpdateKmsConfigRequest)\n- [1.7.0](/dotnet/docs/reference/Google.Cloud.NetApp.V1/1.7.0/Google.Cloud.NetApp.V1.UpdateKmsConfigRequest)\n- [1.6.0](/dotnet/docs/reference/Google.Cloud.NetApp.V1/1.6.0/Google.Cloud.NetApp.V1.UpdateKmsConfigRequest)\n- [1.5.0](/dotnet/docs/reference/Google.Cloud.NetApp.V1/1.5.0/Google.Cloud.NetApp.V1.UpdateKmsConfigRequest)\n- [1.4.0](/dotnet/docs/reference/Google.Cloud.NetApp.V1/1.4.0/Google.Cloud.NetApp.V1.UpdateKmsConfigRequest)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.NetApp.V1/1.3.0/Google.Cloud.NetApp.V1.UpdateKmsConfigRequest)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.NetApp.V1/1.2.0/Google.Cloud.NetApp.V1.UpdateKmsConfigRequest)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.NetApp.V1/1.1.0/Google.Cloud.NetApp.V1.UpdateKmsConfigRequest)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.NetApp.V1/1.0.0/Google.Cloud.NetApp.V1.UpdateKmsConfigRequest) \n\n public sealed class UpdateKmsConfigRequest : IMessage\u003cUpdateKmsConfigRequest\u003e, IEquatable\u003cUpdateKmsConfigRequest\u003e, IDeepCloneable\u003cUpdateKmsConfigRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the NetApp v1 API class UpdateKmsConfigRequest.\n\nUpdateKmsConfigRequest updates a KMS Config. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e UpdateKmsConfigRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[UpdateKmsConfigRequest](/dotnet/docs/reference/Google.Cloud.NetApp.V1/latest/Google.Cloud.NetApp.V1.UpdateKmsConfigRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[UpdateKmsConfigRequest](/dotnet/docs/reference/Google.Cloud.NetApp.V1/latest/Google.Cloud.NetApp.V1.UpdateKmsConfigRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[UpdateKmsConfigRequest](/dotnet/docs/reference/Google.Cloud.NetApp.V1/latest/Google.Cloud.NetApp.V1.UpdateKmsConfigRequest), [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.NetApp.V1](/dotnet/docs/reference/Google.Cloud.NetApp.V1/latest/Google.Cloud.NetApp.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.NetApp.V1.dll\n\nConstructors\n------------\n\n### UpdateKmsConfigRequest()\n\n public UpdateKmsConfigRequest()\n\n### UpdateKmsConfigRequest(UpdateKmsConfigRequest)\n\n public UpdateKmsConfigRequest(UpdateKmsConfigRequest other)\n\nProperties\n----------\n\n### KmsConfig\n\n public KmsConfig KmsConfig { get; set; }\n\nRequired. The KmsConfig being updated\n\n### UpdateMask\n\n public FieldMask UpdateMask { get; set; }\n\nRequired. Field mask is used to specify the fields to be overwritten in the\nKmsConfig resource by the update.\nThe fields specified in the update_mask are relative to the resource, not\nthe full request. A field will be overwritten if it is in the mask. If the\nuser does not provide a mask then all fields will be overwritten."]]