Hi all, When implementing a Message class, with one or more fields, we must type a unique number for each field (see the doc <https://cloud.google.com/appengine/docs/standard/python/tools/protorpc/messages/fieldclasses> ) I can find somewhere in the code <https://github.com/google/protorpc/blob/master/protorpc/messages.py#L163> the limits for these numbers (even if I have been unable to find them in the documentation <https://cloud.google.com/appengine/docs/standard/python/tools/protorpc/> main page)
But, do these numbers have an impact on the length of the message, thus on the performance of the exchanges? I remember having seen some documentation about the encoding of those numbers on the wire, but I am unable to find it anymore. Has this question sense in the context of the GAE standard, python runtime? :-) Thanks in advance, Ivo BS -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/CAPc4eF-3Vj_qe%3DtXTLCp1bcK7wct5mUuGPQLPwpXLTNcmknVOQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
