Struct google_bigquery2::EncryptionConfiguration[][src]

pub struct EncryptionConfiguration {
    pub kms_key_name: Option<String>,
}

There is no detailed description.

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

Fields

[Optional] Describes the Cloud KMS encryption key that will be used to protect destination BigQuery table. The BigQuery Service Account associated with your project requires access to this encryption key.

Trait Implementations

impl Default for EncryptionConfiguration
[src]

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

impl Clone for EncryptionConfiguration
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for EncryptionConfiguration
[src]

Formats the value using the given formatter. Read more

impl Part for EncryptionConfiguration
[src]

Auto Trait Implementations