// 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::networkservices_v1::DepServiceClient(
google::cloud::networkservices_v1::MakeDepServiceConnection(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."],[[["The latest available version is 2.37.0-rc, which can be accessed via the provided link."],["The webpage provides access to a range of versions, from 2.12.0 up to the latest 2.37.0-rc, including the specific path to access each one."],["Version 2.23.0 is listed among the available versions, indicating it is one of the supported releases on the webpage."],["The provided snippet demonstrates how to override the networkservices_v1::DepServiceClient endpoint configuration, typically used with Private Google Access."],["Each version listed, such as 2.36.0, 2.35.0, etc., has its own unique URL to redirect users to its respective documentation page."]]],[]]