// 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"]],[["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."],[[["The latest release candidate version for the Eventarc client is 2.37.0-rc."],["The current stable version documented on this page is 2.35.0, with multiple prior versions listed."],["This page provides access to documentation for Eventarc client versions ranging from 2.11.0 up to the latest release candidate 2.37.0-rc."],["The content offers information on overriding the default endpoint configuration for the `eventarc_v1::EventarcClient`, to a `private.googleapis.com` endpoint."],["Each version number links to a specific document for the `eventarc_v1_1_1EventarcClient-endpoint-snippet` for that version."]]],[]]