// 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::CloudChannelReportsServiceClient(
google::cloud::channel_v1::MakeCloudChannelReportsServiceConnection(
options));
[[["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-07-09 UTC."],[[["The latest release candidate version available is 2.37.0-rc, offering the most up-to-date features and fixes."],["This page provides access to the documentation for multiple versions of the CloudChannelReportsServiceClient, ranging from version 2.11.0 to 2.36.0, along with the 2.37.0-rc release."],["Each version listed links to a specific endpoint snippet documentation for that release, for example, /cpp/docs/reference/channel/2.36.0/channel_v1_1_1CloudChannelReportsServiceClient-endpoint-snippet."],["The page contains documentation on overriding the default endpoint configuration of the `CloudChannelReportsServiceClient`, including an example using the `private.googleapis.com` endpoint."],["Version 2.24.0 is currently mentioned at the top of the displayed list."]]],[]]