谷歌云SDK和App引擎SDK的区别是什么

时间:2022-05-20 14:53:14

They seem to do the same job but why are they separately listed?

他们似乎做着同样的工作,但为什么他们被单独列出?

2 个解决方案

#1


12  

From the documentation:

从文档:

Google Cloud SDK contains tools and libraries that enable you to easily create and manage resources on Google Cloud Platform, including App Engine, Compute Engine, Cloud Storage, BigQuery, Cloud SQL, and Cloud DNS.

谷歌云SDK包含工具和库,使您能够轻松地在谷歌云平台上创建和管理资源,包括应用程序引擎、计算引擎、云存储、BigQuery、云SQL和云DNS。

Google Cloud SDK contains both the preview version of a new App Engine's command-line tool gcloud preview app, and App Engine Java, Python, PHP and Go SDKs.

谷歌云SDK包含了一个新应用引擎的命令行工具gcloud preview App的预览版本,以及应用引擎Java、Python、PHP和Go SDKs。

So, the Cloud SDK is a wider set of tools that includes the App Engine SDK (for different run times) and much more.

因此,云SDK是一组更广泛的工具,包括App Engine SDK(针对不同的运行时间)和更多的工具。

#2


0  

And for maven plugin, Google Cloud Platform provides guide to migrate from App Engine SDK plugin to Cloud SDK plugin: https://cloud.google.com/appengine/docs/standard/java/tools/migrate-maven

对于maven插件,谷歌云平台提供了从App Engine SDK插件迁移到Cloud SDK插件的指南:https://cloud.google.com/appengine/docs/standard/java/tools/migrate-maven

#1


12  

From the documentation:

从文档:

Google Cloud SDK contains tools and libraries that enable you to easily create and manage resources on Google Cloud Platform, including App Engine, Compute Engine, Cloud Storage, BigQuery, Cloud SQL, and Cloud DNS.

谷歌云SDK包含工具和库,使您能够轻松地在谷歌云平台上创建和管理资源,包括应用程序引擎、计算引擎、云存储、BigQuery、云SQL和云DNS。

Google Cloud SDK contains both the preview version of a new App Engine's command-line tool gcloud preview app, and App Engine Java, Python, PHP and Go SDKs.

谷歌云SDK包含了一个新应用引擎的命令行工具gcloud preview App的预览版本,以及应用引擎Java、Python、PHP和Go SDKs。

So, the Cloud SDK is a wider set of tools that includes the App Engine SDK (for different run times) and much more.

因此,云SDK是一组更广泛的工具,包括App Engine SDK(针对不同的运行时间)和更多的工具。

#2


0  

And for maven plugin, Google Cloud Platform provides guide to migrate from App Engine SDK plugin to Cloud SDK plugin: https://cloud.google.com/appengine/docs/standard/java/tools/migrate-maven

对于maven插件,谷歌云平台提供了从App Engine SDK插件迁移到Cloud SDK插件的指南:https://cloud.google.com/appengine/docs/standard/java/tools/migrate-maven