Struct gapi_grpc::google::privacy::dlp::v2::HybridInspectStatistics[][src]

pub struct HybridInspectStatistics {
    pub processed_count: i64,
    pub aborted_count: i64,
    pub pending_count: i64,
}

Statistics related to processing hybrid inspect requests.

Fields

processed_count: i64

The number of hybrid inspection requests processed within this job.

aborted_count: i64

The number of hybrid inspection requests aborted because the job ran out of quota or was ended before they could be processed.

pending_count: i64

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.

Trait Implementations

impl Clone for HybridInspectStatistics[src]

impl Debug for HybridInspectStatistics[src]

impl Default for HybridInspectStatistics[src]

impl Message for HybridInspectStatistics[src]

impl PartialEq<HybridInspectStatistics> for HybridInspectStatistics[src]

impl StructuralPartialEq for HybridInspectStatistics[src]

Auto Trait Implementations

impl RefUnwindSafe for HybridInspectStatistics

impl Send for HybridInspectStatistics

impl Sync for HybridInspectStatistics

impl Unpin for HybridInspectStatistics

impl UnwindSafe for HybridInspectStatistics

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]