0
votes

In the console they have quotas for Discovery, Administrative, Publish and Subscribe but I cannot find anywhere a definition of these four categories.

If I list subscriptions is that Discovery? If I get a subscription is that Discovery? If I create or delete topics or subscriptions is that Administrative?

thanks

Paul

edit: you can see the Pub/Sub dquota docs here but they do not answer this question. https://cloud.google.com/pubsub/quotas

1
I assume you've looked at cloud.google.com/pubsub/docs ? if you've looked at any particular link, it helps others narrow and respond to your question.Paul Bastide

1 Answers

0
votes

"Discovery" relates to calls on the API Discovery Service related to Pub/Sub, so it is largely not relevant for you. The quotas documentation mentions which operations are considered administrative: "The administrative operations consist of Get, List, Create, Delete, ModifyPushConfig, SetIamPolicy, GetIamPolicy, TestIamPermissions." Basically, any operation that isn't a publish, pull, ack, or push is an administrative operation.