renamedServices property

Map<String, String> renamedServices
final

Map from original service names to renamed versions. This is used when the default generated types would cause a naming conflict. (Neither name is fully-qualified.) Example: Subscriber to SubscriberServiceApi.

Implementation

final Map<String, String> renamedServices;