Data Loss Prevention V2 Client - Class HybridInspectStatistics (1.8.6)

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.

Parameters
NameDescription
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.

Returns
TypeDescription
int|string

setProcessedCount

The number of hybrid inspection requests processed within this job.

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this

getAbortedCount

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

Returns
TypeDescription
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.

Parameter
NameDescription
var int|string
Returns
TypeDescription
$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.

Returns
TypeDescription
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.

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this