gana2188 / google-cloud-sdk

Automatically exported from code.google.com/p/google-cloud-sdk
0 stars 0 forks source link

Protocol buffer compatability #38

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The docs 
[https://developers.google.com/appengine/docs/python/datastore/functions] say:

  model_to_protobuf (model_instance)

  Caution: This function uses a different (older) format for protocol buffers than the open-source 
  protocol buffer format, and is not compatible with the open-source implementation.

How does one use the "older" format? What is it? Is app engine intended to be 
used with protocol buffers?

Original issue reported on code.google.com by rich.burdon on 22 May 2014 at 11:47

GoogleCodeExporter commented 9 years ago
And which format is compatible with the Cloud Data Store?
https://developers.google.com/datastore/docs/apis/v1beta2/proto

Original comment by rich.burdon on 27 May 2014 at 6:33

GoogleCodeExporter commented 9 years ago
Hey Rich, sorry for the delay.  I believe the docs are saying that 
model_to_protobuf() works with model_from_protobuf() but the format is not 
compatible with the standard open source protobuf package.

In general, for these types of questions you will probably get better support 
from one of the groups listed here: 
https://developers.google.com/appengine/community

Original comment by markp...@google.com on 13 Aug 2014 at 6:51