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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-18 UTC."],[[["The webpage provides documentation for `ChannelOptions` across multiple versions, ranging from the latest release candidate, 2.37.0-rc, down to version 2.11.0."],["`ChannelOptions` is used to configure low-level connection features for Google Cloud Storage (GCS), including SSL settings and OAuth2 access token connections."],["The `ssl_root_path()` and `set_ssl_root_path(std::string)` functions are deprecated and users should instead use `google::cloud::Options` with `CAPathOption`."],["Containerized applications may utilize `ChannelOptions` to specify a different SSL root of trust by using a hard-coded certificate authority path."]]],[]]