// 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::aiplatform_v1::NotebookServiceClient(
google::cloud::aiplatform_v1::MakeNotebookServiceConnection("unused",
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."],[[["This webpage provides a list of versioned documentation for the `aiplatform_v1_1_1NotebookServiceClient` related to endpoint configuration."],["The latest release candidate version is `2.37.0-rc`, which is linked at the top of the list, allowing access to the most recent updates."],["The list spans from version `2.37.0-rc` down to version `2.12.0`, providing access to a range of historical documentation for different versions of the service client."],["Instructions for overriding the default endpoint configuration for `aiplatform_v1::NotebookServiceClient` are available, including an example using Private Google Access with the endpoint set to \"private.googleapis.com\"."]]],[]]