GrpcTransportOptions
class GrpcTransportOptions implements ArrayAccess (View source)
The GrpcTransportOptions class provides typing to the associative array of options used to configure {\Google\ApiCore\Transport\GrpcTransport}.
Traits
Trait implemented by any class representing an associative array of PHP options.
Methods
__construct(array $options)
No description
setStubOpts(array $stubOpts)
No description
setChannel(Channel|null $channel)
No description
setInterceptors(array $interceptors)
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
setStubOpts(array $stubOpts)
No description
setChannel(Channel|null $channel)
No description
setInterceptors(array $interceptors)
No description
setClientCertSource(callable|null $clientCertSource)
No description