|  | @@ -121,6 +121,7 @@ exports.getProtobufServiceAttrs = function getProtobufServiceAttrs(service,
 | 
	
		
			
				|  |  |      return _.camelCase(method.name);
 | 
	
		
			
				|  |  |    }), _.map(service.methods, function(method) {
 | 
	
		
			
				|  |  |      return {
 | 
	
		
			
				|  |  | +      originalName: method.name,
 | 
	
		
			
				|  |  |        path: prefix + method.name,
 | 
	
		
			
				|  |  |        requestStream: !!method.requestStream,
 | 
	
		
			
				|  |  |        responseStream: !!method.responseStream,
 |