Interface HybridInspectStatisticsOrBuilder (3.2.1)

public interface HybridInspectStatisticsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAbortedCount()

public abstract 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;

Returns
TypeDescription
long

The abortedCount.

getPendingCount()

public abstract 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;

Returns
TypeDescription
long

The pendingCount.

getProcessedCount()

public abstract long getProcessedCount()

The number of hybrid inspection requests processed within this job.

int64 processed_count = 1;

Returns
TypeDescription
long

The processedCount.