public sealed class GetFindingRequest : IMessage<GetFindingRequest>, IEquatable<GetFindingRequest>, IDeepCloneable<GetFindingRequest>, IBufferMessage, IMessage
Required. The resource name of the Finding to be returned. The name follows the
format of
'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}/findings/{findingId}'.
[[["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 latest version of the `GetFindingRequest` class is 2.5.0, with previous versions ranging from 1.0.0 to 2.4.0, all accessible via their respective documentation links."],["The `GetFindingRequest` class is used to formulate requests for the `GetFinding` method, and it inherits from `Object` while implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetFindingRequest` class has two constructors: a default constructor `GetFindingRequest()` and another that takes a `GetFindingRequest` object as a parameter `GetFindingRequest(GetFindingRequest other)`."],["The `Name` property of the `GetFindingRequest` class is a string that represents the resource name of the finding to be returned, with a specified format."],["The webpage provides access to the source code for the `GetFindingRequest` in the assembly `Google.Cloud.WebSecurityScanner.V1.dll`."]]],[]]