keyName property
The name of the KMS key that will be used to decrypt the cipher text.
Implementation
@$pb.TagNumber(1)
$core.String get keyName => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set keyName($core.String v) {
$_setString(0, v);
}
The name of the KMS key that will be used to decrypt the cipher text.
@$pb.TagNumber(1)
$core.String get keyName => $_getSZ(0);
@$pb.TagNumber(1)
set keyName($core.String v) {
$_setString(0, v);
}