// 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::appengine_v1::FirewallClient(
google::cloud::appengine_v1::MakeFirewallConnection(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 different versions of the `appengine_v1_1_1FirewallClient` documentation, ranging from version 2.11.0 up to the latest release candidate 2.37.0-rc."],["Each version listed offers a specific endpoint snippet for the `appengine_v1_1_1FirewallClient`, enabling users to find the correct configuration for their development needs."],["The most current stable version available is 2.36.0, while the latest release candidate is 2.37.0-rc."],["The provided code example demonstrates how to override the default endpoint configuration to use \"private.googleapis.com,\" which is commonly used with Private Google Access."],["The minimum listed version available is 2.11.0, and the list of links shows multiple versions to go through."]]],[]]