// 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 the documentation for various versions of the Eventarc C++ client library, from version 2.11.0 up to the latest release candidate, 2.37.0-rc."],["Each listed version links to the documentation for the `eventarc_v1_1_1EventarcClient-endpoint-snippet`, allowing you to explore the specifics of each release."],["The most current version, which is the latest release candidate, is version 2.37.0-rc, clearly marked at the top of the list."],["Instructions are provided on overriding the `eventarc_v1::EventarcClient` endpoint configuration, which includes using the \"private.googleapis.com\" endpoint for Private Google Access."]]],[]]