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-04-09 UTC."],[[["This webpage provides documentation for the `HybridInspectStatistics` class within the Google Cloud Data Loss Prevention (DLP) v2 API, detailing its purpose in managing statistics for hybrid inspection requests."],["The `HybridInspectStatistics` class, found in the `Google.Cloud.Dlp.V2` namespace, is implemented as a sealed class, inheriting from `Object` and implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists various versions of the `HybridInspectStatistics` class documentation, ranging from version 2.15.0 up to the latest version 4.16.0, allowing developers to view documentation specific to each release."],["The `HybridInspectStatistics` class has three main properties: `AbortedCount`, `PendingCount`, and `ProcessedCount`, each providing a count of the respective hybrid inspection request states."],["The class provides two constructors, a default parameterless one and another that allows for the passing of another `HybridInspectStatistics` as a parameter to create an instance."]]],[]]