// 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 page provides documentation and links for various versions of the `support_v2_1_1CaseServiceClient` component, ranging from the latest release candidate `2.37.0-rc` down to version `2.11.0`."],["The primary function covered on this page is the configuration of the endpoint for `support_v2::CaseServiceClient`, including how it can be configured for Private Google Access."],["The most recent stable release available is version `2.36.0`, while the current latest release candidate is version `2.37.0-rc`."],["The current default version is set to `2.22.1` as shown in the header, while several more recent versions are already available."]]],[]]