toUpperCamelCase(_:)
Accepts any inputs and tranforms form it into a leading UpperCaseCamelCased Swift identifier. It follows the same conventions as that are used for mapping field names into the Message property names.
static func toUpperCamelCase(_ s: String) -> String