// 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."],[[["The webpage provides access to different versions of the `eventarc_publishing_v1_1_1PublisherClient` documentation, ranging from version 2.11.0 to 2.36.0, and including the latest release candidate 2.37.0-rc."],["Each version entry in the list links to the documentation for the `eventarc_publishing_v1_1_1PublisherClient` endpoint snippet within that specific release."],["The current default version displayed at the top is version 2.29.0."],["The latest version available is 2.37.0-rc, indicating a release candidate."],["The webpage shows an example of overriding the default endpoint configuration for `eventarc_publishing_v1::PublisherClient`, which includes a configuration for Private Google Access."]]],[]]