/*
 * Copyright 2020 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/analytics/admin/v1alpha/access_report.proto

package com.google.analytics.admin.v1alpha;

public interface AccessQuotaOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.analytics.admin.v1alpha.AccessQuota)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * <pre>
   * Properties can use 250,000 tokens per day. Most requests consume fewer than
   * 10 tokens.
   * </pre>
   *
   * <code>.google.analytics.admin.v1alpha.AccessQuotaStatus tokens_per_day = 1;</code>
   *
   * @return Whether the tokensPerDay field is set.
   */
  boolean hasTokensPerDay();
  /**
   *
   *
   * <pre>
   * Properties can use 250,000 tokens per day. Most requests consume fewer than
   * 10 tokens.
   * </pre>
   *
   * <code>.google.analytics.admin.v1alpha.AccessQuotaStatus tokens_per_day = 1;</code>
   *
   * @return The tokensPerDay.
   */
  com.google.analytics.admin.v1alpha.AccessQuotaStatus getTokensPerDay();
  /**
   *
   *
   * <pre>
   * Properties can use 250,000 tokens per day. Most requests consume fewer than
   * 10 tokens.
   * </pre>
   *
   * <code>.google.analytics.admin.v1alpha.AccessQuotaStatus tokens_per_day = 1;</code>
   */
  com.google.analytics.admin.v1alpha.AccessQuotaStatusOrBuilder getTokensPerDayOrBuilder();

  /**
   *
   *
   * <pre>
   * 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.
   * </pre>
   *
   * <code>.google.analytics.admin.v1alpha.AccessQuotaStatus tokens_per_hour = 2;</code>
   *
   * @return Whether the tokensPerHour field is set.
   */
  boolean hasTokensPerHour();
  /**
   *
   *
   * <pre>
   * 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.
   * </pre>
   *
   * <code>.google.analytics.admin.v1alpha.AccessQuotaStatus tokens_per_hour = 2;</code>
   *
   * @return The tokensPerHour.
   */
  com.google.analytics.admin.v1alpha.AccessQuotaStatus getTokensPerHour();
  /**
   *
   *
   * <pre>
   * 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.
   * </pre>
   *
   * <code>.google.analytics.admin.v1alpha.AccessQuotaStatus tokens_per_hour = 2;</code>
   */
  com.google.analytics.admin.v1alpha.AccessQuotaStatusOrBuilder getTokensPerHourOrBuilder();

  /**
   *
   *
   * <pre>
   * Properties can use up to 50 concurrent requests.
   * </pre>
   *
   * <code>.google.analytics.admin.v1alpha.AccessQuotaStatus concurrent_requests = 3;</code>
   *
   * @return Whether the concurrentRequests field is set.
   */
  boolean hasConcurrentRequests();
  /**
   *
   *
   * <pre>
   * Properties can use up to 50 concurrent requests.
   * </pre>
   *
   * <code>.google.analytics.admin.v1alpha.AccessQuotaStatus concurrent_requests = 3;</code>
   *
   * @return The concurrentRequests.
   */
  com.google.analytics.admin.v1alpha.AccessQuotaStatus getConcurrentRequests();
  /**
   *
   *
   * <pre>
   * Properties can use up to 50 concurrent requests.
   * </pre>
   *
   * <code>.google.analytics.admin.v1alpha.AccessQuotaStatus concurrent_requests = 3;</code>
   */
  com.google.analytics.admin.v1alpha.AccessQuotaStatusOrBuilder getConcurrentRequestsOrBuilder();

  /**
   *
   *
   * <pre>
   * Properties and cloud project pairs can have up to 50 server errors per
   * hour.
   * </pre>
   *
   * <code>.google.analytics.admin.v1alpha.AccessQuotaStatus server_errors_per_project_per_hour = 4;
   * </code>
   *
   * @return Whether the serverErrorsPerProjectPerHour field is set.
   */
  boolean hasServerErrorsPerProjectPerHour();
  /**
   *
   *
   * <pre>
   * Properties and cloud project pairs can have up to 50 server errors per
   * hour.
   * </pre>
   *
   * <code>.google.analytics.admin.v1alpha.AccessQuotaStatus server_errors_per_project_per_hour = 4;
   * </code>
   *
   * @return The serverErrorsPerProjectPerHour.
   */
  com.google.analytics.admin.v1alpha.AccessQuotaStatus getServerErrorsPerProjectPerHour();
  /**
   *
   *
   * <pre>
   * Properties and cloud project pairs can have up to 50 server errors per
   * hour.
   * </pre>
   *
   * <code>.google.analytics.admin.v1alpha.AccessQuotaStatus server_errors_per_project_per_hour = 4;
   * </code>
   */
  com.google.analytics.admin.v1alpha.AccessQuotaStatusOrBuilder
      getServerErrorsPerProjectPerHourOrBuilder();

  /**
   *
   *
   * <pre>
   * 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.
   * </pre>
   *
   * <code>.google.analytics.admin.v1alpha.AccessQuotaStatus tokens_per_project_per_hour = 5;</code>
   *
   * @return Whether the tokensPerProjectPerHour field is set.
   */
  boolean hasTokensPerProjectPerHour();
  /**
   *
   *
   * <pre>
   * 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.
   * </pre>
   *
   * <code>.google.analytics.admin.v1alpha.AccessQuotaStatus tokens_per_project_per_hour = 5;</code>
   *
   * @return The tokensPerProjectPerHour.
   */
  com.google.analytics.admin.v1alpha.AccessQuotaStatus getTokensPerProjectPerHour();
  /**
   *
   *
   * <pre>
   * 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.
   * </pre>
   *
   * <code>.google.analytics.admin.v1alpha.AccessQuotaStatus tokens_per_project_per_hour = 5;</code>
   */
  com.google.analytics.admin.v1alpha.AccessQuotaStatusOrBuilder
      getTokensPerProjectPerHourOrBuilder();
}
