// 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-14 UTC."],[[["This webpage provides a comprehensive list of available versions for the `aiplatform_v1_1_1IndexServiceClient` component, ranging from version 2.12.0 up to the latest release candidate, 2.37.0-rc."],["Each version listed corresponds to a specific documentation page, detailing the `aiplatform_v1_1_1IndexServiceClient` endpoint snippet, with version 2.17.0 being specified at the top of the content."],["The documentation includes instructions for overriding the `aiplatform_v1::IndexServiceClient` endpoint configuration, highlighting its compatibility with Private Google Access."],["The provided code snippet demonstrates how to set the endpoint option to `\"private.googleapis.com\"` for use with Private Google Access."],["The latest release candidate is highlighted as 2.37.0-rc, indicating that it is the most recent, though potentially less stable, version."]]],[]]