public final class PropertyQuota
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Analytics Data API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
PropertyQuota() |
| Modifier and Type | Method and Description |
|---|---|
PropertyQuota |
clone() |
QuotaStatus |
getConcurrentRequests()
Standard Analytics Properties can send up to 10 concurrent requests; Analytics 360 Properties
can use up to 50 concurrent requests.
|
QuotaStatus |
getPotentiallyThresholdedRequestsPerHour()
Analytics Properties can send up to 120 requests with potentially thresholded dimensions per
hour.
|
QuotaStatus |
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 |
getTokensPerDay()
Standard Analytics Properties can use up to 25,000 tokens per day; Analytics 360 Properties can
use 250,000 tokens per day.
|
QuotaStatus |
getTokensPerHour()
Standard Analytics Properties can use up to 5,000 tokens per hour; Analytics 360 Properties can
use 50,000 tokens per hour.
|
QuotaStatus |
getTokensPerProjectPerHour()
Analytics Properties can use up to 25% of their tokens per project per hour.
|
PropertyQuota |
set(String fieldName,
Object value) |
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 |
setPotentiallyThresholdedRequestsPerHour(QuotaStatus potentiallyThresholdedRequestsPerHour)
Analytics Properties can send up to 120 requests with potentially thresholded dimensions per
hour.
|
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 |
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 |
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 |
setTokensPerProjectPerHour(QuotaStatus tokensPerProjectPerHour)
Analytics Properties can use up to 25% of their tokens per project per hour.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic QuotaStatus getConcurrentRequests()
null for nonepublic PropertyQuota setConcurrentRequests(QuotaStatus concurrentRequests)
concurrentRequests - concurrentRequests or null for nonepublic QuotaStatus getPotentiallyThresholdedRequestsPerHour()
null for nonepublic PropertyQuota setPotentiallyThresholdedRequestsPerHour(QuotaStatus potentiallyThresholdedRequestsPerHour)
potentiallyThresholdedRequestsPerHour - potentiallyThresholdedRequestsPerHour or null for nonepublic QuotaStatus getServerErrorsPerProjectPerHour()
null for nonepublic PropertyQuota setServerErrorsPerProjectPerHour(QuotaStatus serverErrorsPerProjectPerHour)
serverErrorsPerProjectPerHour - serverErrorsPerProjectPerHour or null for nonepublic QuotaStatus getTokensPerDay()
null for nonepublic PropertyQuota setTokensPerDay(QuotaStatus tokensPerDay)
tokensPerDay - tokensPerDay or null for nonepublic QuotaStatus getTokensPerHour()
null for nonepublic PropertyQuota setTokensPerHour(QuotaStatus tokensPerHour)
tokensPerHour - tokensPerHour or null for nonepublic QuotaStatus getTokensPerProjectPerHour()
null for nonepublic PropertyQuota setTokensPerProjectPerHour(QuotaStatus tokensPerProjectPerHour)
tokensPerProjectPerHour - tokensPerProjectPerHour or null for nonepublic PropertyQuota set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic PropertyQuota clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2023 Google. All rights reserved.