// 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 links for various versions of the `support_v2_1_1CommentServiceClient` component, ranging from version 2.11.0 up to the latest release candidate, 2.37.0-rc."],["Version 2.37.0-rc is designated as the latest release candidate, and each version links to specific documentation."],["The content includes an example of how to override the `support_v2::CommentServiceClient` endpoint configuration, which is common with Private Google Access."],["The endpoint configuration example uses `private.googleapis.com`, and it shows how to create a `CommentServiceClient` with the overridden endpoint."],["Version 2.20.0 is also mentioned in the title, and is one of the many previous versions listed."]]],[]]