Class: Google::Privacy::Dlp::V2::HybridInspectStatistics

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb

Overview

Statistics related to processing hybrid inspect requests.s

Instance Attribute Summary collapse

Instance Attribute Details

#aborted_countInteger

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

Returns:

  • (Integer)

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



751
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 751

class HybridInspectStatistics; end

#pending_countInteger

Returns 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:

  • (Integer)

    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.



751
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 751

class HybridInspectStatistics; end

#processed_countInteger

Returns The number of hybrid inspection requests processed within this job.

Returns:

  • (Integer)

    The number of hybrid inspection requests processed within this job.



751
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 751

class HybridInspectStatistics; end