// 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::NotebookServiceClient(
google::cloud::notebooks_v1::MakeNotebookServiceConnection(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-04-17 UTC."],[[["The page provides a comprehensive list of versions for `notebooks_v1_1_1NotebookServiceClient`, ranging from the latest release candidate version 2.37.0-rc down to version 2.11.0."],["Each version listed is linked to its corresponding documentation, facilitating easy access to the specifics for each release, such as the endpoint configuration details."],["The current version is 2.26.0, as shown in the title."],["The page also contains an example code snippet, highlighting how to override the `notebooks_v1::NotebookServiceClient` endpoint configuration, specifically for use with Private Google Access."]]],[]]