google.cloud.bigquery.table.EncryptionConfiguration#
Methods
|
Construct an encryption configuration from its API representation |
Construct the API resource representation of this encryption configuration. |
Attributes
Resource ID of Cloud KMS key |
-
class
google.cloud.bigquery.table.
EncryptionConfiguration
(kms_key_name=None)[source]# Bases:
object
Custom encryption configuration (e.g., Cloud KMS keys).
- Parameters
kms_key_name (str) – resource ID of Cloud KMS key used for encryption
-
classmethod
from_api_repr
(resource)[source]# Construct an encryption configuration from its API representation