// 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-01 UTC."],[[["The latest release candidate version available is 2.37.0-rc, as indicated in the provided list."],["The content provides a detailed list of previous versions, ranging from 2.36.0 down to 2.11.0, allowing users to access documentation for specific past versions."],["The provided code snippet illustrates how to configure the `support_v2::CommentServiceClient` endpoint, using private Google Access, by setting the endpoint option to \"private.googleapis.com\"."],["Each version number includes a link that likely takes the user to additional documentation for that version."]]],[]]