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 TypeMethodDescriptionboolean
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.
-
Constructor Details
-
ApiConfig
public ApiConfig()
-
-
Method Details
-
getDeadlineInSeconds
Returns the number of seconds that the API call will be allowed to run, ornull
for the default deadline. -
setDeadlineInSeconds
Set the number of seconds that the API call will be allowed to run, ornull
for the default deadline. -
equals
-
hashCode
public int hashCode()
-