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-08-01 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."],["The latest version available for reference is 2.37.0-rc, with numerous previous versions listed, ranging down to version 2.11.0."],["The `ChannelOptions` class is used to configure connections to Google Cloud Storage (GCS) as well as connections to obtain OAuth2 access tokens, making it important for security."],["The `ssl_root_path()` and `set_ssl_root_path()` functions, which allow for the configuration of an SSL root of trust for connections, are both deprecated in favor of using `google::cloud::Options` and `CAPathOption`."],["The documentation includes details on the deprecated functions, including their parameters, return types, and a brief description of their original purpose."]]],[]]