// 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::sql_v1::SqlEventsServiceClient(
google::cloud::sql_v1::MakeSqlEventsServiceConnectionRest(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-21 UTC."],[[["This webpage provides documentation for various versions of the `sql_v1_1_1SqlEventsServiceClient`, ranging from version 2.11.0 up to the latest release candidate, 2.37.0-rc."],["Each version listed on the page links to its respective documentation, specifically focusing on endpoint configuration snippets for that version."],["The most recent version available is a release candidate, version 2.37.0-rc, indicating it may still be undergoing testing and refinement."],["The documentation includes instructions for overriding the `sql_v1::SqlEventsServiceClient` endpoint configuration, using `private.googleapis.com` for example, in order to accommodate configurations like Private Google Access."],["The list of versions is decreasing in numerical order from the top of the list down to the bottom, with the most recent version up top."]]],[]]