The specific instructions for deployment on the App Engine Standard Environment are given in the section 'Quickstarts for Endpoints on App Engine Standard Environment <https://cloud.google.com/endpoints/docs/quickstarts-app-engine-standard>'. Note that the command 'gcloud beta service-management deploy swagger.json' is still needed even on the Standard Environment to deploy the OpenAPI configuration file to Google Service Management.
Java 8 isn't required to use Cloud Endpoints Frameworks. Perhaps I don't understand your question. Also could you elaborate on what you mean by "use the YAML file instead of the JSON one" ? The swagger.json file is generated and is independent of your application's other config files. On Saturday, November 19, 2016 at 10:58:56 AM UTC-5, Lacramioara Astefanoaei wrote: > > Hi, > > All the steps for deploying an API (as described at > https://cloud.google.com/endpoints/docs/deploy-redeploy-api) are wrt the > flexible framework. How about the standard one? > > Also, where exactly is java 8 used in the enpoints examples (for instance, > https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/appengine/endpoints-frameworks-v2/backend)? > > Why can't java 7 work instead so we can have such apps running within the > standard framework? And can we use the yaml file instead of the json one? > (I've seen that the yaml file appears in the python version of the > tutorial, but i hope we could use yaml files as well for java development). > > Thanks for all the code and all the nice documentation you're making > available, > Lacramioara > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/adcb23dd-992e-4b24-ba72-adbc3e208b18%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
