google-cloud-datastore icon indicating copy to clipboard operation
google-cloud-datastore copied to clipboard

Low-level, Protobuf-based Java and Python client libraries for Cloud Datastore. Check out google-cloud-java and google-cloud-python first!

Results 13 google-cloud-datastore issues
Sort by recently updated
recently updated
newest added

I believe that the newest Datastore emulator ("cloud-datastore-emulator") only accepts URLs without the "/datastore/" component. To support the latest emulator, I think [this line](https://github.com/GoogleCloudPlatform/google-cloud-datastore/blob/master/java/datastore/src/main/java/com/google/datastore/v1beta3/client/DatastoreFactory.java#L101) in `DatastoreFactory` needs to change to...

type: feature request
api: datastore

Not sure if this is the right project to add this request to. This would be extremely useful when maintaining a large project with lot's of indexes.

type: feature request
api: datastore

Traceback (most recent call last): File "restore_template.py", line 7, in from google.cloud.proto.datastore.v1 import entity_pb2 ModuleNotFoundError: No module named 'google.cloud.proto' - Programming language: Python - OS: linux - Language runtime version:...

type: bug
priority: p2