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."],[[["The webpage provides reference documentation for the `HybridInspectStatistics` class within the Google Cloud Data Loss Prevention (DLP) v2 API."],["This class, `HybridInspectStatistics`, is used to track and represent data related to processing hybrid inspection requests, including `AbortedCount`, `PendingCount`, and `ProcessedCount` as properties."],["The documentation lists all the different available versions of `HybridInspectStatistics`, ranging from the latest version 4.16.0 to version 2.15.0, accessible via hyperlinks."],["`HybridInspectStatistics` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionality and role within the .NET framework."],["It contains information on the `HybridInspectStatistics` constructors, including a default constructor and one that takes another `HybridInspectStatistics` instance, and it shows members inherited from the `object` class."]]],[]]