// 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 page provides access to the `sql_v1_1_1SqlEventsServiceClient-endpoint-snippet` documentation for various versions, ranging from 2.11.0 up to the latest release candidate, 2.37.0-rc."],["Version 2.37.0-rc is identified as the latest release candidate, while 2.36.0 is the most recent stable release version available."],["The content includes a guide on overriding the default endpoint configuration for `sql_v1::SqlEventsServiceClient`, which can be modified to use \"private.googleapis.com\" to support Private Google Access."],["A historical list of versions are provided from version 2.11.0 onwards, showing a wide range of releases."]]],[]]