protorpc Questions

21

Solved

I'm using pylint in Visual Studio Code to develop a Google App Engine (GAE) Cloud Endpoint API in Python. I'm unable to resolve a lint error. I don't know what's causing the error, but at a guess, ...

2

Solved

I'm trying to describe an RPC service using Google's Protocol Buffers service WhoamiService { rpc WhoAreYou() returns (Whoami) {} } message Whoami { optional bytes request_id = 1; optional str...
Ogata asked 16/4, 2015 at 22:44

1

I'm getting some weird errors from protorpc when I use endpoints. In this code: class Application(EndpointsModel): _message_fields_schema = ('id', 'name') created = ndb.DateTimeProperty(auto_n...
1

© 2022 - 2024 — McMap. All rights reserved.