GooglePrivacyDlpV2ResultResponse

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

Types

Link copied to clipboard
object Companion

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.