GooglePrivacyDlpV2HybridInspectStatisticsResponse

data class GooglePrivacyDlpV2HybridInspectStatisticsResponse(val abortedCount: String, val pendingCount: String, val processedCount: String)

Statistics related to processing hybrid inspect requests.

Constructors

constructor(abortedCount: String, pendingCount: String, processedCount: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The number of hybrid inspection requests aborted because the job ran out of quota or was ended before they could be processed.

Link copied to clipboard

The number of hybrid requests currently being processed. Only populated when called via method getDlpJob. A burst of traffic may cause hybrid inspect requests to be enqueued. Processing will take place as quickly as possible, but resource limitations may impact how long a request is enqueued for.

Link copied to clipboard

The number of hybrid inspection requests processed within this job.