【问题标题】:What does Google mean with "Google APIs"? Is an App Engine endpoint (e.g. xxx.appspot.com) a Google API?Google 对“Google API”的含义是什么? App Engine 端点(例如 xxx.appspot.com)是 Google API 吗?
【发布时间】:2020-02-21 20:50:33
【问题描述】:

我有几个正在运行的云函数,它们从外部 API 获取数据,然后将接收到的数据发布到在 Google App Engine 上运行的内部 API。我提出了这种方法,因为外部 API 有一个我有时需要绕过的速率限制。

为了计算此设置的每月费用,我查看了 Google 文档并看到了以下内容:

到同一地区其他 Google API 的出站数据是免费的,入站数据也是如此。如果您使用的 Google API 是全球性的(即不是特定于区域的),则它被视为同一区域。

我的问题:Google 的“Google API”是什么意思? App Engine 端点(例如 xxx.appspot.com)是 Google API 吗?

【问题讨论】:

  • App Engine 应用程序端点不是 Google API。当您的端点被调用或当您的应用程序调用另一个应用程序端点(如 Cloud Functions)时,这些项目可根据计费详细信息计费。您提供的 Google API 引用是针对由 Google 编写的用于管理服务的 API,与您的应用公开提供的功能或您的其他应用/功能无关。

标签: google-app-engine google-cloud-platform google-api google-cloud-functions


【解决方案1】:

Google API 一般指APIs and services provided as part of Google Cloud,以及Gmail 提供的SMTP 和recaptcha 等其他Google 服务。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2016-12-21
    • 1970-01-01
    • 1970-01-01
    • 2013-11-05
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多