// 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"]],[["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-21 UTC."],[[["This webpage provides access to documentation for various versions of the DataprocMetastoreFederationClient, ranging from version 2.13.0 up to the latest release candidate, 2.37.0-rc."],["Each version listed links to its respective documentation page that details the `metastore_v1_1_1DataprocMetastoreFederationClient` endpoint snippet."],["The content also demonstrates how to override the `DataprocMetastoreFederationClient` endpoint configuration, specifically showing an example using \"private.googleapis.com\" for Private Google Access."],["The lowest version of the DataprocMetastoreFederationClient on this webpage is version 2.13.0, and the content ends at the current release candidate version of 2.37.0-rc."]]],[]]