Struct google_bigquery2::EncryptionConfiguration [−][src]
There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields
kms_key_name: Option<String>
[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]
impl Default for EncryptionConfigurationfn default() -> EncryptionConfiguration[src]
fn default() -> EncryptionConfigurationReturns the "default value" for a type. Read more
impl Clone for EncryptionConfiguration[src]
impl Clone for EncryptionConfigurationfn clone(&self) -> EncryptionConfiguration[src]
fn clone(&self) -> EncryptionConfigurationReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for EncryptionConfiguration[src]
impl Debug for EncryptionConfigurationfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Part for EncryptionConfiguration[src]
impl Part for EncryptionConfigurationAuto Trait Implementations
impl Send for EncryptionConfiguration
impl Send for EncryptionConfigurationimpl Sync for EncryptionConfiguration
impl Sync for EncryptionConfiguration