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.
|
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.
|
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.v1alpha.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.v1alpha.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.v1alpha.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 both the hourly and daily quotas.
.google.analytics.data.v1alpha.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 both the hourly and daily quotas.
.google.analytics.data.v1alpha.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 both the hourly and daily quotas.
.google.analytics.data.v1alpha.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.v1alpha.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.v1alpha.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.v1alpha.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.v1alpha.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.v1alpha.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.v1alpha.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.v1alpha.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.v1alpha.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.v1alpha.QuotaStatus potentially_thresholded_requests_per_hour = 5;
Copyright © 2023 Google LLC. All rights reserved.