Struct google_dlp2::GooglePrivacyDlpV2CloudStoragePath[][src]

pub struct GooglePrivacyDlpV2CloudStoragePath {
    pub path: Option<String>,
}

Message representing a single file or path in Cloud Storage.

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

Fields

A url representing a file or path (no wildcards) in Cloud Storage. Example: gs://[BUCKET_NAME]/dictionary.txt

Trait Implementations

impl Default for GooglePrivacyDlpV2CloudStoragePath
[src]

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

impl Clone for GooglePrivacyDlpV2CloudStoragePath
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GooglePrivacyDlpV2CloudStoragePath
[src]

Formats the value using the given formatter. Read more

impl Part for GooglePrivacyDlpV2CloudStoragePath
[src]

Auto Trait Implementations