In com.google.appengine.api.datastore.Entity we had an API to get whether an entity is indexed by callling com.google.appengine.api.datastore.Entity.isUnindexedProperty(String propertyName) during the read time.
Is there an API in google-cloud-datastore that provides the same capability during the read?
In com.google.appengine.api.datastore.Entity we had an API to get whether an entity is indexed by callling com.google.appengine.api.datastore.Entity.isUnindexedProperty(String propertyName) during the read time.
Is there an API in google-cloud-datastore that provides the same capability during the read?