updateLocation_Pre method
- ServiceCall call,
 - Future<
UpdateLocationRequest> request 
Implementation
$async.Future<$11.UpdateLocationResponse> updateLocation_Pre($grpc.ServiceCall call, $async.Future<$11.UpdateLocationRequest> request) async {
  return updateLocation(call, await request);
}