// 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"]],[["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 documentation for various versions of the `support_v2::CommentServiceClient` within a C++ context."],["The latest release candidate version available is 2.37.0-rc, with a comprehensive list of previous versions ranging down to 2.11.0."],["Each listed version links to specific documentation regarding the `support_v2_1_1CommentServiceClient-endpoint-snippet`."],["The webpage includes an example showing how to override the `support_v2::CommentServiceClient` endpoint configuration using `private.googleapis.com`."]]],[]]