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 page provides documentation for `ChannelOptions` within the Google Cloud C++ client library's storage component, detailing its purpose in configuring low-level connection settings."],["The content lists various versions of the library, starting from version 2.11.0 up to the latest release candidate 2.37.0-rc, allowing users to access documentation relevant to specific library releases."],["`ChannelOptions` allows users to configure aspects such as SSL root of trust, which is particularly useful for applications needing custom certificate authority management."],["The functions `ssl_root_path()` and `set_ssl_root_path(std::string)` are listed as deprecated, with recommendations to utilize `google::cloud::Options` and `CAPathOption` instead."],["This class is distinct because it configures connections to Google Cloud Storage and those for acquiring OAuth2 access tokens, making it central to multiple connection processes."]]],[]]