GrpcFallbackTransportOptions
class GrpcFallbackTransportOptions implements ArrayAccess (View source)
The GrpcFallbackTransportOptions class provides typing to the associative array of options used to configure {\Google\ApiCore\Transport\GrpcFallbackTransport}.
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
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