Interface QuotaErrorDetailsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
QuotaErrorDetails, QuotaErrorDetails.Builder

public interface QuotaErrorDetailsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The high level description of the quota bucket.
    com.google.protobuf.ByteString
    The high level description of the quota bucket.
    The rate scope of the quota limit.
    int
    The rate scope of the quota limit.
    com.google.protobuf.Duration
    Backoff period that customers should wait before sending next request.
    com.google.protobuf.DurationOrBuilder
    Backoff period that customers should wait before sending next request.
    boolean
    Backoff period that customers should wait before sending next request.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getRateScopeValue

      int getRateScopeValue()
       The rate scope of the quota limit.
       
      .google.ads.googleads.v18.errors.QuotaErrorDetails.QuotaRateScope rate_scope = 1;
      Returns:
      The enum numeric value on the wire for rateScope.
    • getRateScope

       The rate scope of the quota limit.
       
      .google.ads.googleads.v18.errors.QuotaErrorDetails.QuotaRateScope rate_scope = 1;
      Returns:
      The rateScope.
    • getRateName

      String getRateName()
       The high level description of the quota bucket.
       Examples are "Get requests for standard access" or "Requests per account".
       
      string rate_name = 2;
      Returns:
      The rateName.
    • getRateNameBytes

      com.google.protobuf.ByteString getRateNameBytes()
       The high level description of the quota bucket.
       Examples are "Get requests for standard access" or "Requests per account".
       
      string rate_name = 2;
      Returns:
      The bytes for rateName.
    • hasRetryDelay

      boolean hasRetryDelay()
       Backoff period that customers should wait before sending next request.
       
      .google.protobuf.Duration retry_delay = 3;
      Returns:
      Whether the retryDelay field is set.
    • getRetryDelay

      com.google.protobuf.Duration getRetryDelay()
       Backoff period that customers should wait before sending next request.
       
      .google.protobuf.Duration retry_delay = 3;
      Returns:
      The retryDelay.
    • getRetryDelayOrBuilder

      com.google.protobuf.DurationOrBuilder getRetryDelayOrBuilder()
       Backoff period that customers should wait before sending next request.
       
      .google.protobuf.Duration retry_delay = 3;