public sealed class HybridInspectStatistics : IMessage<HybridInspectStatistics>, IEquatable<HybridInspectStatistics>, IDeepCloneable<HybridInspectStatistics>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class HybridInspectStatistics.
Statistics related to processing hybrid inspect requests.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-24 UTC."],[[["This webpage provides documentation for the `HybridInspectStatistics` class within the Google Cloud Data Loss Prevention (DLP) v2 API, detailing its properties and functionality."],["The content lists various versions of the Google Cloud DLP v2 API, ranging from version 2.15.0 to the latest version 4.16.0, with each version linking to its specific documentation for the `HybridInspectStatistics` class."],["The `HybridInspectStatistics` class, which inherits from `object` and implements several interfaces, is used to manage and track statistics for hybrid inspection requests."],["The class has three key properties: `AbortedCount` (the number of requests aborted), `PendingCount` (the number of requests currently being processed), and `ProcessedCount` (the number of requests processed)."],["The documentation includes details on the class's constructors, inherited members, and namespace, as well as the assembly `Google.Cloud.Dlp.V2.dll`."]]],[]]