public sealed class GetFindingRequest : IMessage<GetFindingRequest>, IEquatable<GetFindingRequest>, IDeepCloneable<GetFindingRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Web Security Scanner v1 API class GetFindingRequest.
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 part of the Google Cloud Web Security Scanner v1 API, with the latest version being 2.5.0 and the current documentation being for version 2.3.0."],["This class is used to request a specific finding from a scan run, according to the format of the name specified in the properties."],["`GetFindingRequest` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message manipulation and comparison."],["The `Name` property of the `GetFindingRequest` object is required and specifies the resource name of the finding, structured as a string."],["The `GetFindingRequest` class has two constructors, one that is a default and one that accepts another `GetFindingRequest` object as a parameter."]]],[]]