Package com.google.apphosting.api
Class ApiProxy.ApiConfig
- java.lang.Object
-
- com.google.apphosting.api.ApiProxy.ApiConfig
-
-
Constructor Summary
Constructors Constructor Description ApiConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Double
getDeadlineInSeconds()
Returns the number of seconds that the API call will be allowed to run, ornull
for the default deadline.int
hashCode()
void
setDeadlineInSeconds(Double deadlineInSeconds)
Set the number of seconds that the API call will be allowed to run, ornull
for the default deadline.
-
-
-
Method Detail
-
getDeadlineInSeconds
public Double getDeadlineInSeconds()
Returns the number of seconds that the API call will be allowed to run, ornull
for the default deadline.
-
setDeadlineInSeconds
public void setDeadlineInSeconds(Double deadlineInSeconds)
Set the number of seconds that the API call will be allowed to run, ornull
for the default deadline.
-
-