| Package | Description |
|---|---|
| com.google.api.services.analyticsdata.v1beta.model |
| Modifier and Type | Method and Description |
|---|---|
QuotaStatus |
QuotaStatus.clone() |
QuotaStatus |
PropertyQuota.getConcurrentRequests()
Standard Analytics Properties can send up to 10 concurrent requests; Analytics 360 Properties
can use up to 50 concurrent requests.
|
QuotaStatus |
PropertyQuota.getPotentiallyThresholdedRequestsPerHour()
Analytics Properties can send up to 120 requests with potentially thresholded dimensions per
hour.
|
QuotaStatus |
PropertyQuota.getServerErrorsPerProjectPerHour()
Standard Analytics Properties and cloud project pairs can have up to 10 server errors per hour;
Analytics 360 Properties and cloud project pairs can have up to 50 server errors per hour.
|
QuotaStatus |
PropertyQuota.getTokensPerDay()
Standard Analytics Properties can use up to 25,000 tokens per day; Analytics 360 Properties can
use 250,000 tokens per day.
|
QuotaStatus |
PropertyQuota.getTokensPerHour()
Standard Analytics Properties can use up to 5,000 tokens per hour; Analytics 360 Properties can
use 50,000 tokens per hour.
|
QuotaStatus |
PropertyQuota.getTokensPerProjectPerHour()
Analytics Properties can use up to 25% of their tokens per project per hour.
|
QuotaStatus |
QuotaStatus.set(String fieldName,
Object value) |
QuotaStatus |
QuotaStatus.setConsumed(Integer consumed)
Quota consumed by this request.
|
QuotaStatus |
QuotaStatus.setRemaining(Integer remaining)
Quota remaining after this request.
|
| Modifier and Type | Method and Description |
|---|---|
PropertyQuota |
PropertyQuota.setConcurrentRequests(QuotaStatus concurrentRequests)
Standard Analytics Properties can send up to 10 concurrent requests; Analytics 360 Properties
can use up to 50 concurrent requests.
|
PropertyQuota |
PropertyQuota.setPotentiallyThresholdedRequestsPerHour(QuotaStatus potentiallyThresholdedRequestsPerHour)
Analytics Properties can send up to 120 requests with potentially thresholded dimensions per
hour.
|
PropertyQuota |
PropertyQuota.setServerErrorsPerProjectPerHour(QuotaStatus serverErrorsPerProjectPerHour)
Standard Analytics Properties and cloud project pairs can have up to 10 server errors per hour;
Analytics 360 Properties and cloud project pairs can have up to 50 server errors per hour.
|
PropertyQuota |
PropertyQuota.setTokensPerDay(QuotaStatus tokensPerDay)
Standard Analytics Properties can use up to 25,000 tokens per day; Analytics 360 Properties can
use 250,000 tokens per day.
|
PropertyQuota |
PropertyQuota.setTokensPerHour(QuotaStatus tokensPerHour)
Standard Analytics Properties can use up to 5,000 tokens per hour; Analytics 360 Properties can
use 50,000 tokens per hour.
|
PropertyQuota |
PropertyQuota.setTokensPerProjectPerHour(QuotaStatus tokensPerProjectPerHour)
Analytics Properties can use up to 25% of their tokens per project per hour.
|
Copyright © 2011–2023 Google. All rights reserved.