And for a very tedious usage example:
http://code.google.com/p/googleappengine/source/browse/trunk/python/google/appengine/datastore/datastore_pb.py
As I recall, the App Engine implementation differs from the open
source implementation. I'm not sure of the specifics of that and have
never personally verified that -- its just something I recall from
some threads long ago.
http://code.google.com/apis/protocolbuffers/
Robert
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To post to this group, send email to google-a...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengi...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
source implementation. I'm not sure of the specifics of that and have
never personally verified that -- its just something I recall from
some threads long ago.
http://code.google.com/apis/protocolbuffers/
But to answer your question, in this case I was wondering what the
behavior is when .setCount isn't called on the NextResult pb in
QueryResultsSourceImpl.java. Of course I could glean the default value
by running code that calls it, but I prefer looking at code. Also,
perhaps the default is set on the other side of the RPC, in which case
I'll never have access.
Not having the proto files feels like a dead end in the java source.
I'm an ex-Googler SWE myself and know that they're often
well-commented and descriptive of the RPC being called, which can be
useful information. Its not a big deal though, if you don't get many
requests to release them, don't bother.
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine/-/hjZ2CTqf9JUJ.
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/UnEX6dvfYzQJ.
To post to this group, send email to google-a...@googlegroups.com.
To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.