// 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::notebooks_v1::ManagedNotebookServiceClient(
google::cloud::notebooks_v1::MakeManagedNotebookServiceConnection(
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 latest available version is 2.37.0-rc, which is a release candidate."],["The content provides access to a range of versions, spanning from 2.11.0 to 2.37.0-rc."],["Each version links to a specific endpoint snippet for notebooks_v1_1_1ManagedNotebookServiceClient."],["The page shows how to override the default endpoint configuration using Private Google Access by using `private.googleapis.com`."],["The lowest version available on this page is 2.11.0, and the user is currently on version 2.26.0."]]],[]]