// 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::CaseAttachmentServiceClient(
google::cloud::support_v2::MakeCaseAttachmentServiceConnection(options));
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-09 UTC."],[[["This page provides access to different versions of the C++ `support_v2_1_1CaseAttachmentServiceClient` documentation, ranging from version 2.11.0 up to the latest release candidate, 2.37.0-rc."],["The documentation offers detailed information for each version, including endpoint snippets and configuration details, which is accessible by following the links to the respective version numbers."],["The content highlights the ability to override the default endpoint configuration for the `support_v2::CaseAttachmentServiceClient`, with a specific example for Private Google Access."],["Version 2.37.0-rc is the latest release candidate, and users can find the documentation for version 2.36.0, the most recent full release, immediately below."]]],[]]