com.google.maps.clients
public class RateLimitedBackOffRequired extends java.lang.Object implements com.google.api.client.http.HttpBackOffUnsuccessfulResponseHandler.BackOffRequired
| Modifier and Type | Field and Description |
|---|---|
protected static java.util.List<java.lang.String> |
QUOTA_EXCEEDED_REASONS |
protected java.lang.String |
responseBody |
| Constructor and Description |
|---|
RateLimitedBackOffRequired()
Create a RateLimitedBackOffRequired using the default
JsonFactory,
a GsonFactory. |
RateLimitedBackOffRequired(com.google.api.client.json.JsonFactory jsonFactory)
Create a RateLimitedBackOffRequired using the specified
JsonFactory. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRequired(com.google.api.client.http.HttpResponse httpResponse) |
protected static final java.util.List<java.lang.String> QUOTA_EXCEEDED_REASONS
protected java.lang.String responseBody
public RateLimitedBackOffRequired()
JsonFactory,
a GsonFactory.public RateLimitedBackOffRequired(com.google.api.client.json.JsonFactory jsonFactory)
JsonFactory.jsonFactory - The JSON library to use to parse the HTTP response