// 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"]],[["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-14 UTC."],[[["This page provides access to various versions of the `channel_v1_1_1CloudChannelReportsServiceClient` documentation, ranging from the latest release candidate `2.37.0-rc` down to version `2.11.0`."],["The `2.37.0-rc` link represents the most current version available, while `2.31.0` is the displayed version as indicated by the initial \"Version 2.31.0\" tag."],["Each version link directs to specific documentation related to the `CloudChannelReportsServiceClient` endpoint configuration for that particular version."],["The page also includes a code snippet demonstrating how to override the `channel_v1::CloudChannelReportsServiceClient` endpoint configuration using `private.googleapis.com`, a common configuration for Private Google Access."]]],[]]