// 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::metastore_v1::DataprocMetastoreFederationClient(
google::cloud::metastore_v1::MakeDataprocMetastoreFederationConnection(
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 page provides a comprehensive list of historical versions for the `DataprocMetastoreFederationClient` within the C++ library, starting from version 2.13.0 up to the latest release candidate 2.37.0-rc."],["Each version listed is linked to its respective documentation for `metastore_v1_1_1DataprocMetastoreFederationClient-endpoint-snippet`, enabling direct access to the detailed specifications of each release."],["The content includes a code snippet that demonstrates how to override the endpoint configuration for the `DataprocMetastoreFederationClient` using the `private.googleapis.com` endpoint option, which is compatible with Private Google Access."],["The version 2.24.0 is listed and highlighted as the version the page currently points to."]]],[]]