Class AccessQuota (0.51.0)

public final class AccessQuota extends GeneratedMessageV3 implements AccessQuotaOrBuilder

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.admin.v1beta.AccessQuota

Static Fields

CONCURRENT_REQUESTS_FIELD_NUMBER

public static final int CONCURRENT_REQUESTS_FIELD_NUMBER
Field Value
TypeDescription
int

SERVER_ERRORS_PER_PROJECT_PER_HOUR_FIELD_NUMBER

public static final int SERVER_ERRORS_PER_PROJECT_PER_HOUR_FIELD_NUMBER
Field Value
TypeDescription
int

TOKENS_PER_DAY_FIELD_NUMBER

public static final int TOKENS_PER_DAY_FIELD_NUMBER
Field Value
TypeDescription
int

TOKENS_PER_HOUR_FIELD_NUMBER

public static final int TOKENS_PER_HOUR_FIELD_NUMBER
Field Value
TypeDescription
int

TOKENS_PER_PROJECT_PER_HOUR_FIELD_NUMBER

public static final int TOKENS_PER_PROJECT_PER_HOUR_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static AccessQuota getDefaultInstance()
Returns
TypeDescription
AccessQuota

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static AccessQuota.Builder newBuilder()
Returns
TypeDescription
AccessQuota.Builder

newBuilder(AccessQuota prototype)

public static AccessQuota.Builder newBuilder(AccessQuota prototype)
Parameter
NameDescription
prototypeAccessQuota
Returns
TypeDescription
AccessQuota.Builder

parseDelimitedFrom(InputStream input)

public static AccessQuota parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
AccessQuota
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AccessQuota parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AccessQuota
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static AccessQuota parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
AccessQuota
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static AccessQuota parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AccessQuota
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static AccessQuota parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
AccessQuota
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static AccessQuota parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AccessQuota
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static AccessQuota parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
AccessQuota
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static AccessQuota parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AccessQuota
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static AccessQuota parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
AccessQuota
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AccessQuota parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AccessQuota
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static AccessQuota parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
AccessQuota
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static AccessQuota parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AccessQuota
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<AccessQuota> parser()
Returns
TypeDescription
Parser<AccessQuota>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getConcurrentRequests()

public AccessQuotaStatus getConcurrentRequests()

Properties can use up to 50 concurrent requests.

.google.analytics.admin.v1beta.AccessQuotaStatus concurrent_requests = 3;

Returns
TypeDescription
AccessQuotaStatus

The concurrentRequests.

getConcurrentRequestsOrBuilder()

public AccessQuotaStatusOrBuilder getConcurrentRequestsOrBuilder()

Properties can use up to 50 concurrent requests.

.google.analytics.admin.v1beta.AccessQuotaStatus concurrent_requests = 3;

Returns
TypeDescription
AccessQuotaStatusOrBuilder

getDefaultInstanceForType()

public AccessQuota getDefaultInstanceForType()
Returns
TypeDescription
AccessQuota

getParserForType()

public Parser<AccessQuota> getParserForType()
Returns
TypeDescription
Parser<AccessQuota>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getServerErrorsPerProjectPerHour()

public AccessQuotaStatus getServerErrorsPerProjectPerHour()

Properties and cloud project pairs can have up to 50 server errors per hour.

.google.analytics.admin.v1beta.AccessQuotaStatus server_errors_per_project_per_hour = 4;

Returns
TypeDescription
AccessQuotaStatus

The serverErrorsPerProjectPerHour.

getServerErrorsPerProjectPerHourOrBuilder()

public AccessQuotaStatusOrBuilder getServerErrorsPerProjectPerHourOrBuilder()

Properties and cloud project pairs can have up to 50 server errors per hour.

.google.analytics.admin.v1beta.AccessQuotaStatus server_errors_per_project_per_hour = 4;

Returns
TypeDescription
AccessQuotaStatusOrBuilder

getTokensPerDay()

public AccessQuotaStatus getTokensPerDay()

Properties can use 250,000 tokens per day. Most requests consume fewer than 10 tokens.

.google.analytics.admin.v1beta.AccessQuotaStatus tokens_per_day = 1;

Returns
TypeDescription
AccessQuotaStatus

The tokensPerDay.

getTokensPerDayOrBuilder()

public AccessQuotaStatusOrBuilder getTokensPerDayOrBuilder()

Properties can use 250,000 tokens per day. Most requests consume fewer than 10 tokens.

.google.analytics.admin.v1beta.AccessQuotaStatus tokens_per_day = 1;

Returns
TypeDescription
AccessQuotaStatusOrBuilder

getTokensPerHour()

public 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.v1beta.AccessQuotaStatus tokens_per_hour = 2;

Returns
TypeDescription
AccessQuotaStatus

The tokensPerHour.

getTokensPerHourOrBuilder()

public 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.v1beta.AccessQuotaStatus tokens_per_hour = 2;

Returns
TypeDescription
AccessQuotaStatusOrBuilder

getTokensPerProjectPerHour()

public 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.v1beta.AccessQuotaStatus tokens_per_project_per_hour = 5;

Returns
TypeDescription
AccessQuotaStatus

The tokensPerProjectPerHour.

getTokensPerProjectPerHourOrBuilder()

public 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.v1beta.AccessQuotaStatus tokens_per_project_per_hour = 5;

Returns
TypeDescription
AccessQuotaStatusOrBuilder

hasConcurrentRequests()

public boolean hasConcurrentRequests()

Properties can use up to 50 concurrent requests.

.google.analytics.admin.v1beta.AccessQuotaStatus concurrent_requests = 3;

Returns
TypeDescription
boolean

Whether the concurrentRequests field is set.

hasServerErrorsPerProjectPerHour()

public boolean hasServerErrorsPerProjectPerHour()

Properties and cloud project pairs can have up to 50 server errors per hour.

.google.analytics.admin.v1beta.AccessQuotaStatus server_errors_per_project_per_hour = 4;

Returns
TypeDescription
boolean

Whether the serverErrorsPerProjectPerHour field is set.

hasTokensPerDay()

public boolean hasTokensPerDay()

Properties can use 250,000 tokens per day. Most requests consume fewer than 10 tokens.

.google.analytics.admin.v1beta.AccessQuotaStatus tokens_per_day = 1;

Returns
TypeDescription
boolean

Whether the tokensPerDay field is set.

hasTokensPerHour()

public 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.v1beta.AccessQuotaStatus tokens_per_hour = 2;

Returns
TypeDescription
boolean

Whether the tokensPerHour field is set.

hasTokensPerProjectPerHour()

public 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.v1beta.AccessQuotaStatus tokens_per_project_per_hour = 5;

Returns
TypeDescription
boolean

Whether the tokensPerProjectPerHour field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public AccessQuota.Builder newBuilderForType()
Returns
TypeDescription
AccessQuota.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected AccessQuota.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
AccessQuota.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public AccessQuota.Builder toBuilder()
Returns
TypeDescription
AccessQuota.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException