Struct google_dlp2::GooglePrivacyDlpV2DatastoreOptions[][src]

pub struct GooglePrivacyDlpV2DatastoreOptions {
    pub partition_id: Option<GooglePrivacyDlpV2PartitionId>,
    pub kind: Option<GooglePrivacyDlpV2KindExpression>,
}

Options defining a data set within Google Cloud Datastore.

This type is not used in any activity, and only used as part of another schema.

Fields

A partition ID identifies a grouping of entities. The grouping is always by project and namespace, however the namespace ID may be empty.

The kind to process.

Trait Implementations

impl Default for GooglePrivacyDlpV2DatastoreOptions
[src]

Returns the "default value" for a type. Read more

impl Clone for GooglePrivacyDlpV2DatastoreOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GooglePrivacyDlpV2DatastoreOptions
[src]

Formats the value using the given formatter. Read more

impl Part for GooglePrivacyDlpV2DatastoreOptions
[src]

Auto Trait Implementations