Callum

Results 4 issues of 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)...

type: feature request
api: datastore
priority: p3

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...