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 v2 API, specifically for .NET development."],["The `HybridInspectStatistics` class offers statistics related to hybrid inspection requests, including the number of aborted, pending, and processed requests."],["The documentation covers a range of versions for the class, from version 2.15.0 up to the latest version 4.16.0, allowing users to navigate to specific versions if needed."],["The `HybridInspectStatistics` class inherits from `object` and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, each serving specific purposes within the Google Protocol Buffers framework."],["The API offers methods for tracking the status of hybrid inspect requests, such as `AbortedCount`, `PendingCount`, and `ProcessedCount`."]]],[]]