// 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::IndexEndpointServiceClient(
google::cloud::aiplatform_v1::MakeIndexEndpointServiceConnection(
"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 access to different versions of the `aiplatform_v1_1_1IndexEndpointServiceClient-endpoint-snippet`, with versions ranging from 2.12.0 to 2.37.0-rc."],["Version 2.37.0-rc is the latest release candidate available on this page for the `aiplatform_v1_1_1IndexEndpointServiceClient-endpoint-snippet`."],["The webpage includes a code snippet for overriding the `aiplatform_v1::IndexEndpointServiceClient` endpoint configuration, which can be used with Private Google Access."],["The endpoint override configuration is through the use of the `private.googleapis.com` option within `google::cloud::Options`."],["The version that this page was released with is 2.24.0."]]],[]]