public interface HybridInspectStatisticsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getAbortedCount()
The number of hybrid inspection requests aborted because the job ran
out of quota or was ended before they could be processed.
|
long |
getPendingCount()
The number of hybrid requests currently being processed.
|
long |
getProcessedCount()
The number of hybrid inspection requests processed within this job.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getProcessedCount()
The number of hybrid inspection requests processed within this job.
int64 processed_count = 1;long getAbortedCount()
The number of hybrid inspection requests aborted because the job ran out of quota or was ended before they could be processed.
int64 aborted_count = 2;long getPendingCount()
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.
int64 pending_count = 3;Copyright © 2022 Google LLC. All rights reserved.