encryptionKey property

  1. @TagNumber.new(11)
EncryptionKey get encryptionKey

Output only. The customer managed encryption key that was used to encrypt the Backup's artifacts. Inherited from the parent BackupPlan's google.cloud.gkebackup.v1.BackupPlan.BackupConfig.encryption_key value.

Implementation

@$pb.TagNumber(11)
EncryptionKey get encryptionKey => $_getN(10);
  1. @TagNumber.new(11)
set encryptionKey (EncryptionKey v)

Implementation

@$pb.TagNumber(11)
set encryptionKey(EncryptionKey v) {
  setField(11, v);
}