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-03-21 UTC."],[[["This webpage provides reference documentation for the `UpdateKmsConfigRequest` class within the NetApp v1 API."],["`UpdateKmsConfigRequest` is used to update a KMS (Key Management Service) configuration, inheriting from `object` and implementing several interfaces like `IMessage` and `IEquatable`."],["The class includes properties such as `KmsConfig` for specifying the KMS configuration to be updated and `UpdateMask` for defining which fields to overwrite during the update."],["There are multiple versions of the `UpdateKmsConfigRequest` available, with the latest being version 1.8.0."],["The class is found within the `Google.Cloud.NetApp.V1` namespace and the `Google.Cloud.NetApp.V1.dll` assembly."]]],[]]