RestTransportOptions
class RestTransportOptions implements ArrayAccess (View source)
The RestTransportOptions class provides typing to the associative array of options used to configure {\Google\ApiCore\Transport\RestTransport}.
Traits
Trait implemented by any class representing an associative array of PHP options.
Methods
__construct(array $options)
No description
setHttpHandler(callable|null $httpHandler)
No description
setClientCertSource(callable|null $clientCertSource)
No description
setRestClientConfigPath(string|null $restClientConfigPath)
No description
Details
bool
offsetExists($offset)
No description
offsetGet($offset)
No description
void
offsetSet($offset, $value)
No description
void
offsetUnset($offset)
No description
array
toArray()
No description
__construct(array $options)
No description
setHttpHandler(callable|null $httpHandler)
No description
setClientCertSource(callable|null $clientCertSource)
No description
setRestClientConfigPath(string|null $restClientConfigPath)
No description