Allow users to specify hostname (like myapp.appspot.com) to set the default root-url for clients and discovery docs. It's never been needed, but it is a convenience option for developers that want a working default. Users can still use .setRootUrl to override the default when making calls with the client library.
This used to be derived from the <application> tag in appengine-web.xml, but we are phasing out that tag in favor of specifying the project in gcloud app deploy --project.
Allow users to specify hostname (like
myapp.appspot.com
) to set the default root-url for clients and discovery docs. It's never been needed, but it is a convenience option for developers that want a working default. Users can still use.setRootUrl
to override the default when making calls with the client library.This used to be derived from the
<application>
tag in appengine-web.xml, but we are phasing out that tag in favor of specifying the project ingcloud app deploy --project
.