Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::HybridInspectStatistics.
Statistics related to processing hybrid inspect requests.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#aborted_count
def aborted_count() -> ::Integer
Returns
- (::Integer) — The number of hybrid inspection requests aborted because the job ran out of quota or was ended before they could be processed.
#aborted_count=
def aborted_count=(value) -> ::Integer
Parameter
- value (::Integer) — 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.
#pending_count
def pending_count() -> ::Integer
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.
#pending_count=
def pending_count=(value) -> ::Integer
Parameter
-
value (::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.
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.
#processed_count
def processed_count() -> ::Integer
Returns
- (::Integer) — The number of hybrid inspection requests processed within this job.
#processed_count=
def processed_count=(value) -> ::Integer
Parameter
- value (::Integer) — The number of hybrid inspection requests processed within this job.
Returns
- (::Integer) — The number of hybrid inspection requests processed within this job.