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.StringgetRateName()The high level description of the quota bucket.com.google.protobuf.ByteStringgetRateNameBytes()The high level description of the quota bucket.QuotaErrorDetails.QuotaRateScopegetRateScope()The rate scope of the quota limit.intgetRateScopeValue()The rate scope of the quota limit.com.google.protobuf.DurationgetRetryDelay()Backoff period that customers should wait before sending next request.com.google.protobuf.DurationOrBuildergetRetryDelayOrBuilder()Backoff period that customers should wait before sending next request.booleanhasRetryDelay()Backoff period that customers should wait before sending next request.-
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;
-
-