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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getRateName()
      The high level description of the quota bucket.
      com.google.protobuf.ByteString getRateNameBytes()
      The high level description of the quota bucket.
      QuotaErrorDetails.QuotaRateScope getRateScope()
      The rate scope of the quota limit.
      int getRateScopeValue()
      The rate scope of the quota limit.
      com.google.protobuf.Duration getRetryDelay()
      Backoff period that customers should wait before sending next request.
      com.google.protobuf.DurationOrBuilder getRetryDelayOrBuilder()
      Backoff period that customers should wait before sending next request.
      boolean hasRetryDelay()
      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 Detail

      • getRateScopeValue

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

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

        java.lang.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;