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

pub struct LargeCustomDictionaryConfig {
    pub output_path: Option<CloudStoragePath>,
    pub source: Option<Source>,
}

Configuration for a custom dictionary created from a data source of any size up to the maximum size defined in the limits page. The artifacts of dictionary creation are stored in the specified Google Cloud Storage location. Consider using CustomInfoType.Dictionary for smaller dictionaries that satisfy the size requirements.

Fields

output_path: Option<CloudStoragePath>

Location to store dictionary artifacts in Google Cloud Storage. These files will only be accessible by project owners and the DLP API. If any of these artifacts are modified, the dictionary is considered invalid and can no longer be used.

source: Option<Source>

Trait Implementations

impl Clone for LargeCustomDictionaryConfig[src]

impl Debug for LargeCustomDictionaryConfig[src]

impl Default for LargeCustomDictionaryConfig[src]

impl Message for LargeCustomDictionaryConfig[src]

impl PartialEq<LargeCustomDictionaryConfig> for LargeCustomDictionaryConfig[src]

impl StructuralPartialEq for LargeCustomDictionaryConfig[src]

Auto Trait Implementations

impl RefUnwindSafe for LargeCustomDictionaryConfig

impl Send for LargeCustomDictionaryConfig

impl Sync for LargeCustomDictionaryConfig

impl Unpin for LargeCustomDictionaryConfig

impl UnwindSafe for LargeCustomDictionaryConfig

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]