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-26 UTC."],[[["The webpage provides documentation for the `ChannelOptions` class within the Google Cloud C++ Storage library, specifically for configuring low-level connection settings."],["The latest version documented is `2.37.0-rc`, with a list of previous versions ranging from `2.36.0` down to `2.11.0` available for reference."],["`ChannelOptions` is used to configure connections to both Google Cloud Storage and OAuth2 access token retrieval, providing a unified configuration point."],["The functions `ssl_root_path()` and `set_ssl_root_path()` are available for managing SSL root paths, although they are deprecated in favor of `google::cloud::Options` and `CAPathOption`."],["The class allows for setting a different SSL root of trust, which is useful for containerized applications or environments requiring specific certificate authority locations."]]],[]]