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"]],[["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 provided content outlines the various versions of the \u003ccode\u003eUpdateFindingRequest\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.SecurityCenter.V1\u003c/code\u003e namespace, ranging from version 2.2.0 to the latest 3.24.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eUpdateFindingRequest\u003c/code\u003e is a message class used for updating or creating a finding in the Google Cloud Security Center, implementing multiple interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUpdateFindingRequest\u003c/code\u003e class has two constructors, a default one and one that accepts another \u003ccode\u003eUpdateFindingRequest\u003c/code\u003e object as a parameter for copying, and has two properties named \u003ccode\u003eFinding\u003c/code\u003e and \u003ccode\u003eUpdateMask\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eFinding\u003c/code\u003e property specifies the finding resource to update or create, and the \u003ccode\u003eUpdateMask\u003c/code\u003e property determines which fields of the finding resource should be updated.\u003c/p\u003e\n"],["\u003cp\u003eThe available versions represent a history of the \u003ccode\u003eUpdateFindingRequest\u003c/code\u003e, allowing users to reference and utilize the class based on the specific version they need within the Google Cloud Security Center.\u003c/p\u003e\n"]]],[],null,[]]