// 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"]],[["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 webpage provides a comprehensive list of available versions for the `support_v2_1_1CaseAttachmentServiceClient` component, ranging from version 2.11.0 up to the latest release candidate, 2.37.0-rc."],["Each version listed on the page links to specific documentation regarding endpoint configuration for the respective version of the `CaseAttachmentServiceClient`."],["The most recent release candidate version available is highlighted as 2.37.0-rc, and this is indicated as the latest version."],["The page includes a code snippet demonstrating how to override the default endpoint configuration for the `CaseAttachmentServiceClient`, specifically showing how to set it to \"private.googleapis.com\"."],["The content indicates that version 2.17.0 is a notable version listed, as it is the version initially listed at the top of the page."]]],[]]