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 for inspection.
This is not used for de-identification or data profiling.
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 webpage 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 during data inspection and is available in various versions from 2.15.0 to the latest 4.16.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eFindingLimits\u003c/code\u003e class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing functionalities for message handling, equality comparison, deep cloning, and buffered message operations.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors, one default and one that takes another \u003ccode\u003eFindingLimits\u003c/code\u003e object as a parameter for copying properties.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of \u003ccode\u003eFindingLimits\u003c/code\u003e include \u003ccode\u003eMaxFindingsPerInfoType\u003c/code\u003e which allows configuration of finding limits for specified info types, \u003ccode\u003eMaxFindingsPerItem\u003c/code\u003e to cap the findings per item, and \u003ccode\u003eMaxFindingsPerRequest\u003c/code\u003e which sets the maximum number of findings returned per request or job.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eFindingLimits\u003c/code\u003e is a configuration class that applies solely to inspection; it is not relevant to de-identification or data profiling.\u003c/p\u003e\n"]]],[],null,[]]