pendingCount property
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.
Implementation
core.String? pendingCount;