Hi,
Just to clarify, is the gcloud/Cloud Search API the equivalent to App Engine's https://cloud.google.com/appengine/training/fts_intro/? I can't find any documentation specifying this, but I assumed so.
If so, I keep getting Value Error: No JSON object could be decoded whenever I call the list_indexes() or list_documents() methods.
If not, is there an equivalent library I should be using to build app engine search indexes from a Google compute cloud application?
Thanks