// 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."],[[["The webpage provides documentation and reference information for various versions of the `bigquery_biglake_v1_1_1MetastoreServiceClient`, ranging from version 2.11.0 up to the latest release candidate 2.37.0-rc."],["Each listed version links to a specific documentation page that details the `bigquery_biglake_v1_1_1MetastoreServiceClient-endpoint-snippet` for that version."],["The content also includes information on how to override the `bigquery_biglake_v1::MetastoreServiceClient` endpoint configuration, with an example code snippet demonstrating this process for use with Private Google Access."],["The latest version, `2.37.0-rc`, is marked as the release candidate and is available for users to view."]]],[]]