// 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-03-21 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."]]],[]]