// 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"]],[["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 documentation and reference for various versions of the `FunctionServiceClient` in C++, ranging from version 2.11.0 to the latest release candidate 2.37.0-rc."],["Each version listed includes a link to its respective documentation, focusing on the `functions_v2_1_1FunctionServiceClient-endpoint-snippet`."],["The latest version available is version 2.37.0-rc, and it is marked as the most recent release candidate."],["There is an override available that allow users to change the FunctionServiceClient Endpoint Configuration."],["An example of how to change the endpoint configuration to \"private.googleapis.com\" is included in the override documentation."]]],[]]