// 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::IndexServiceClient(
google::cloud::aiplatform_v1::MakeIndexServiceConnection("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-21 UTC."],[[["This webpage provides a comprehensive list of different versions of the aiplatform, ranging from the latest release candidate version, 2.37.0-rc, down to version 2.12.0."],["Each version listed links to its respective documentation page, specifically focusing on the `aiplatform_v1_1_1IndexServiceClient-endpoint-snippet`, enabling users to easily access specific information for each version."],["The page includes information about how to override the default `aiplatform_v1::IndexServiceClient` endpoint configuration, demonstrating the ability to use a custom endpoint like \"private.googleapis.com\"."],["The provided code snippet demonstrates how to implement a custom endpoint, illustrating a common use case for configuring `IndexServiceClient` with options like `Private Google Access`."]]],[]]