// 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::functions_v2::FunctionServiceClient(
google::cloud::functions_v2::MakeFunctionServiceConnection(options));
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[[["The latest available version is 2.37.0-rc, which is designated as the most current release candidate."],["The webpage provides a comprehensive list of versions, from 2.37.0-rc down to 2.11.0, with associated links for each version."],["Version 2.23.0 is specifically highlighted, likely representing a point of interest or a starting point in the documented list."],["The content includes example code for overriding the `functions_v2::FunctionServiceClient` endpoint configuration, demonstrating how to set a custom endpoint option for connections."]]],[]]