kmsKeyName property
The KMS key
name with which
the content of the Operation is encrypted. The expected format is
projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}
.
Implementation
@$pb.TagNumber(6)
$core.String get kmsKeyName => $_getSZ(4);
Implementation
@$pb.TagNumber(6)
set kmsKeyName($core.String v) {
$_setString(4, v);
}