{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GoogleAnalyticsAdminV1betaAccessQuota", "title": "GoogleAnalyticsAdminV1betaAccessQuota", "description": "Current state of all quotas for this Analytics property. If any quota for a property is exhausted, all requests to that property will return Resource Exhausted errors.", "properties": { "concurrentRequests": { "$ref": "#/components/schemas/GoogleAnalyticsAdminV1betaAccessQuotaStatus", "description": "Properties can use up to 50 concurrent requests." }, "serverErrorsPerProjectPerHour": { "$ref": "#/components/schemas/GoogleAnalyticsAdminV1betaAccessQuotaStatus", "description": "Properties and cloud project pairs can have up to 50 server errors per hour." }, "tokensPerDay": { "$ref": "#/components/schemas/GoogleAnalyticsAdminV1betaAccessQuotaStatus", "description": "Properties can use 250,000 tokens per day. Most requests consume fewer than 10 tokens." }, "tokensPerHour": { "$ref": "#/components/schemas/GoogleAnalyticsAdminV1betaAccessQuotaStatus", "description": "Properties can use 50,000 tokens per hour. An API request consumes a single number of tokens, and that number is deducted from all of the hourly, daily, and per project hourly quotas." }, "tokensPerProjectPerHour": { "$ref": "#/components/schemas/GoogleAnalyticsAdminV1betaAccessQuotaStatus", "description": "Properties can use up to 25% of their tokens per project per hour. This amounts to Analytics 360 Properties can use 12,500 tokens per project per hour. An API request consumes a single number of tokens, and that number is deducted from all of the hourly, daily, and per project hourly quotas." } }, "type": "object" }