public interface PropertyQuotaOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConcurrentRequests()
public abstract QuotaStatus getConcurrentRequests()Standard Analytics Properties can send up to 10 concurrent requests; Analytics 360 Properties can use up to 50 concurrent requests.
.google.analytics.data.v1alpha.QuotaStatus concurrent_requests = 3;
| Type | Description |
QuotaStatus |
The concurrentRequests. |
getConcurrentRequestsOrBuilder()
public abstract QuotaStatusOrBuilder getConcurrentRequestsOrBuilder()Standard Analytics Properties can send up to 10 concurrent requests; Analytics 360 Properties can use up to 50 concurrent requests.
.google.analytics.data.v1alpha.QuotaStatus concurrent_requests = 3;
| Type | Description |
QuotaStatusOrBuilder |
getPotentiallyThresholdedRequestsPerHour()
public abstract QuotaStatus getPotentiallyThresholdedRequestsPerHour()Analytics Properties can send up to 120 requests with potentially thresholded dimensions per hour. In a batch request, each report request is individually counted for this quota if the request contains potentially thresholded dimensions.
.google.analytics.data.v1alpha.QuotaStatus potentially_thresholded_requests_per_hour = 5;
| Type | Description |
QuotaStatus |
The potentiallyThresholdedRequestsPerHour. |
getPotentiallyThresholdedRequestsPerHourOrBuilder()
public abstract QuotaStatusOrBuilder getPotentiallyThresholdedRequestsPerHourOrBuilder()Analytics Properties can send up to 120 requests with potentially thresholded dimensions per hour. In a batch request, each report request is individually counted for this quota if the request contains potentially thresholded dimensions.
.google.analytics.data.v1alpha.QuotaStatus potentially_thresholded_requests_per_hour = 5;
| Type | Description |
QuotaStatusOrBuilder |
getServerErrorsPerProjectPerHour()
public abstract 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.
.google.analytics.data.v1alpha.QuotaStatus server_errors_per_project_per_hour = 4;
| Type | Description |
QuotaStatus |
The serverErrorsPerProjectPerHour. |
getServerErrorsPerProjectPerHourOrBuilder()
public abstract QuotaStatusOrBuilder getServerErrorsPerProjectPerHourOrBuilder()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.
.google.analytics.data.v1alpha.QuotaStatus server_errors_per_project_per_hour = 4;
| Type | Description |
QuotaStatusOrBuilder |
getTokensPerDay()
public abstract QuotaStatus getTokensPerDay()Standard Analytics Properties can use up to 25,000 tokens per day; Analytics 360 Properties can use 250,000 tokens per day. Most requests consume fewer than 10 tokens.
.google.analytics.data.v1alpha.QuotaStatus tokens_per_day = 1;
| Type | Description |
QuotaStatus |
The tokensPerDay. |
getTokensPerDayOrBuilder()
public abstract QuotaStatusOrBuilder getTokensPerDayOrBuilder()Standard Analytics Properties can use up to 25,000 tokens per day; Analytics 360 Properties can use 250,000 tokens per day. Most requests consume fewer than 10 tokens.
.google.analytics.data.v1alpha.QuotaStatus tokens_per_day = 1;
| Type | Description |
QuotaStatusOrBuilder |
getTokensPerHour()
public abstract QuotaStatus getTokensPerHour()Standard Analytics Properties can use up to 5,000 tokens per hour; Analytics 360 Properties can use 50,000 tokens per hour. An API request consumes a single number of tokens, and that number is deducted from both the hourly and daily quotas.
.google.analytics.data.v1alpha.QuotaStatus tokens_per_hour = 2;
| Type | Description |
QuotaStatus |
The tokensPerHour. |
getTokensPerHourOrBuilder()
public abstract QuotaStatusOrBuilder getTokensPerHourOrBuilder()Standard Analytics Properties can use up to 5,000 tokens per hour; Analytics 360 Properties can use 50,000 tokens per hour. An API request consumes a single number of tokens, and that number is deducted from both the hourly and daily quotas.
.google.analytics.data.v1alpha.QuotaStatus tokens_per_hour = 2;
| Type | Description |
QuotaStatusOrBuilder |
hasConcurrentRequests()
public abstract boolean hasConcurrentRequests()Standard Analytics Properties can send up to 10 concurrent requests; Analytics 360 Properties can use up to 50 concurrent requests.
.google.analytics.data.v1alpha.QuotaStatus concurrent_requests = 3;
| Type | Description |
boolean |
Whether the concurrentRequests field is set. |
hasPotentiallyThresholdedRequestsPerHour()
public abstract boolean hasPotentiallyThresholdedRequestsPerHour()Analytics Properties can send up to 120 requests with potentially thresholded dimensions per hour. In a batch request, each report request is individually counted for this quota if the request contains potentially thresholded dimensions.
.google.analytics.data.v1alpha.QuotaStatus potentially_thresholded_requests_per_hour = 5;
| Type | Description |
boolean |
Whether the potentiallyThresholdedRequestsPerHour field is set. |
hasServerErrorsPerProjectPerHour()
public abstract boolean hasServerErrorsPerProjectPerHour()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.
.google.analytics.data.v1alpha.QuotaStatus server_errors_per_project_per_hour = 4;
| Type | Description |
boolean |
Whether the serverErrorsPerProjectPerHour field is set. |
hasTokensPerDay()
public abstract boolean hasTokensPerDay()Standard Analytics Properties can use up to 25,000 tokens per day; Analytics 360 Properties can use 250,000 tokens per day. Most requests consume fewer than 10 tokens.
.google.analytics.data.v1alpha.QuotaStatus tokens_per_day = 1;
| Type | Description |
boolean |
Whether the tokensPerDay field is set. |
hasTokensPerHour()
public abstract boolean hasTokensPerHour()Standard Analytics Properties can use up to 5,000 tokens per hour; Analytics 360 Properties can use 50,000 tokens per hour. An API request consumes a single number of tokens, and that number is deducted from both the hourly and daily quotas.
.google.analytics.data.v1alpha.QuotaStatus tokens_per_hour = 2;
| Type | Description |
boolean |
Whether the tokensPerHour field is set. |