swiftPrefix property
By default Swift generators will take the proto package and CamelCase it replacing '.' with underscore and use that to prefix the types/symbols defined. When this options is provided, they will use this value instead to prefix the types/symbols defined.
Implementation
@$pb.TagNumber(39)
$core.String get swiftPrefix => $_getSZ(14);
Implementation
@$pb.TagNumber(39)
set swiftPrefix($core.String v) { $_setString(14, v); }