// 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 various versions of the `support_v2_1_1CommentServiceClient-endpoint-snippet`, ranging from the latest release candidate 2.37.0-rc down to version 2.11.0."],["The content includes links to individual version documentation for each release, such as version 2.36.0 or 2.22.1, all the way down to the older releases."],["The latest version documented here is `2.37.0-rc`, making it the newest release candidate available."],["The endpoint configuration for `support_v2::CommentServiceClient` is shown, and it is compatible with Private Google Access."],["Version 2.15.1 is marked, and it is one of the many available versions listed on this page."]]],[]]