// 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"]],[["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-26 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."]]],[]]