// 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 for Dataproc Metastore is 2.37.0-rc, as indicated in the provided content."],["The content provides a comprehensive list of Dataproc Metastore versions, ranging from version 2.13.0 up to the latest release candidate."],["Each version in the list includes a link to its specific documentation page, which contains detailed information such as the `metastore_v1_1_1DataprocMetastoreClient-endpoint-snippet`."],["The content contains instructions for overriding the `metastore_v1::DataprocMetastoreClient` Endpoint Configuration, which is shared with Private Google Access settings."]]],[]]