// 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."],[[["The latest release candidate version is 2.37.0-rc, representing the most current preview of the software."],["The page provides access to documentation for a range of versions, spanning from 2.11.0 up to the latest release candidate 2.37.0-rc."],["The content focuses on the `CloudChannelReportsServiceClient` endpoint, specifically related to its configuration within each version."],["It features a snippet demonstrating how to override the `CloudChannelReportsServiceClient` endpoint configuration, highlighting the use of \"private.googleapis.com\" for Private Google Access."],["The lowest version mentioned within the content is version 2.11.0, which can be seen in the list of versions to access documentation for."]]],[]]