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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["The webpage provides documentation for `ChannelOptions` within the Google Cloud Storage C++ client library, focusing on configuration for low-level connection settings."],["The latest version documented is `2.37.0-rc`, with a comprehensive list of previous versions down to `2.11.0` also available, allowing for version-specific reference."],["`ChannelOptions` allows configuring connection features such as the SSL root of trust, which might be necessary for containerized applications or those needing custom certificate handling."],["The `ssl_root_path` function and `set_ssl_root_path` are deprecated, recommending the use of `google::cloud::Options` and `CAPathOption` instead for newer implementations."]]],[]]