kmsKeyVersionName property
Output only. The KMS key version
name
with which the CustomClass is encrypted. The expected format is
projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}/cryptoKeyVersions/{crypto_key_version}
.
Implementation
@$pb.TagNumber(14)
$core.String get kmsKeyVersionName => $_getSZ(12);
Implementation
@$pb.TagNumber(14)
set kmsKeyVersionName($core.String v) {
$_setString(12, v);
}