CallSettings
class CallSettings
Encapsulates the call settings for an API call.
Constants
INHERIT_TIMEOUT |
|
Methods
static
load(string $serviceName, array $clientConfig, array $retryingOverrides, array $statusCodes, int $timeoutMillis)
Constructs an array mapping method names to CallSettings.
__construct($settings = array())
Construct an instance.
getTimeoutMillis()
No description
getRetrySettings()
No description
merge(CallSettings $otherSettings = null)
Returns a new CallSettings merged from this and another CallSettings object.
Details
at line line 65
static
load(string $serviceName, array $clientConfig, array $retryingOverrides, array $statusCodes, int $timeoutMillis)
Constructs an array mapping method names to CallSettings.
at line line 165
__construct($settings = array())
Construct an instance.
at line line 178
getTimeoutMillis()
at line line 183
getRetrySettings()
at line line 195
merge(CallSettings $otherSettings = null)
Returns a new CallSettings merged from this and another CallSettings object.