public sealed class ListFindingTypeStatsRequest : IMessage<ListFindingTypeStatsRequest>, IEquatable<ListFindingTypeStatsRequest>, IDeepCloneable<ListFindingTypeStatsRequest>, IBufferMessage, IMessage
Required. The parent resource name, which should be a scan run resource name in the
format
'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'.
[[["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."],[[["The `ListFindingTypeStatsRequest` class is used to request the `ListFindingTypeStats` method in the Google Cloud Web Security Scanner API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to support various functionalities like message manipulation, comparison, and cloning."],["There are two constructors for the `ListFindingTypeStatsRequest` class, one default and another to copy from an existing `ListFindingTypeStatsRequest` object."],["The `Parent` property is required and should be set to a scan run resource name in a specific format for the request to be valid, following the pattern 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'."],["The documentation lists multiple versions of the `ListFindingTypeStatsRequest` class, with version 2.5.0 being the latest."]]],[]]