Class ChannelOptions (2.12.0)

Describes the configuration for low-level connection features.

Some applications may want to use a different SSL root of trust for their connections, for example, containerized applications might store the certificate authority certificates in a hard-coded location.

This is a separate class, as it is used to configure both the normal connections to GCS and the connections used to obtain OAuth2 access tokens.

Functions

ssl_root_path() const

Returns
Type Description
std::string

set_ssl_root_path(std::string)

Parameter
Name Description
ssl_root_path std::string
Returns
Type Description
ChannelOptions &