public sealed class FindingLimits : IMessage<InspectConfig.Types.FindingLimits>, IEquatable<InspectConfig.Types.FindingLimits>, IDeepCloneable<InspectConfig.Types.FindingLimits>, IBufferMessage, IMessage
Configuration to control the number of findings returned.
Max number of findings that will be returned for each item scanned.
When set within InspectJobConfig,
the maximum returned is 2000 regardless if this is set higher.
When set within InspectContentRequest, this field is ignored.
Max number of findings that will be returned per request/job.
When set within InspectContentRequest, the maximum returned is 2000
regardless if this is set higher.
[[["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."],[[["\u003cp\u003eThis page details the \u003ccode\u003eFindingLimits\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Dlp.V2\u003c/code\u003e namespace, which is used to configure the number of findings returned by the Data Loss Prevention (DLP) service.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available is 4.16.0, and the page also provides documentation links to earlier versions down to 2.15.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eFindingLimits\u003c/code\u003e class has properties for managing maximum findings per info type, per item, and per request or job, allowing granular control over the amount of data returned.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMaxFindingsPerItem\u003c/code\u003e and \u003ccode\u003eMaxFindingsPerRequest\u003c/code\u003e properties are capped at 2000 when used in specific contexts, such as \u003ccode\u003eInspectJobConfig\u003c/code\u003e and \u003ccode\u003eInspectContentRequest\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e that make it possible to compare, clone, or otherwise interface with it as a message.\u003c/p\u003e\n"]]],[],null,[]]