Struct google_dlp2_beta1::GooglePrivacyDlpV2beta1DatastoreOptions[][src]

pub struct GooglePrivacyDlpV2beta1DatastoreOptions {
    pub partition_id: Option<GooglePrivacyDlpV2beta1PartitionId>,
    pub kind: Option<GooglePrivacyDlpV2beta1KindExpression>,
    pub projection: Option<Vec<GooglePrivacyDlpV2beta1Projection>>,
}

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.

Properties to scan. If none are specified, all properties will be scanned by default.

Trait Implementations

impl Default for GooglePrivacyDlpV2beta1DatastoreOptions
[src]

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

impl Clone for GooglePrivacyDlpV2beta1DatastoreOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GooglePrivacyDlpV2beta1DatastoreOptions
[src]

Formats the value using the given formatter. Read more

impl Part for GooglePrivacyDlpV2beta1DatastoreOptions
[src]

Auto Trait Implementations