// 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::CaseServiceClient(
google::cloud::support_v2::MakeCaseServiceConnection(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-17 UTC."],[[["This document provides a comprehensive list of available versions, ranging from 2.11.0 up to the latest release candidate 2.37.0-rc, for the CaseServiceClient."],["Each version entry links to its corresponding documentation for the `support_v2_1_1CaseServiceClient-endpoint-snippet`, allowing users to access specific details for every version."],["The latest version available is labeled as `2.37.0-rc`, highlighting the most current release candidate."],["An example is given in the content on how to override the `support_v2::CaseServiceClient` endpoint configuration, such as for private Google access, showing how to set the endpoint."]]],[]]