// 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::bigquery_biglake_v1::MetastoreServiceClient(
google::cloud::bigquery_biglake_v1::MakeMetastoreServiceConnection(
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-14 UTC."],[[["This page provides access to the configuration snippets for `bigquery_biglake_v1::MetastoreServiceClient` endpoints across multiple versions, ranging from 2.11.0 up to the latest release candidate, 2.37.0-rc."],["Each version entry links to a specific documentation page for that release, detailing the `bigquery_biglake_v1_1_1MetastoreServiceClient-endpoint-snippet`."],["The content includes an example on how to override the `bigquery_biglake_v1::MetastoreServiceClient` endpoint configuration, specifically highlighting how to set it for Private Google Access."],["The oldest available version listed is 2.11.0 and the latest available version is 2.37.0-rc, with many other versions in between."]]],[]]