public sealed class UpdateFindingRequest : IMessage<UpdateFindingRequest>, IEquatable<UpdateFindingRequest>, IDeepCloneable<UpdateFindingRequest>, IBufferMessage, IMessage
Request message for updating or creating a finding.
Required. The finding resource to update or create if it does not already exist.
parent, security_marks, and update_time will be ignored.
In the case of creation, the finding id portion of the name must be
alphanumeric and less than or equal to 32 characters and greater than 0
characters in length.
The FieldMask to use when updating the finding resource. This field should
not be specified when creating a finding.
When updating a finding, an empty mask is treated as updating all mutable
fields and replacing source_properties. Individual source_properties can
be added/updated by using "source_properties.<property key>" in the 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."],[[["This document outlines the `UpdateFindingRequest` class, which is used for updating or creating a finding within Google Cloud Security Center."],["The latest available version of this class is 3.24.0, but the document provides access to versions ranging from 2.2.0 to 3.24.0, as well as the latest version."],["The `UpdateFindingRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for compatibility with relevant frameworks and libraries."],["The class includes two constructors, one for creating an empty instance and another for creating an instance by copying another `UpdateFindingRequest` instance."],["The `UpdateFindingRequest` class has two properties: `Finding`, representing the finding resource to be updated or created, and `UpdateMask`, specifying which fields should be updated."]]],[]]