Data Loss Prevention V2 Client - Class HybridInspectStatistics (2.0.0-RC1)

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

Namespace

Google \ Cloud \ Dlp \ V2

Methods

__construct

Constructor.

Parameters
Name Description
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
Type Description
int|string

setProcessedCount

The number of hybrid inspection requests processed within this job.

Parameter
Name Description
var int|string
Returns
Type Description
$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
Type Description
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
Name Description
var int|string
Returns
Type Description
$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
Type Description
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
Name Description
var int|string
Returns
Type Description
$this