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."],[[["The webpage provides documentation for `ChannelOptions` in various versions, ranging from 2.11.0 to the latest release candidate, 2.37.0-rc, with version 2.14.0 being the landing page version."],["`ChannelOptions` configures low-level connection settings for applications, including those needing to use a specific SSL root of trust."],["The class is used for both standard GCS connections and those used to retrieve OAuth2 access tokens."],["The `ssl_root_path()` and `set_ssl_root_path()` functions are deprecated, with users being recommended to use `google::cloud::Options` and `CAPathOption` instead."]]],[]]