encryptionConfig property

  1. @TagNumber(8)
EncryptionConfig encryptionConfig

Optional. The encryption config can be specified to encrypt the backups 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(8)
EncryptionConfig get encryptionConfig => $_getN(7);
  1. @TagNumber(8)
void encryptionConfig=(EncryptionConfig v)

Implementation

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