public sealed class UpdateResourceValueConfigRequest : IMessage<UpdateResourceValueConfigRequest>, IEquatable<UpdateResourceValueConfigRequest>, IDeepCloneable<UpdateResourceValueConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Security Command Center v2 API class UpdateResourceValueConfigRequest.
The list of fields to be updated.
If empty all mutable fields will be updated.
To update nested fields, include the top level field in the mask
For example, to update gcp_metadata.resource_type, include the
"gcp_metadata" field mask
[[["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."],[[["The `UpdateResourceValueConfigRequest` class is part of the Security Command Center v2 API, used for updating resource value configurations."],["This class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, cloning, and buffered operations."],["It has two constructors, one default and another that takes an existing `UpdateResourceValueConfigRequest` instance for copying."],["The class includes two key properties: `ResourceValueConfig`, representing the configuration being updated, and `UpdateMask`, specifying which fields should be modified."],["The namespace for this class is `Google.Cloud.SecurityCenter.V2`, and it is located within the `Google.Cloud.SecurityCenter.V2.dll` assembly."]]],[]]