// 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::support_v2::CommentServiceClient(
google::cloud::support_v2::MakeCommentServiceConnection(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-04-09 UTC."],[[["The webpage provides documentation and reference for various versions of the `support_v2::CommentServiceClient` within the C++ library."],["Version 2.37.0-rc is the latest release candidate, with a range of stable versions available from 2.36.0 down to 2.11.0."],["Each version listed has a corresponding link that leads to the respective documentation for the `support_v2_1_1CommentServiceClient-endpoint-snippet`."],["The page also includes an example of how to override the `support_v2::CommentServiceClient` endpoint configuration, specifically for use with Private Google Access."]]],[]]