GooglePrivacyDlpV2FindingLimits class

Configuration to control the number of findings returned for inspection.

This is not used for de-identification or data profiling. When redacting sensitive data from images, finding limits don't apply. They can cause unexpected or inconsistent results, where only some data is redacted. Don't include finding limits in RedactImage requests. Otherwise, Cloud DLP returns an error.

Constructors

GooglePrivacyDlpV2FindingLimits({List<GooglePrivacyDlpV2InfoTypeLimit>? maxFindingsPerInfoType, int? maxFindingsPerItem, int? maxFindingsPerRequest})
GooglePrivacyDlpV2FindingLimits.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
maxFindingsPerInfoType List<GooglePrivacyDlpV2InfoTypeLimit>?
Configuration of findings limit given for specified infoTypes.
getter/setter pair
maxFindingsPerItem int?
Max number of findings that are returned for each item scanned.
getter/setter pair
maxFindingsPerRequest int?
Max number of findings that are returned per request or job.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited