public static final class ApiProxy.ApiConfig
extends java.lang.Object
ApiConfig encapsulates one or more configuration
parameters scoped to an individual API call.| Constructor and Description |
|---|
ApiConfig() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.Double |
getDeadlineInSeconds()
Returns the number of seconds that the API call will be allowed
to run, or
null for the default deadline. |
int |
hashCode() |
void |
setDeadlineInSeconds(java.lang.Double deadlineInSeconds)
Set the number of seconds that the API call will be allowed to
run, or
null for the default deadline. |
public java.lang.Double getDeadlineInSeconds()
null for the default deadline.public void setDeadlineInSeconds(java.lang.Double deadlineInSeconds)
null for the default deadline.public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object