// 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_v1::CloudFunctionsServiceClient(
google::cloud::functions_v1::MakeCloudFunctionsServiceConnection(
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-08 UTC."],[[["This webpage provides a comprehensive list of versions for the `CloudFunctionsServiceClient` in the C++ library, starting from version 2.11.0 and going up to the latest release candidate, 2.37.0-rc."],["Each listed version links to the specific documentation for the `functions_v1_1_1CloudFunctionsServiceClient-endpoint-snippet`, enabling users to find relevant information for their chosen version."],["The content also includes an example snippet demonstrating how to override the default endpoint configuration for the `functions_v1::CloudFunctionsServiceClient`, specifically for use with Private Google Access."],["The default starting version of the webpage is `2.23.0` but it includes both earlier and later versions that can be selected."]]],[]]