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 `GetFindingRequest` class is used to request a specific finding via the `GetFinding` method in the Google Cloud Web Security Scanner."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities like message handling and deep cloning."],["It inherits from the base `Object` class, providing fundamental methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The `GetFindingRequest` class has two constructors and a `Name` property, which is a string representing the resource name of the finding to be retrieved, following a specific project and scan hierarchy format."],["There are multiple versions of the `GetFindingRequest` Class, the latest version being 2.5.0, and the current page representing version 1.1.0."]]],[]]