// 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-03-21 UTC."],[[["Version 2.37.0-rc is the latest release candidate available, followed by other listed stable versions."],["This page provides access to various versions of the `CaseAttachmentServiceClient` endpoint snippet documentation, from version 2.11.0 up to the latest release candidate."],["The provided endpoint snippet demonstrates how to configure the `CaseAttachmentServiceClient` with the \"private.googleapis.com\" endpoint, which is consistent with Private Google Access settings."],["Each version has its own dedicated link to the `CaseAttachmentServiceClient` endpoint documentation."],["The documentation covers versions down to 2.11.0, so users can reference specific versions for configuration."]]],[]]