// 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 vpc_client = google::cloud::notebooks_v2::NotebookServiceClient(
google::cloud::notebooks_v2::MakeNotebookServiceConnection(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."],[[["The latest version available is 2.37.0-rc, which can be accessed via the provided link."],["The content provides a list of available versions for the C++ NotebookServiceClient, ranging from 2.11.0 up to the latest release candidate."],["Each version listed includes a corresponding link that directs to specific documentation for the notebooks_v2_1_1NotebookServiceClient-endpoint-snippet."],["The provided content includes an example demonstrating how to override the notebooks_v2::NotebookServiceClient Endpoint Configuration, specifically using \"private.googleapis.com\" for private Google access."]]],[]]