// 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."],[[["This webpage provides access to documentation for various versions of the `support_v2_1_1CommentServiceClient-endpoint-snippet`, ranging from version 2.11.0 to the latest release candidate 2.37.0-rc."],["Each version listed corresponds to a specific documentation page for the `support_v2_1_1CommentServiceClient-endpoint-snippet`."],["The latest version available is a release candidate, labeled 2.37.0-rc, indicating it is the newest version but may still be in testing."],["The page shows an example of how to override the `support_v2::CommentServiceClient` endpoint configuration using `google::cloud::Options`, along with setting the endpoint to `\"private.googleapis.com\"`, which is a common configuration when using Private Google Access."],["The displayed list demonstrates the version history of the software component, with a wide range of prior versions accessible."]]],[]]