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."],[[["This webpage provides reference documentation for the `GetFindingRequest` class within the Google Cloud Web Security Scanner v1 API."],["`GetFindingRequest` is used to request a specific finding via the `GetFinding` method, and its latest version is 2.5.0."],["The `GetFindingRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, in addition to inheriting from `Object`."],["The class has a single property, `Name`, which is a required string representing the resource name of the finding being retrieved."],["Multiple versions of the documentation are available, ranging from version 1.0.0 up to the latest version, 2.5.0."]]],[]]