public sealed class UpdateFindingRequest : IMessage<UpdateFindingRequest>, IEquatable<UpdateFindingRequest>, IDeepCloneable<UpdateFindingRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1p1beta1 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"]],[["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 documentation is for the `UpdateFindingRequest` class within the Google Cloud Security Command Center v1p1beta1 API, specifically for version 3.0.0-beta04, with links to other versions also available."],["The `UpdateFindingRequest` class is used to send requests for updating or creating a finding, and it inherits from `object` while implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one default and one that takes another `UpdateFindingRequest` object as a parameter, and it also has two properties: `Finding` which represents the finding to be updated or created and `UpdateMask` which specifies which fields to update."],["When updating a finding using `UpdateFindingRequest`, an empty `UpdateMask` will replace all source_properties, and individual properties can be added/updated by specifying them in the mask."],["`Finding` property will be ignored for parent, security_marks, and update_time, and if being created the finding ID must be alphanumeric between 0 and 32 characters."]]],[]]