public final class PropertyQuota extends GeneratedMessageV3 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.v1alpha.PropertyQuota
Static Fields
CONCURRENT_REQUESTS_FIELD_NUMBER
public static final int CONCURRENT_REQUESTS_FIELD_NUMBER
Field Value
POTENTIALLY_THRESHOLDED_REQUESTS_PER_HOUR_FIELD_NUMBER
public static final int POTENTIALLY_THRESHOLDED_REQUESTS_PER_HOUR_FIELD_NUMBER
Field Value
SERVER_ERRORS_PER_PROJECT_PER_HOUR_FIELD_NUMBER
public static final int SERVER_ERRORS_PER_PROJECT_PER_HOUR_FIELD_NUMBER
Field Value
TOKENS_PER_DAY_FIELD_NUMBER
public static final int TOKENS_PER_DAY_FIELD_NUMBER
Field Value
TOKENS_PER_HOUR_FIELD_NUMBER
public static final int TOKENS_PER_HOUR_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static PropertyQuota getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static PropertyQuota.Builder newBuilder()
Returns
newBuilder(PropertyQuota prototype)
public static PropertyQuota.Builder newBuilder(PropertyQuota prototype)
Parameter
Returns
public static PropertyQuota parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static PropertyQuota parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static PropertyQuota parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static PropertyQuota parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static PropertyQuota parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static PropertyQuota parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static PropertyQuota parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static PropertyQuota parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static PropertyQuota parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static PropertyQuota parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static PropertyQuota parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static PropertyQuota parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<PropertyQuota> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
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.v1alpha.QuotaStatus concurrent_requests = 3;
Returns
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.v1alpha.QuotaStatus concurrent_requests = 3;
Returns
getDefaultInstanceForType()
public PropertyQuota getDefaultInstanceForType()
Returns
getParserForType()
public Parser<PropertyQuota> getParserForType()
Returns
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.v1alpha.QuotaStatus potentially_thresholded_requests_per_hour = 5;
Returns
Type | Description |
QuotaStatus | The potentiallyThresholdedRequestsPerHour.
|
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.v1alpha.QuotaStatus potentially_thresholded_requests_per_hour = 5;
Returns
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
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.v1alpha.QuotaStatus server_errors_per_project_per_hour = 4;
Returns
Type | Description |
QuotaStatus | The serverErrorsPerProjectPerHour.
|
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.v1alpha.QuotaStatus server_errors_per_project_per_hour = 4;
Returns
getTokensPerDay()
public 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;
Returns
getTokensPerDayOrBuilder()
public 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;
Returns
getTokensPerHour()
public 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;
Returns
getTokensPerHourOrBuilder()
public 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;
Returns
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
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.v1alpha.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.v1alpha.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.v1alpha.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 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;
Returns
Type | Description |
boolean | Whether the tokensPerDay field is set.
|
hasTokensPerHour()
public 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;
Returns
Type | Description |
boolean | Whether the tokensPerHour field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public PropertyQuota.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected PropertyQuota.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public PropertyQuota.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions