name

@get:JvmName(name = "getName")
@set:JvmName(name = "setName")
var name: String
Name given to an endpoint, if applicable; this parameter considers the method name as well as the handler name.

optional string name = 2;