// 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."],[[["This webpage provides access to various versions of the `CloudChannelReportsServiceClient` documentation, ranging from version 2.11.0 to the latest release candidate 2.37.0-rc."],["Each version listed offers a specific endpoint snippet for the `channel_v1_1_1CloudChannelReportsServiceClient`."],["The latest version available is version 2.37.0-rc, which is the most current release candidate."],["The content includes information on how to override the default `channel_v1::CloudChannelReportsServiceClient` endpoint configuration, which it notes is common with Private Google Access."],["Version 2.16.0 is marked in bold, possibly highlighting its status as the most stable or current general release, despite the availability of later versions."]]],[]]