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

pub struct InspectJobConfig {
    pub storage_config: Option<StorageConfig>,
    pub inspect_config: Option<InspectConfig>,
    pub inspect_template_name: String,
    pub actions: Vec<Action>,
}

Controls what and how to inspect for findings.

Fields

storage_config: Option<StorageConfig>

The data to scan.

inspect_config: Option<InspectConfig>

How and what to scan for.

inspect_template_name: String

If provided, will be used as the default for all values in InspectConfig. inspect_config will be merged into the values persisted as part of the template.

actions: Vec<Action>

Actions to execute at the completion of the job.

Trait Implementations

impl Clone for InspectJobConfig[src]

impl Debug for InspectJobConfig[src]

impl Default for InspectJobConfig[src]

impl Message for InspectJobConfig[src]

impl PartialEq<InspectJobConfig> for InspectJobConfig[src]

impl StructuralPartialEq for InspectJobConfig[src]

Auto Trait Implementations

impl RefUnwindSafe for InspectJobConfig

impl Send for InspectJobConfig

impl Sync for InspectJobConfig

impl Unpin for InspectJobConfig

impl UnwindSafe for InspectJobConfig

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]