- 0.63.0 (latest)
- 0.62.0
- 0.60.0
- 0.59.0
- 0.58.0
- 0.57.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
public static final class PropertyQuota.Builder extends GeneratedMessageV3.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
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > PropertyQuota.BuilderImplements
PropertyQuotaOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public PropertyQuota.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
PropertyQuota.Builder |
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 |
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 |
clearField(Descriptors.FieldDescriptor field)
public PropertyQuota.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
PropertyQuota.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public PropertyQuota.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
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 |
clone()
public PropertyQuota.Builder clone()
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 |
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 GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
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 |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public PropertyQuota.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other | Message |
Returns | |
---|---|
Type | Description |
PropertyQuota.Builder |
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 |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final PropertyQuota.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
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 |
setField(Descriptors.FieldDescriptor field, Object value)
public PropertyQuota.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
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 |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public PropertyQuota.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
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 |
setUnknownFields(UnknownFieldSet unknownFields)
public final PropertyQuota.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
PropertyQuota.Builder |