On Sun, Jul 3, 2016 at 10:30 PM, Zachary Deretsky <[email protected]> wrote:
> I created a smallest testcase to demonstrate the relevant issue. > My real application runs via browser <-> jinx <-> node.js grpc client <-> > C++ grpc server in the cloud. > It also uses Google Map API. > My C++ grpc client also works, I need to use Python to create regression > harness. > I'm still unclear on the specific task that is an obstacle for you but this detail helps - is it that you are trying to write the Python equivalent of the "services_json.cpp" file included in your .tgz? In your .tgz I don't think I'm seeing a Python file that is your application code - could you share that? Even if it's not yet working or includes pseudocode bits like "# Here I would like to be able to call a function that takes my_first_object and my_second_object and returns a services_pb2.MedServicesArray with values set according to those found in my_first_object and my_second_object.", I think it would be illustrative to see more specifically what you're trying to do in Python. Commitment to JSON is documented here: > https://developers.google.com/protocol-buffers/docs/proto3#services > Thanks for this; I hadn't seen it before. -N -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/CAEOYnASS2SeQm4mzxLGKUD4vmOZTpFTU2F8vjuh7wuoZ7ZmLvQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
