// 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::compute_networks_v1::NetworksClient(
google::cloud::compute_networks_v1::MakeNetworksConnectionRest(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-05 UTC."],[[["This webpage provides documentation and links for various versions of the `compute_networks_v1_1_1NetworksClient`, ranging from the latest release candidate version 2.37.0-rc down to version 2.15.1."],["Each version listed offers specific documentation accessed via a dedicated link to its corresponding `compute_networks_v1_1_1NetworksClient-endpoint-snippet`."],["The most current version mentioned on this page is version 2.34.0, but a link to version 2.37.0-rc is considered the latest."],["Instructions are provided for overriding the default endpoint configuration of `compute_networks_v1::NetworksClient`, which is relevant for situations like using Private Google Access."]]],[]]