Support retrieving and editing excludeFromIndexes (parity with other client libraries) #1111
Labels
api: datastore
Issues related to the googleapis/nodejs-datastore API.
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
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:
Unlike the other client libraries, there is no way to achieve this with Node JS.
Describe the solution you'd like
Here's example code from the PHP Datastore library which easily enables this use case:
Describe alternatives you've considered
Without this functionality, we cannot use Node JS or this library for our project.
Additional context
Related requests from other customers:
#914
#935
The text was updated successfully, but these errors were encountered: