// 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::FeatureOnlineStoreServiceClient(
google::cloud::aiplatform_v1::MakeFeatureOnlineStoreServiceConnection(
"unused", options));
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-09 UTC."],[[["This webpage provides access to documentation for various versions of the `aiplatform` C++ library, specifically relating to the `FeatureOnlineStoreServiceClient`."],["The latest release candidate version is 2.37.0-rc, with the currently displayed version being 2.30.0."],["The webpage contains a list of versioned documentation links, starting from the latest 2.37.0-rc and extending down to version 2.12.0."],["The `FeatureOnlineStoreServiceClient` endpoint configuration can be overridden using a specific setup, as described in the provided code example."],["The endpoint configuration example is compatible with Private Google Access, allowing for the usage of `private.googleapis.com` as an endpoint."]]],[]]