Class: Google::Cloud::Dlp::V2::HybridInspectStatistics
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::HybridInspectStatistics
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
Statistics related to processing hybrid inspect requests.
Instance Attribute Summary collapse
-
#aborted_count ⇒ ::Integer
The number of hybrid inspection requests aborted because the job ran out of quota or was ended before they could be processed.
-
#pending_count ⇒ ::Integer
The number of hybrid requests currently being processed.
-
#processed_count ⇒ ::Integer
The number of hybrid inspection requests processed within this job.
Instance Attribute Details
#aborted_count ⇒ ::Integer
Returns The number of hybrid inspection requests aborted because the job ran out of quota or was ended before they could be processed.
1110 1111 1112 1113 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1110 class HybridInspectStatistics include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#pending_count ⇒ ::Integer
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.
1110 1111 1112 1113 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1110 class HybridInspectStatistics include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#processed_count ⇒ ::Integer
Returns The number of hybrid inspection requests processed within this job.
1110 1111 1112 1113 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1110 class HybridInspectStatistics include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |