customerManagedKey property
Optional. The KMS key reference that the customer provides when trying to create the instance.
Implementation
@$pb.TagNumber(36)
$core.String get customerManagedKey => $_getSZ(30);
Implementation
@$pb.TagNumber(36)
set customerManagedKey($core.String v) { $_setString(30, v); }