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. Cannot be set if
de-identification is requested.
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, specifically for version 3.4.0, and provides links to documentation for other versions of this class ranging from 2.15.0 to 4.16.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eFindingLimits\u003c/code\u003e class is used to configure the number of findings that are returned during data inspection, and it is a public sealed class inheriting from Object and implementing multiple interfaces.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eFindingLimits\u003c/code\u003e class has properties like \u003ccode\u003eMaxFindingsPerInfoType\u003c/code\u003e, \u003ccode\u003eMaxFindingsPerItem\u003c/code\u003e, and \u003ccode\u003eMaxFindingsPerRequest\u003c/code\u003e, which allow setting limits on the number of findings returned, with \u003ccode\u003eMaxFindingsPerItem\u003c/code\u003e and \u003ccode\u003eMaxFindingsPerRequest\u003c/code\u003e having a limit of 2000 when used in certain contexts.\u003c/p\u003e\n"],["\u003cp\u003eThe configuration of the finding limits is not allowed if de-identification is also being requested.\u003c/p\u003e\n"],["\u003cp\u003eThe webpage also details the two constructors for the FindingLimits class, one of which takes another class of the same type as a parameter.\u003c/p\u003e\n"]]],[],null,[]]