GooglePrivacyDlpV2Result class
All result fields mentioned below are updated while the job is processing.
Constructors
-
GooglePrivacyDlpV2Result({GooglePrivacyDlpV2HybridInspectStatistics? hybridStats, List<
GooglePrivacyDlpV2InfoTypeStats> ? infoTypeStats, String? processedBytes, String? totalEstimatedBytes}) - GooglePrivacyDlpV2Result.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- hybridStats ↔ GooglePrivacyDlpV2HybridInspectStatistics?
-
Statistics related to the processing of hybrid inspect.
getter/setter pair
-
infoTypeStats
↔ List<
GooglePrivacyDlpV2InfoTypeStats> ? -
Statistics of how many instances of each info type were found during
inspect job.
getter/setter pair
- processedBytes ↔ String?
-
Total size in bytes that were processed.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- totalEstimatedBytes ↔ String?
-
Estimate of the number of bytes to process.
getter/setter pair
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