encryptionConfiguration property

EncryptionConfiguration? encryptionConfiguration
getter/setter pair

The encryption configuration part.

Currently, it is only used for the optional KMS key name. The BigQuery service account of your project must be granted permissions to use the key. Read methods will return the key name applied in effect. Write methods will apply the key if it is present, or otherwise try to apply project default keys if it is absent.

Implementation

EncryptionConfiguration? encryptionConfiguration;