Class PropertyQuota.Builder (0.94.0)

public static final class PropertyQuota.Builder extends GeneratedMessage.Builder<PropertyQuota.Builder> implements PropertyQuotaOrBuilder

Current state of all quotas for this Analytics Property. If any quota for a property is exhausted, all requests to that property will return Resource Exhausted errors.

Protobuf type google.analytics.data.v1beta.PropertyQuota

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public PropertyQuota build()
Returns
Type Description
PropertyQuota

buildPartial()

public PropertyQuota buildPartial()
Returns
Type Description
PropertyQuota

clear()

public PropertyQuota.Builder clear()
Returns
Type Description
PropertyQuota.Builder
Overrides

clearConcurrentRequests()

public PropertyQuota.Builder clearConcurrentRequests()

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;

Returns
Type Description
PropertyQuota.Builder

clearPotentiallyThresholdedRequestsPerHour()

public PropertyQuota.Builder clearPotentiallyThresholdedRequestsPerHour()

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;

Returns
Type Description
PropertyQuota.Builder

clearServerErrorsPerProjectPerHour()

public PropertyQuota.Builder clearServerErrorsPerProjectPerHour()

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;

Returns
Type Description
PropertyQuota.Builder

clearTokensPerDay()

public PropertyQuota.Builder clearTokensPerDay()

Standard Analytics Properties can use up to 200,000 tokens per day; Analytics 360 Properties can use 2,000,000 tokens per day. Most requests consume fewer than 10 tokens.

.google.analytics.data.v1beta.QuotaStatus tokens_per_day = 1;

Returns
Type Description
PropertyQuota.Builder

clearTokensPerHour()

public PropertyQuota.Builder clearTokensPerHour()

Standard Analytics Properties can use up to 40,000 tokens per hour; Analytics 360 Properties can use 400,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;

Returns
Type Description
PropertyQuota.Builder

clearTokensPerProjectPerHour()

public PropertyQuota.Builder clearTokensPerProjectPerHour()

Analytics Properties can use up to 35% of their tokens per project per hour. This amounts to standard Analytics Properties can use up to 14,000 tokens per project per hour, and Analytics 360 Properties can use 140,000 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;

Returns
Type Description
PropertyQuota.Builder

getConcurrentRequests()

public 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;

Returns
Type Description
QuotaStatus

The concurrentRequests.

getConcurrentRequestsBuilder()

public QuotaStatus.Builder getConcurrentRequestsBuilder()

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;

Returns
Type Description
QuotaStatus.Builder

getConcurrentRequestsOrBuilder()

public 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;

Returns
Type Description
QuotaStatusOrBuilder

getDefaultInstanceForType()

public PropertyQuota getDefaultInstanceForType()
Returns
Type Description
PropertyQuota

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getPotentiallyThresholdedRequestsPerHour()

public 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;

Returns
Type Description
QuotaStatus

The potentiallyThresholdedRequestsPerHour.

getPotentiallyThresholdedRequestsPerHourBuilder()

public QuotaStatus.Builder getPotentiallyThresholdedRequestsPerHourBuilder()

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;

Returns
Type Description
QuotaStatus.Builder

getPotentiallyThresholdedRequestsPerHourOrBuilder()

public 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;

Returns
Type Description
QuotaStatusOrBuilder

getServerErrorsPerProjectPerHour()

public 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;

Returns
Type Description
QuotaStatus

The serverErrorsPerProjectPerHour.

getServerErrorsPerProjectPerHourBuilder()

public QuotaStatus.Builder getServerErrorsPerProjectPerHourBuilder()

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;

Returns
Type Description
QuotaStatus.Builder

getServerErrorsPerProjectPerHourOrBuilder()

public 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;

Returns
Type Description
QuotaStatusOrBuilder

getTokensPerDay()

public QuotaStatus getTokensPerDay()

Standard Analytics Properties can use up to 200,000 tokens per day; Analytics 360 Properties can use 2,000,000 tokens per day. Most requests consume fewer than 10 tokens.

.google.analytics.data.v1beta.QuotaStatus tokens_per_day = 1;

Returns
Type Description
QuotaStatus

The tokensPerDay.

getTokensPerDayBuilder()

public QuotaStatus.Builder getTokensPerDayBuilder()

Standard Analytics Properties can use up to 200,000 tokens per day; Analytics 360 Properties can use 2,000,000 tokens per day. Most requests consume fewer than 10 tokens.

.google.analytics.data.v1beta.QuotaStatus tokens_per_day = 1;

Returns
Type Description
QuotaStatus.Builder

getTokensPerDayOrBuilder()

public QuotaStatusOrBuilder getTokensPerDayOrBuilder()

Standard Analytics Properties can use up to 200,000 tokens per day; Analytics 360 Properties can use 2,000,000 tokens per day. Most requests consume fewer than 10 tokens.

.google.analytics.data.v1beta.QuotaStatus tokens_per_day = 1;

Returns
Type Description
QuotaStatusOrBuilder

getTokensPerHour()

public QuotaStatus getTokensPerHour()

Standard Analytics Properties can use up to 40,000 tokens per hour; Analytics 360 Properties can use 400,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;

Returns
Type Description
QuotaStatus

The tokensPerHour.

getTokensPerHourBuilder()

public QuotaStatus.Builder getTokensPerHourBuilder()

Standard Analytics Properties can use up to 40,000 tokens per hour; Analytics 360 Properties can use 400,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;

Returns
Type Description
QuotaStatus.Builder

getTokensPerHourOrBuilder()

public QuotaStatusOrBuilder getTokensPerHourOrBuilder()

Standard Analytics Properties can use up to 40,000 tokens per hour; Analytics 360 Properties can use 400,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;

Returns
Type Description
QuotaStatusOrBuilder

getTokensPerProjectPerHour()

public QuotaStatus getTokensPerProjectPerHour()

Analytics Properties can use up to 35% of their tokens per project per hour. This amounts to standard Analytics Properties can use up to 14,000 tokens per project per hour, and Analytics 360 Properties can use 140,000 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;

Returns
Type Description
QuotaStatus

The tokensPerProjectPerHour.

getTokensPerProjectPerHourBuilder()

public QuotaStatus.Builder getTokensPerProjectPerHourBuilder()

Analytics Properties can use up to 35% of their tokens per project per hour. This amounts to standard Analytics Properties can use up to 14,000 tokens per project per hour, and Analytics 360 Properties can use 140,000 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;

Returns
Type Description
QuotaStatus.Builder

getTokensPerProjectPerHourOrBuilder()

public QuotaStatusOrBuilder getTokensPerProjectPerHourOrBuilder()

Analytics Properties can use up to 35% of their tokens per project per hour. This amounts to standard Analytics Properties can use up to 14,000 tokens per project per hour, and Analytics 360 Properties can use 140,000 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;

Returns
Type Description
QuotaStatusOrBuilder

hasConcurrentRequests()

public 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;

Returns
Type Description
boolean

Whether the concurrentRequests field is set.

hasPotentiallyThresholdedRequestsPerHour()

public 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;

Returns
Type Description
boolean

Whether the potentiallyThresholdedRequestsPerHour field is set.

hasServerErrorsPerProjectPerHour()

public 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;

Returns
Type Description
boolean

Whether the serverErrorsPerProjectPerHour field is set.

hasTokensPerDay()

public boolean hasTokensPerDay()

Standard Analytics Properties can use up to 200,000 tokens per day; Analytics 360 Properties can use 2,000,000 tokens per day. Most requests consume fewer than 10 tokens.

.google.analytics.data.v1beta.QuotaStatus tokens_per_day = 1;

Returns
Type Description
boolean

Whether the tokensPerDay field is set.

hasTokensPerHour()

public boolean hasTokensPerHour()

Standard Analytics Properties can use up to 40,000 tokens per hour; Analytics 360 Properties can use 400,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;

Returns
Type Description
boolean

Whether the tokensPerHour field is set.

hasTokensPerProjectPerHour()

public boolean hasTokensPerProjectPerHour()

Analytics Properties can use up to 35% of their tokens per project per hour. This amounts to standard Analytics Properties can use up to 14,000 tokens per project per hour, and Analytics 360 Properties can use 140,000 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;

Returns
Type Description
boolean

Whether the tokensPerProjectPerHour field is set.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeConcurrentRequests(QuotaStatus value)

public PropertyQuota.Builder mergeConcurrentRequests(QuotaStatus value)

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;

Parameter
Name Description
value QuotaStatus
Returns
Type Description
PropertyQuota.Builder

mergeFrom(PropertyQuota other)

public PropertyQuota.Builder mergeFrom(PropertyQuota other)
Parameter
Name Description
other PropertyQuota
Returns
Type Description
PropertyQuota.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public PropertyQuota.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
PropertyQuota.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public PropertyQuota.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
PropertyQuota.Builder
Overrides

mergePotentiallyThresholdedRequestsPerHour(QuotaStatus value)

public PropertyQuota.Builder mergePotentiallyThresholdedRequestsPerHour(QuotaStatus value)

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;

Parameter
Name Description
value QuotaStatus
Returns
Type Description
PropertyQuota.Builder

mergeServerErrorsPerProjectPerHour(QuotaStatus value)

public PropertyQuota.Builder mergeServerErrorsPerProjectPerHour(QuotaStatus value)

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;

Parameter
Name Description
value QuotaStatus
Returns
Type Description
PropertyQuota.Builder

mergeTokensPerDay(QuotaStatus value)

public PropertyQuota.Builder mergeTokensPerDay(QuotaStatus value)

Standard Analytics Properties can use up to 200,000 tokens per day; Analytics 360 Properties can use 2,000,000 tokens per day. Most requests consume fewer than 10 tokens.

.google.analytics.data.v1beta.QuotaStatus tokens_per_day = 1;

Parameter
Name Description
value QuotaStatus
Returns
Type Description
PropertyQuota.Builder

mergeTokensPerHour(QuotaStatus value)

public PropertyQuota.Builder mergeTokensPerHour(QuotaStatus value)

Standard Analytics Properties can use up to 40,000 tokens per hour; Analytics 360 Properties can use 400,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;

Parameter
Name Description
value QuotaStatus
Returns
Type Description
PropertyQuota.Builder

mergeTokensPerProjectPerHour(QuotaStatus value)

public PropertyQuota.Builder mergeTokensPerProjectPerHour(QuotaStatus value)

Analytics Properties can use up to 35% of their tokens per project per hour. This amounts to standard Analytics Properties can use up to 14,000 tokens per project per hour, and Analytics 360 Properties can use 140,000 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;

Parameter
Name Description
value QuotaStatus
Returns
Type Description
PropertyQuota.Builder

setConcurrentRequests(QuotaStatus value)

public PropertyQuota.Builder setConcurrentRequests(QuotaStatus value)

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;

Parameter
Name Description
value QuotaStatus
Returns
Type Description
PropertyQuota.Builder

setConcurrentRequests(QuotaStatus.Builder builderForValue)

public PropertyQuota.Builder setConcurrentRequests(QuotaStatus.Builder builderForValue)

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;

Parameter
Name Description
builderForValue QuotaStatus.Builder
Returns
Type Description
PropertyQuota.Builder

setPotentiallyThresholdedRequestsPerHour(QuotaStatus value)

public PropertyQuota.Builder setPotentiallyThresholdedRequestsPerHour(QuotaStatus value)

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;

Parameter
Name Description
value QuotaStatus
Returns
Type Description
PropertyQuota.Builder

setPotentiallyThresholdedRequestsPerHour(QuotaStatus.Builder builderForValue)

public PropertyQuota.Builder setPotentiallyThresholdedRequestsPerHour(QuotaStatus.Builder builderForValue)

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;

Parameter
Name Description
builderForValue QuotaStatus.Builder
Returns
Type Description
PropertyQuota.Builder

setServerErrorsPerProjectPerHour(QuotaStatus value)

public PropertyQuota.Builder setServerErrorsPerProjectPerHour(QuotaStatus value)

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;

Parameter
Name Description
value QuotaStatus
Returns
Type Description
PropertyQuota.Builder

setServerErrorsPerProjectPerHour(QuotaStatus.Builder builderForValue)

public PropertyQuota.Builder setServerErrorsPerProjectPerHour(QuotaStatus.Builder builderForValue)

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;

Parameter
Name Description
builderForValue QuotaStatus.Builder
Returns
Type Description
PropertyQuota.Builder

setTokensPerDay(QuotaStatus value)

public PropertyQuota.Builder setTokensPerDay(QuotaStatus value)

Standard Analytics Properties can use up to 200,000 tokens per day; Analytics 360 Properties can use 2,000,000 tokens per day. Most requests consume fewer than 10 tokens.

.google.analytics.data.v1beta.QuotaStatus tokens_per_day = 1;

Parameter
Name Description
value QuotaStatus
Returns
Type Description
PropertyQuota.Builder

setTokensPerDay(QuotaStatus.Builder builderForValue)

public PropertyQuota.Builder setTokensPerDay(QuotaStatus.Builder builderForValue)

Standard Analytics Properties can use up to 200,000 tokens per day; Analytics 360 Properties can use 2,000,000 tokens per day. Most requests consume fewer than 10 tokens.

.google.analytics.data.v1beta.QuotaStatus tokens_per_day = 1;

Parameter
Name Description
builderForValue QuotaStatus.Builder
Returns
Type Description
PropertyQuota.Builder

setTokensPerHour(QuotaStatus value)

public PropertyQuota.Builder setTokensPerHour(QuotaStatus value)

Standard Analytics Properties can use up to 40,000 tokens per hour; Analytics 360 Properties can use 400,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;

Parameter
Name Description
value QuotaStatus
Returns
Type Description
PropertyQuota.Builder

setTokensPerHour(QuotaStatus.Builder builderForValue)

public PropertyQuota.Builder setTokensPerHour(QuotaStatus.Builder builderForValue)

Standard Analytics Properties can use up to 40,000 tokens per hour; Analytics 360 Properties can use 400,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;

Parameter
Name Description
builderForValue QuotaStatus.Builder
Returns
Type Description
PropertyQuota.Builder

setTokensPerProjectPerHour(QuotaStatus value)

public PropertyQuota.Builder setTokensPerProjectPerHour(QuotaStatus value)

Analytics Properties can use up to 35% of their tokens per project per hour. This amounts to standard Analytics Properties can use up to 14,000 tokens per project per hour, and Analytics 360 Properties can use 140,000 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;

Parameter
Name Description
value QuotaStatus
Returns
Type Description
PropertyQuota.Builder

setTokensPerProjectPerHour(QuotaStatus.Builder builderForValue)

public PropertyQuota.Builder setTokensPerProjectPerHour(QuotaStatus.Builder builderForValue)

Analytics Properties can use up to 35% of their tokens per project per hour. This amounts to standard Analytics Properties can use up to 14,000 tokens per project per hour, and Analytics 360 Properties can use 140,000 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;

Parameter
Name Description
builderForValue QuotaStatus.Builder
Returns
Type Description
PropertyQuota.Builder