// 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::eventarc_v1::EventarcClient(
google::cloud::eventarc_v1::MakeEventarcConnection(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 various versions of the Eventarc client library for C++, ranging from version 2.11.0 up to the latest release candidate, 2.37.0-rc."],["Each version listed includes a link to the documentation for the `eventarc_v1_1_1EventarcClient-endpoint-snippet`, allowing for easy reference of the client's capabilities."],["The page features the current release candidate version, 2.37.0-rc, as well as all finalized versions from 2.36.0 down to 2.11.0."],["Instructions are included for overriding the default Eventarc client endpoint configuration to utilize Private Google Access via the `private.googleapis.com` option."]]],[]]