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-03-21 UTC."],[[["This webpage provides documentation for the `ChannelOptions` class in the Google Cloud C++ client library, focusing on its role in configuring low-level connection features for Google Cloud Storage (GCS)."],["The latest version available is 2.37.0-rc, with numerous other versions listed, ranging from 2.36.0 down to 2.11.0."],["`ChannelOptions` is a distinct class used to manage connections to GCS and OAuth2 access token retrieval."],["The functions `ssl_root_path()` and `set_ssl_root_path()` are available for managing SSL root paths, although they are deprecated in favor of using `google::cloud::Options` and `google::cloud::CARootsFilePathOption`."]]],[]]