cmekKeyName property
Required. The Customer Managed Encryption Key (CMEK) used for data
encryption. The CMEK name should follow the format of
projects/([^/]+)/locations/([^/]+)/keyRings/([^/]+)/cryptoKeys/([^/]+)
,
where the location
must match InstanceConfig.location.
Implementation
@$pb.TagNumber(2)
$core.String get cmekKeyName => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set cmekKeyName($core.String v) { $_setString(1, v); }