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

pub struct DeidentifyTemplate {
    pub name: String,
    pub display_name: String,
    pub description: String,
    pub create_time: Option<Timestamp>,
    pub update_time: Option<Timestamp>,
    pub deidentify_config: Option<DeidentifyConfig>,
}

DeidentifyTemplates contains instructions on how to de-identify content. See https://cloud.google.com/dlp/docs/concepts-templates to learn more.

Fields

name: String

Output only. The template name.

The template will have one of the following formats: projects/PROJECT_ID/deidentifyTemplates/TEMPLATE_ID OR organizations/ORGANIZATION_ID/deidentifyTemplates/TEMPLATE_ID

display_name: String

Display name (max 256 chars).

description: String

Short description (max 256 chars).

create_time: Option<Timestamp>

Output only. The creation timestamp of an inspectTemplate.

update_time: Option<Timestamp>

Output only. The last update timestamp of an inspectTemplate.

deidentify_config: Option<DeidentifyConfig>

///////////// // The core content of the template // ///////////////

Trait Implementations

impl Clone for DeidentifyTemplate[src]

impl Debug for DeidentifyTemplate[src]

impl Default for DeidentifyTemplate[src]

impl Message for DeidentifyTemplate[src]

impl PartialEq<DeidentifyTemplate> for DeidentifyTemplate[src]

impl StructuralPartialEq for DeidentifyTemplate[src]

Auto Trait Implementations

impl RefUnwindSafe for DeidentifyTemplate

impl Send for DeidentifyTemplate

impl Sync for DeidentifyTemplate

impl Unpin for DeidentifyTemplate

impl UnwindSafe for DeidentifyTemplate

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]