// 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-18 UTC."],[[["The webpage provides a comprehensive list of Eventarc C++ client library versions, ranging from 2.11.0 to the latest release candidate 2.37.0-rc."],["Each version number in the list links to its respective documentation for the `eventarc_v1_1_1EventarcClient` endpoint snippet."],["The page features a code example demonstrating how to override the default endpoint configuration for the `eventarc_v1::EventarcClient`, which is also compatible with Private Google Access."],["The current displayed version of this eventarc C++ client library is 2.21.0."]]],[]]