Google 云 Pub/Sub API 配额定义在任何地方吗

Is Google Cloud Pub/Sub API Quotas defined anywhere

在控制台中,他们有发现、管理、发布和订阅的配额,但我无法在任何地方找到这四个类别的定义。

如果我列出订阅,那是 Discovery 吗?如果我获得订阅,那是 Discovery 吗?如果我创建或删除主题或订阅是管理性的吗?

谢谢

保罗

编辑:您可以在此处查看 Pub/Sub dquota 文档,但他们没有回答这个问题。 https://cloud.google.com/pubsub/quotas

"Discovery" 涉及对 API Discovery Service related to Pub/Sub, so it is largely not relevant for you. The quotas documentation 的调用提到哪些操作被认为是管理性的:"The administrative operations consist of Get, List, Create, Delete, ModifyPushConfig, SetIamPolicy, GetIamPolicy, TestIamPermissions." 基本上,任何不是发布、拉取、确认或推送的操作都是管理操作。