// This configuration is common with Private Google Access:
// https://cloud.google.com/vpc/docs/private-google-access
auto options = google::cloud::Options{}.set<google::cloud::EndpointOption>(
"private.googleapis.com");
auto client = google::cloud::channel_v1::CloudChannelServiceClient(
google::cloud::channel_v1::MakeCloudChannelServiceConnection(options));
[[["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-04-17 UTC."],[[["The latest available version is 2.37.0-rc, which can be accessed via a provided link."],["This page provides access to documentation for a range of versions, from 2.37.0-rc down to 2.11.0."],["Each version's documentation is accessible through a dedicated link, all of which follow a pattern to access the channel_v1_1_1CloudChannelServiceClient-endpoint-snippet."],["The content includes information for overriding the endpoint configuration for the channel_v1::CloudChannelServiceClient, which is done by setting the endpoint option."],["Version 2.31.0 is also available in this document, which may be of note as it is the stated version at the beginning of this content."]]],[]]