// 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::FeaturestoreServiceClient(
google::cloud::aiplatform_v1::MakeFeaturestoreServiceConnection("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-08 UTC."],[[["This webpage provides documentation for different versions of the `aiplatform_v1_1_1FeaturestoreServiceClient` component, ranging from version 2.12.0 to the latest release candidate 2.37.0-rc."],["Each listed version links to specific documentation detailing the `aiplatform_v1_1_1FeaturestoreServiceClient-endpoint-snippet`, offering version-specific implementation details."],["The latest stable release for this documentation is version 2.36.0, while 2.37.0 is a release candidate."],["The content includes an example on how to override the `aiplatform_v1::FeaturestoreServiceClient` Endpoint Configuration to utilize private access to Google APIs."],["The current listed Version at the top of the document is 2.13.0, however newer versions are available for review."]]],[]]