// 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-03-05 UTC."],[[["The webpage provides access to documentation for various versions of the CloudChannelServiceClient, ranging from version 2.11.0 up to the latest release candidate 2.37.0-rc."],["Each version listed links to its respective documentation page, providing users with version-specific details of the `channel_v1_1_1CloudChannelServiceClient-endpoint-snippet`."],["The latest version available is 2.37.0-rc, which is marked as the release candidate, indicating it is the newest version but may be subject to change."],["The `Override channel_v1::CloudChannelServiceClient Endpoint Configuration` section contains a code snippet illustrating how to set the endpoint configuration to `\"private.googleapis.com\"`, which is mentioned to be common for Private Google Access."]]],[]]