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.v1alpha.AccessQuota
    Inherited Members
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Fields
  
  CONCURRENT_REQUESTS_FIELD_NUMBER
  
    public static final int CONCURRENT_REQUESTS_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  SERVER_ERRORS_PER_PROJECT_PER_HOUR_FIELD_NUMBER
  
    public static final int SERVER_ERRORS_PER_PROJECT_PER_HOUR_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  TOKENS_PER_DAY_FIELD_NUMBER
  
    public static final int TOKENS_PER_DAY_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  TOKENS_PER_HOUR_FIELD_NUMBER
  
    public static final int TOKENS_PER_HOUR_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  TOKENS_PER_PROJECT_PER_HOUR_FIELD_NUMBER
  
    public static final int TOKENS_PER_PROJECT_PER_HOUR_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  Static Methods
  
  
  getDefaultInstance()
  
    public static AccessQuota getDefaultInstance()
   
  
  
  getDescriptor()
  
    public static final Descriptors.Descriptor getDescriptor()
   
  
  
  newBuilder()
  
    public static AccessQuota.Builder newBuilder()
   
  
  
  newBuilder(AccessQuota prototype)
  
    public static AccessQuota.Builder newBuilder(AccessQuota prototype)
   
  
  
  
  
  
    public static AccessQuota parseDelimitedFrom(InputStream input)
   
  
  
  
  
  
  
    public static AccessQuota parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  parseFrom(byte[] data)
  
    public static AccessQuota parseFrom(byte[] data)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | data | byte[]
 | 
    
  
  
  
  
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
  
    public static AccessQuota parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  parseFrom(ByteString data)
  
    public static AccessQuota parseFrom(ByteString data)
   
  
  
  
  
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
  
    public static AccessQuota parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  
  
    public static AccessQuota parseFrom(CodedInputStream input)
   
  
  
  
  
  
  
    public static AccessQuota parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  
  
    public static AccessQuota parseFrom(InputStream input)
   
  
  
  
  
  
  
    public static AccessQuota parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  parseFrom(ByteBuffer data)
  
    public static AccessQuota parseFrom(ByteBuffer data)
   
  
  
  
  
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
  
    public static AccessQuota parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  parser()
  
    public static Parser<AccessQuota> parser()
   
  
  Methods
  
  
  equals(Object obj)
  
    public boolean equals(Object obj)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | obj | Object
 | 
    
  
  
  Overrides
  
  
  getConcurrentRequests()
  
    public AccessQuotaStatus getConcurrentRequests()
   
   Properties can use up to 50 concurrent requests.
 .google.analytics.admin.v1alpha.AccessQuotaStatus concurrent_requests = 3;
getConcurrentRequestsOrBuilder()
  
    public AccessQuotaStatusOrBuilder getConcurrentRequestsOrBuilder()
   
   Properties can use up to 50 concurrent requests.
 .google.analytics.admin.v1alpha.AccessQuotaStatus concurrent_requests = 3;
getDefaultInstanceForType()
  
    public AccessQuota getDefaultInstanceForType()
   
  
  
  getParserForType()
  
    public Parser<AccessQuota> getParserForType()
   
  
  Overrides
  
  
  getSerializedSize()
  
    public int getSerializedSize()
   
  
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  Overrides
  
  
  getServerErrorsPerProjectPerHour()
  
    public 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;
 
getServerErrorsPerProjectPerHourOrBuilder()
  
    public 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;
 
getTokensPerDay()
  
    public 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;
getTokensPerDayOrBuilder()
  
    public 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;
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.v1alpha.AccessQuotaStatus tokens_per_hour = 2;
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.v1alpha.AccessQuotaStatus tokens_per_hour = 2;
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.v1alpha.AccessQuotaStatus tokens_per_project_per_hour = 5;
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.v1alpha.AccessQuotaStatus tokens_per_project_per_hour = 5;
hasConcurrentRequests()
  
    public 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 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 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 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 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. | 
    
  
  
  hashCode()
  
  
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  Overrides
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  newBuilderForType()
  
    public AccessQuota.Builder newBuilderForType()
   
  
  
  newBuilderForType(GeneratedMessageV3.BuilderParent parent)
  
    protected AccessQuota.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
   
  
  
  Overrides
  
  
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
  
    protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
   
  
  
    
      
        | Returns | 
      
        | Type | Description | 
      
        | Object |  | 
    
  
  Overrides
  
  
  toBuilder()
  
    public AccessQuota.Builder toBuilder()
   
  
  
  writeTo(CodedOutputStream output)
  
    public void writeTo(CodedOutputStream output)
   
  
  Overrides