customerEncryption property

  1. @TagNumber.new(28)
StorageObjectData_CustomerEncryption get customerEncryption

Metadata of customer-supplied encryption key, if the object is encrypted by such a key.

Implementation

@$pb.TagNumber(28)
StorageObjectData_CustomerEncryption get customerEncryption => $_getN(24);
  1. @TagNumber.new(28)
set customerEncryption (StorageObjectData_CustomerEncryption v)

Implementation

@$pb.TagNumber(28)
set customerEncryption(StorageObjectData_CustomerEncryption v) {
  setField(28, v);
}