In a documentation page regarding authentication (
https://cloud.google.com/docs/authentication/provide-credentials-adc#user-creds-client-based) it is mentioned that there are two kinds of Google Cloud APIs:
- Resource-based APIs, which use the resources being accessed for billing and quota,
- Client-based APIs, which use the account accessing the resources for billing and quota.
Which of these API types does the Cloud Pubsub API come under? Is there a list somewhere that categorizes all GCP APIs under one of these two?