Class: Google::Cloud::Dlp::V2::HybridInspectStatistics

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::Integer)

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



1093
1094
1095
1096
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1093

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.

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.



1093
1094
1095
1096
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1093

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.

Returns:

  • (::Integer)

    The number of hybrid inspection requests processed within this job.



1093
1094
1095
1096
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1093

class HybridInspectStatistics
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end