// 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-05 UTC."],[[["This webpage provides documentation and links for various versions of the `CloudChannelReportsServiceClient`, ranging from version 2.11.0 to 2.36.0, plus a release candidate version 2.37.0-rc."],["Each version listed corresponds to a specific URL that leads to the `CloudChannelReportsServiceClient` endpoint snippet documentation for that version."],["The content includes a code snippet demonstrating how to override the endpoint configuration for the `CloudChannelReportsServiceClient`, using `private.googleapis.com` as the endpoint for private Google Access."],["The latest full release version is 2.36.0, while 2.37.0-rc is currently available as a release candidate."]]],[]]