com.google.ads.googleads.v17.errors.QuotaErrorDetailsOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v17/errors/errors.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.errors;
public interface QuotaErrorDetailsOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.errors.QuotaErrorDetails)
com.google.protobuf.MessageOrBuilder {
/**
*
* The rate scope of the quota limit.
*
*
* .google.ads.googleads.v17.errors.QuotaErrorDetails.QuotaRateScope rate_scope = 1;
* @return The enum numeric value on the wire for rateScope.
*/
int getRateScopeValue();
/**
*
* The rate scope of the quota limit.
*
*
* .google.ads.googleads.v17.errors.QuotaErrorDetails.QuotaRateScope rate_scope = 1;
* @return The rateScope.
*/
com.google.ads.googleads.v17.errors.QuotaErrorDetails.QuotaRateScope getRateScope();
/**
*
* The high level description of the quota bucket.
* Examples are "Get requests for standard access" or "Requests per account".
*
*
* string rate_name = 2;
* @return The rateName.
*/
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;
* @return The bytes for rateName.
*/
com.google.protobuf.ByteString
getRateNameBytes();
/**
*
* Backoff period that customers should wait before sending next request.
*
*
* .google.protobuf.Duration retry_delay = 3;
* @return Whether the retryDelay field is set.
*/
boolean hasRetryDelay();
/**
*
* Backoff period that customers should wait before sending next request.
*
*
* .google.protobuf.Duration retry_delay = 3;
* @return The retryDelay.
*/
com.google.protobuf.Duration getRetryDelay();
/**
*
* Backoff period that customers should wait before sending next request.
*
*
* .google.protobuf.Duration retry_delay = 3;
*/
com.google.protobuf.DurationOrBuilder getRetryDelayOrBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy