kmsKeyName property
Optional. An optional KMS key
name that if
present, will be used to encrypt Speech-to-Text resources at-rest. Updating
this key will not encrypt existing resources using this key; only new
resources will be encrypted using this key. The expected format is
projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}
.
Implementation
@$pb.TagNumber(2)
$core.String get kmsKeyName => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set kmsKeyName($core.String v) {
$_setString(1, v);
}