public sealed class UpdateFindingRequest : IMessage<UpdateFindingRequest>, IEquatable<UpdateFindingRequest>, IDeepCloneable<UpdateFindingRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1 API class UpdateFindingRequest.
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 page provides reference documentation for the \u003ccode\u003eUpdateFindingRequest\u003c/code\u003e class within the Google Cloud Security Center v1 API, detailing its usage for updating or creating a security finding.\u003c/p\u003e\n"],["\u003cp\u003eIt lists various versions of the Google Cloud Security Center v1 API, ranging from version 2.2.0 up to the latest version 3.24.0, all of which have documentation on the UpdateFindingRequest.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUpdateFindingRequest\u003c/code\u003e class can be constructed with no parameters, or it can be constructed using another \u003ccode\u003eUpdateFindingRequest\u003c/code\u003e object, acting as a copy constructor.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUpdateFindingRequest\u003c/code\u003e has two key properties: \u003ccode\u003eFinding\u003c/code\u003e, which is the finding resource to update or create and \u003ccode\u003eUpdateMask\u003c/code\u003e, which specifies which fields of the finding resource should be updated, or if it's a new finding.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements several interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, and inherits from the object class, showing it's broad usage in the protocol buffer structure.\u003c/p\u003e\n"]]],[],null,[]]