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, ...
Chrysostom asked 23/4, 2017 at 18:38
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...
Ayah asked 21/2, 2016 at 18:39
1
© 2022 - 2024 — McMap. All rights reserved.