// 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::DataprocMetastoreClient(
google::cloud::metastore_v1::MakeDataprocMetastoreConnection(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-04-17 UTC."],[[["The latest release candidate version available is 2.37.0-rc, as indicated in the list of versions."],["The webpage provides documentation and reference material for various versions of the Dataproc Metastore client, ranging from version 2.13.0 to 2.37.0-rc."],["Users can access specific documentation for each version, such as 2.32.0, via individual links."],["The page includes instructions on how to override the default DataprocMetastoreClient Endpoint Configuration."],["The endpoint configuration shown is compatible with private google access."]]],[]]