encryptionConfig property

  1. @TagNumber(12)
EncryptionConfig get encryptionConfig

Optional. The encryption config can be specified to encrypt the backup with a customer-managed encryption key (CMEK). When this field is not specified, the backup will then use default encryption scheme to protect the user data.

Implementation

@$pb.TagNumber(12)
EncryptionConfig get encryptionConfig => $_getN(11);
  1. @TagNumber(12)
set encryptionConfig (EncryptionConfig v)

Implementation

@$pb.TagNumber(12)
set encryptionConfig(EncryptionConfig v) { setField(12, v); }