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"]],[["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."],[[["This webpage details the `GetFindingRequest` class within the `Google.Cloud.WebSecurityScanner.V1` namespace, used to request a specific finding."],["The latest version of the `GetFindingRequest` class is 2.5.0, with a history of previous versions listed, going back to 1.0.0."],["The `GetFindingRequest` class implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`, and inherits from `System.Object`."],["The `GetFindingRequest` class has two constructors and one property, the `Name` property is a string that is required, formatted as a resource name."]]],[]]