// 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_publishing_v1::PublisherClient(
google::cloud::eventarc_publishing_v1::MakePublisherConnection(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-03-14 UTC."],[[["This page provides documentation for various versions of the `eventarc_publishing_v1_1_1PublisherClient`, ranging from version 2.11.0 up to the latest release candidate 2.37.0-rc."],["Each listed version links to a specific page detailing the `eventarc_publishing_v1_1_1PublisherClient-endpoint-snippet` for that release."],["The content illustrates how to override the `eventarc_publishing_v1::PublisherClient` endpoint configuration, showing how to configure the client for Private Google Access."],["The latest stable release is 2.36.0, while the latest release candidate is 2.37.0-rc."],["The version 2.21.0 is also mentioned as being somewhere in the list."]]],[]]