public sealed class HybridInspectStatistics : IMessage<HybridInspectStatistics>, IEquatable<HybridInspectStatistics>, IDeepCloneable<HybridInspectStatistics>, IBufferMessage, IMessage
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 `HybridInspectStatistics` class provides statistics for hybrid inspection requests within the Google Cloud DLP service, including counts of aborted, pending, and processed requests."],["Version 4.16.0 is the latest release, with numerous prior versions available, ranging from 4.15.0 down to 2.15.0 for the `HybridInspectStatistics` documentation."],["`HybridInspectStatistics` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which allows it to be used in the Google Protobuf API."],["The class has three properties `AbortedCount`, `PendingCount`, `ProcessedCount` to keep track of the different status of the requests."],["The namespace for the `HybridInspectStatistics` class is `Google.Cloud.Dlp.V2` within the `Google.Cloud.Dlp.V2.dll` assembly."]]],[]]