Package com.google.apphosting.api
Class ApiProxy.ApiConfig
java.lang.Object
com.google.apphosting.api.ApiProxy.ApiConfig
- Enclosing class:
- ApiProxy
ApiConfig encapsulates one or more configuration
parameters scoped to an individual API call.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the number of seconds that the API call will be allowed to run, ornullfor the default deadline.inthashCode()voidsetDeadlineInSeconds(Double deadlineInSeconds) Set the number of seconds that the API call will be allowed to run, ornullfor the default deadline.
-
Constructor Details
-
ApiConfig
public ApiConfig()
-
-
Method Details
-
getDeadlineInSeconds
Returns the number of seconds that the API call will be allowed to run, ornullfor the default deadline. -
setDeadlineInSeconds
Set the number of seconds that the API call will be allowed to run, ornullfor the default deadline. -
equals
-
hashCode
public int hashCode()
-