// 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."],[[["This webpage provides a comprehensive list of versions for the CloudChannelServiceClient, ranging from the latest release candidate (2.37.0-rc) down to version 2.11.0."],["Each version listed links to its respective documentation page, enabling users to find version-specific details and information about the channel\\_v1\\_1\\_1CloudChannelServiceClient-endpoint-snippet."],["The content includes an example snippet to demonstrate how to override the default endpoint configuration for the CloudChannelServiceClient, using \"private.googleapis.com\" which is common with private google access."],["The most recent stable release is 2.36.0 and the current release candidate version is 2.37.0-rc."]]],[]]