public interface PropertyQuotaOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
QuotaStatus |
getConcurrentRequests()
Standard Analytics Properties can send up to 10 concurrent requests;
Analytics 360 Properties can use up to 50 concurrent requests.
|
QuotaStatusOrBuilder |
getConcurrentRequestsOrBuilder()
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.
|
QuotaStatusOrBuilder |
getPotentiallyThresholdedRequestsPerHourOrBuilder()
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.
|
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.
|
QuotaStatus |
getTokensPerDay()
Standard Analytics Properties can use up to 25,000 tokens per day;
Analytics 360 Properties can use 250,000 tokens per day.
|
QuotaStatusOrBuilder |
getTokensPerDayOrBuilder()
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.
|
QuotaStatusOrBuilder |
getTokensPerHourOrBuilder()
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.
|
QuotaStatusOrBuilder |
getTokensPerProjectPerHourOrBuilder()
Analytics Properties can use up to 25% of their tokens per project per
hour.
|
boolean |
hasConcurrentRequests()
Standard Analytics Properties can send up to 10 concurrent requests;
Analytics 360 Properties can use up to 50 concurrent requests.
|
boolean |
hasPotentiallyThresholdedRequestsPerHour()
Analytics Properties can send up to 120 requests with potentially
thresholded dimensions per hour.
|
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.
|
boolean |
hasTokensPerDay()
Standard Analytics Properties can use up to 25,000 tokens per day;
Analytics 360 Properties can use 250,000 tokens per day.
|
boolean |
hasTokensPerHour()
Standard Analytics Properties can use up to 5,000 tokens per hour;
Analytics 360 Properties can use 50,000 tokens per hour.
|
boolean |
hasTokensPerProjectPerHour()
Analytics Properties can use up to 25% of their tokens per project per
hour.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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.v1beta.QuotaStatus tokens_per_day = 1;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.v1beta.QuotaStatus tokens_per_day = 1;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.v1beta.QuotaStatus tokens_per_day = 1;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 all of the hourly, daily, and per project hourly quotas.
.google.analytics.data.v1beta.QuotaStatus tokens_per_hour = 2;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 all of the hourly, daily, and per project hourly quotas.
.google.analytics.data.v1beta.QuotaStatus tokens_per_hour = 2;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 all of the hourly, daily, and per project hourly quotas.
.google.analytics.data.v1beta.QuotaStatus tokens_per_hour = 2;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.v1beta.QuotaStatus concurrent_requests = 3;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.v1beta.QuotaStatus concurrent_requests = 3;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.v1beta.QuotaStatus concurrent_requests = 3;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.v1beta.QuotaStatus server_errors_per_project_per_hour = 4;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.v1beta.QuotaStatus server_errors_per_project_per_hour = 4;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.v1beta.QuotaStatus server_errors_per_project_per_hour = 4;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.v1beta.QuotaStatus potentially_thresholded_requests_per_hour = 5;
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.v1beta.QuotaStatus potentially_thresholded_requests_per_hour = 5;
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.v1beta.QuotaStatus potentially_thresholded_requests_per_hour = 5;
boolean hasTokensPerProjectPerHour()
Analytics Properties can use up to 25% of their tokens per project per hour. This amounts to standard Analytics Properties can use up to 1,250 tokens per project per hour, and 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.
.google.analytics.data.v1beta.QuotaStatus tokens_per_project_per_hour = 6;QuotaStatus getTokensPerProjectPerHour()
Analytics Properties can use up to 25% of their tokens per project per hour. This amounts to standard Analytics Properties can use up to 1,250 tokens per project per hour, and 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.
.google.analytics.data.v1beta.QuotaStatus tokens_per_project_per_hour = 6;QuotaStatusOrBuilder getTokensPerProjectPerHourOrBuilder()
Analytics Properties can use up to 25% of their tokens per project per hour. This amounts to standard Analytics Properties can use up to 1,250 tokens per project per hour, and 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.
.google.analytics.data.v1beta.QuotaStatus tokens_per_project_per_hour = 6;Copyright © 2022 Google LLC. All rights reserved.