public interface AccessQuotaOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConcurrentRequests()
public abstract AccessQuotaStatus getConcurrentRequests()Properties can use up to 50 concurrent requests.
.google.analytics.admin.v1alpha.AccessQuotaStatus concurrent_requests = 3;
| Returns | |
|---|---|
| Type | Description |
AccessQuotaStatus |
The concurrentRequests. |
getConcurrentRequestsOrBuilder()
public abstract AccessQuotaStatusOrBuilder getConcurrentRequestsOrBuilder()Properties can use up to 50 concurrent requests.
.google.analytics.admin.v1alpha.AccessQuotaStatus concurrent_requests = 3;
| Returns | |
|---|---|
| Type | Description |
AccessQuotaStatusOrBuilder |
|
getServerErrorsPerProjectPerHour()
public abstract AccessQuotaStatus getServerErrorsPerProjectPerHour()Properties and cloud project pairs can have up to 50 server errors per hour.
.google.analytics.admin.v1alpha.AccessQuotaStatus server_errors_per_project_per_hour = 4;
| Returns | |
|---|---|
| Type | Description |
AccessQuotaStatus |
The serverErrorsPerProjectPerHour. |
getServerErrorsPerProjectPerHourOrBuilder()
public abstract AccessQuotaStatusOrBuilder getServerErrorsPerProjectPerHourOrBuilder()Properties and cloud project pairs can have up to 50 server errors per hour.
.google.analytics.admin.v1alpha.AccessQuotaStatus server_errors_per_project_per_hour = 4;
| Returns | |
|---|---|
| Type | Description |
AccessQuotaStatusOrBuilder |
|
getTokensPerDay()
public abstract AccessQuotaStatus getTokensPerDay()Properties can use 250,000 tokens per day. Most requests consume fewer than 10 tokens.
.google.analytics.admin.v1alpha.AccessQuotaStatus tokens_per_day = 1;
| Returns | |
|---|---|
| Type | Description |
AccessQuotaStatus |
The tokensPerDay. |
getTokensPerDayOrBuilder()
public abstract AccessQuotaStatusOrBuilder getTokensPerDayOrBuilder()Properties can use 250,000 tokens per day. Most requests consume fewer than 10 tokens.
.google.analytics.admin.v1alpha.AccessQuotaStatus tokens_per_day = 1;
| Returns | |
|---|---|
| Type | Description |
AccessQuotaStatusOrBuilder |
|
getTokensPerHour()
public abstract AccessQuotaStatus getTokensPerHour()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.admin.v1alpha.AccessQuotaStatus tokens_per_hour = 2;
| Returns | |
|---|---|
| Type | Description |
AccessQuotaStatus |
The tokensPerHour. |
getTokensPerHourOrBuilder()
public abstract AccessQuotaStatusOrBuilder getTokensPerHourOrBuilder()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.admin.v1alpha.AccessQuotaStatus tokens_per_hour = 2;
| Returns | |
|---|---|
| Type | Description |
AccessQuotaStatusOrBuilder |
|
getTokensPerProjectPerHour()
public abstract AccessQuotaStatus getTokensPerProjectPerHour()Properties can use up to 25% of their tokens per project per hour. This amounts to 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.admin.v1alpha.AccessQuotaStatus tokens_per_project_per_hour = 5;
| Returns | |
|---|---|
| Type | Description |
AccessQuotaStatus |
The tokensPerProjectPerHour. |
getTokensPerProjectPerHourOrBuilder()
public abstract AccessQuotaStatusOrBuilder getTokensPerProjectPerHourOrBuilder()Properties can use up to 25% of their tokens per project per hour. This amounts to 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.admin.v1alpha.AccessQuotaStatus tokens_per_project_per_hour = 5;
| Returns | |
|---|---|
| Type | Description |
AccessQuotaStatusOrBuilder |
|
hasConcurrentRequests()
public abstract boolean hasConcurrentRequests()Properties can use up to 50 concurrent requests.
.google.analytics.admin.v1alpha.AccessQuotaStatus concurrent_requests = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the concurrentRequests field is set. |
hasServerErrorsPerProjectPerHour()
public abstract boolean hasServerErrorsPerProjectPerHour()Properties and cloud project pairs can have up to 50 server errors per hour.
.google.analytics.admin.v1alpha.AccessQuotaStatus server_errors_per_project_per_hour = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the serverErrorsPerProjectPerHour field is set. |
hasTokensPerDay()
public abstract boolean hasTokensPerDay()Properties can use 250,000 tokens per day. Most requests consume fewer than 10 tokens.
.google.analytics.admin.v1alpha.AccessQuotaStatus tokens_per_day = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the tokensPerDay field is set. |
hasTokensPerHour()
public abstract boolean hasTokensPerHour()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.admin.v1alpha.AccessQuotaStatus tokens_per_hour = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the tokensPerHour field is set. |
hasTokensPerProjectPerHour()
public abstract boolean hasTokensPerProjectPerHour()Properties can use up to 25% of their tokens per project per hour. This amounts to 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.admin.v1alpha.AccessQuotaStatus tokens_per_project_per_hour = 5;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the tokensPerProjectPerHour field is set. |