简体   繁体   English

通过Cloud Endpoints V2下载App Engine SDK

[英]App Engine SDK Download with Cloud Endpoints V2

We need to migrate our project to Endpoints Frameworks 2.0 due to the v1 deprecation on August '18 . 由于18年8月 v1的弃用,我们需要将我们的项目迁移到Endpoints Frameworks 2.0

We use the App Engine SDK for Java download for Standard Environment and use it in Eclipse ( https://cloud.google.com/appengine/docs/standard/java/download ). 我们使用标准环境的App Engine SDK for Java下载,并在Eclipse中使用它( https://cloud.google.com/appengine/docs/standard/java/download )。

The latest download is 1.9.62 - 2018-02-07 and it still has the Endpoints V1 in it. 最新下载为1.9.62-2018-02-07,并且仍然具有Endpoints V1

Can someone tell me if there's any plan of updating this to v2 before the v1 deprecation in August '18? 有人可以告诉我在18年8月v1弃用之前是否有计划将此版本更新为v2吗? Or if there is a App Engine SDK for Java with Endpoint v2 already somewhere? 还是如果某个地方已经有Endpoint v2的Java App Engine SDK?

(We dont use Maven or Gradle, so the tutorial for migration doesnt work for us) (我们不使用Maven或Gradle,因此迁移教程对我们不起作用)

The download will not be updated to Endpoint v2. 下载不会更新到Endpoint v2。

Answer from Google: Google的回答:

As shown in the documentation [1], this comes installed with GCloud. 如文档[1]所示,它随GCloud一起安装。 You then run 'gcloud components install app-engine-java' to install the additional required App Engine SDK for Java. 然后,您运行“ gcloud components install app-engine-java”以安装其他必需的Java App Engine SDK。 Together you have both the new general Cloud Endpoints [2] and the older App Engine specific Endpoints. 您可以同时拥有新的常规Cloud Endpoints [2]和旧的App Engine特定Endpoints。

Since the new Google Cloud Endpoints is not App Engine specific (as it can be used from any of the following environments [3]) it will not be packaged with App Engine and will instead continue to be offered as a separate service. 由于新的Google Cloud Endpoints不是App Engine专用的(可以在以下任何环境中使用[3]),因此不会与App Engine打包在一起,而是继续作为单独的服务提供。

[1] https://cloud.google.com/endpoints/docs/frameworks/java/get-started-frameworks-java#get_software [1] https://cloud.google.com/endpoints/docs/frameworks/java/get-started-frameworks-java#get_software

[2] https://cloud.google.com/endpoints/ [2] https://cloud.google.com/endpoints/

[3] https://cloud.google.com/endpoints/docs/ [3] https://cloud.google.com/endpoints/docs/

Useful aditional information about the migration: 有关迁移的有用的附加信息:

https://cloud.google.com/eclipse/docs/migrating-gpe#cloud_endpoints https://cloud.google.com/eclipse/docs/migrating-gpe#cloud_endpoints

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM