Google Privacy Dlp V2Result Response
data class GooglePrivacyDlpV2ResultResponse(val hybridStats: GooglePrivacyDlpV2HybridInspectStatisticsResponse, val infoTypeStats: List<GooglePrivacyDlpV2InfoTypeStatsResponse>, val processedBytes: String, val totalEstimatedBytes: String)
All result fields mentioned below are updated while the job is processing.
Constructors
Link copied to clipboard
constructor(hybridStats: GooglePrivacyDlpV2HybridInspectStatisticsResponse, infoTypeStats: List<GooglePrivacyDlpV2InfoTypeStatsResponse>, processedBytes: String, totalEstimatedBytes: String)
Properties
Link copied to clipboard
Statistics related to the processing of hybrid inspect.
Link copied to clipboard
Statistics of how many instances of each info type were found during inspect job.
Link copied to clipboard
Total size in bytes that were processed.
Link copied to clipboard
Estimate of the number of bytes to process.