// 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 `CaseAttachmentServiceClient` within the `support_v2` library, ranging from version 2.11.0 up to the release candidate 2.37.0-rc."],["The latest version available is 2.37.0-rc, and it is listed first, followed by a chronological list of older releases."],["Each version listed links to a detailed page for its `CaseAttachmentServiceClient-endpoint-snippet` documentation."],["The page also provides an example code snippet for overriding the `support_v2::CaseAttachmentServiceClient` Endpoint Configuration, using `private.googleapis.com` as an example."],["Version 2.29.0 is highlighted at the top as the currently selected version, and all the other versions are listed below it in reverse chronological order."]]],[]]