// 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 webpage provides documentation for various versions of the Eventarc C++ client library, ranging from version 2.11.0 to 2.37.0-rc."],["Version 2.37.0-rc is the latest release candidate for the Eventarc C++ client library."],["The content includes links to specific documentation pages for each version of the library, such as for version 2.22.1, located at `/cpp/docs/reference/eventarc/2.22.1/eventarc_v1_1_1EventarcClient-endpoint-snippet`."],["It also provides an example of how to override the default Eventarc client endpoint configuration, as demonstrated through the use of `private.googleapis.com`."],["The webpage provides documentation specific to the `eventarc_v1_1_1EventarcClient-endpoint-snippet` across multiple versions."]]],[]]