Reference documentation and code samples for the Data Loss Prevention V2 Client class HybridInspectStatistics.
Statistics related to processing hybrid inspect requests.
Generated from protobuf message google.privacy.dlp.v2.HybridInspectStatistics
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ processed_count
int|string
The number of hybrid inspection requests processed within this job.
↳ aborted_count
int|string
The number of hybrid inspection requests aborted because the job ran out of quota or was ended before they could be processed.
↳ pending_count
int|string
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.
getProcessedCount
The number of hybrid inspection requests processed within this job.
int|string
setProcessedCount
The number of hybrid inspection requests processed within this job.
var
int|string
$this
getAbortedCount
The number of hybrid inspection requests aborted because the job ran out of quota or was ended before they could be processed.
int|string
setAbortedCount
The number of hybrid inspection requests aborted because the job ran out of quota or was ended before they could be processed.
var
int|string
$this
getPendingCount
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.
int|string
setPendingCount
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.
var
int|string
$this