Google Cloud DataStore automatic indexing
Solution 1:
You can view the deployed version of the index.yaml
if it was uploaded together with your (standard environment) application code, typically with the default
service/module.
There is a Diagnose
column in the table on the developer console's Versions page and a Tools
drop-down menu for each service version row, with a Source
option under it:
Selecting that option directs you to the StackDriver page for the service, where you can see the code for the respective deployed service. Navigate to and select the index.yaml
file in the left-side column and you'll have the content of the file, which you can copy-paste into your local copy of the file.
Update: accessing the app code is also possible directly from the app's Dashboard page when the respective app service is selected: