getRole_Pre method
Implementation
$async.Future<$0.Role> getRole_Pre($grpc.ServiceCall $call,
$async.Future<$0.GetRoleRequest> $request) async {
return getRole($call, await $request);
}
$async.Future<$0.Role> getRole_Pre($grpc.ServiceCall $call,
$async.Future<$0.GetRoleRequest> $request) async {
return getRole($call, await $request);
}