Google 云端点与 android studio 实现的端点

Google cloud endpoints vs. endpoints realized with android studio

使用 android Studio(云模块)实现的端点应用引擎与 google 云控制台菜单点中显示的 google 云端点之间有何区别'Endpoints' 在 'Tools' 下?

感谢您的快速回答。

从版本 2.0 开始,Cloud Endpoints 不仅仅是 Endpoints v1.0,它是一组“允许您从 App Engine 应用程序生成 API 和客户端库的工具、库和功能”。在您的问题中,端点 1.0 =“端点应用引擎,使用 android Studio 实现”。

2.0 版允许“在 any Google Cloud Platform 后端开发、部署和管理 API”,详见文档和 Cloud Console 帮助“端点”菜单项:

Use Endpoints to manage APIs

Google Cloud Platform supports using Cloud Endpoints to manage an API running in Google Compute Engine, Google Container Engine, or App Engine Flexible Environment. Google Cloud Endpoints let you manage and control access to your APIs. You can keep APIs private or share them with partners, and you can monitor API usage.

Endpoints overview

For a general overview of using Endpoints to manage your APIs, see What is Cloud Endpoints. This article describes what you can do with Endpoints and links to more detailed information.

Viewing API metrics in the console

Endpoints tracks certain usage metrics for activity and performance, and makes these available for viewing in various graphs in the Cloud Platform Console. For a description of what these graphs contain, see Viewing API Metrics in the Google Cloud Platform documentation.

Share your API with developers

Google Cloud Endpoints APIs are private by default, so only members of the project who manage the API can see it. To make your API available to other developers:

  1. Go to the Cloud Platform Console

  2. From the projects list, select a project.

  3. Open the console left side menu and select Endpoints.

  4. Select your API. Click Share API.

  5. To add a user or Google Group email address, click Add developers.

Endpoints v1.0 已重命名为“App Engine Cloud Endpoints Frameworks”,请参阅https://cloud.google.com/appengine/docs/java/endpoints/

您还可以查看 GCP 博客中的以下博文:

https://cloudplatform.googleblog.com/2016/09/manage-your-APIs-with-Google-Cloud-Endpoints.html

https://cloudplatform.googleblog.com/2017/02/Google-Cloud-Endpoints-now-GA-a-fast-scalable-API-gateway.html

最后,请注意“Android Studio 对 Cloud Endpoints 1.0 的支持”目前不支持 2.0 版。参见 https://cloud.google.com/appengine/docs/java/endpoints/migrating