Callum
Callum
I'm having an issue with the PHP cloud function runtime ignoring custom memory values. I'm deploying my function with 1GB of memory: `gcloud functions deploy --runtime php74 \` `--region=us-central1 \`...
**Is your feature request related to a problem? Please describe.** There is no way to get/set which fields of an entity are indexed after initial entity creation. Use case: 1)...
This library returns an iterator for queries. If no limit is specified, the iterator will continue until there are no results remaining e.g. ``` $datastore = new DatastoreClient(); $query =...
Summary: The `lookupBatch($entityKeys)` method returns a dictionary with keys "found", "missing", and "deferred". As per the docs, keys in the deferred array should be retried with `lookupBatch($deferredKeys)`. This fails with...